-
Notifications
You must be signed in to change notification settings - Fork 431
netsupport #3798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netsupport #3798
Conversation
|
@tccontre can you fix your automation? with every PR you are modifying the indentation of rules that is not necessary please only updated related rules that are actually changing. :D |
@nasbench I apologized for that. actually my script only modify the date and version but once it save the yml it reformat other fields that are not being touch so it looks like it was being reformatted. but I will redo tagging manually so the indention will be fix as it is. |
|
format fixed done |
detections/endpoint/windows_executable_masquerading_as_benign_file_types.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_executable_masquerading_as_benign_file_types.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_executable_masquerading_as_benign_file_types.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_executable_masquerading_as_benign_file_types.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_executable_masquerading_as_benign_file_types.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_executable_masquerading_as_benign_file_types.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_deletion_of_most_recent_used_command_via_registry.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_deletion_of_most_recent_used_command_via_registry.yml
Outdated
Show resolved
Hide resolved
…file_types.yml Co-authored-by: Nasreddine Bencherchali <nasreddineb@splunk.com>
…file_types.yml Co-authored-by: Nasreddine Bencherchali <nasreddineb@splunk.com>
Co-authored-by: Nasreddine Bencherchali <nasreddineb@splunk.com>
Co-authored-by: Nasreddine Bencherchali <nasreddineb@splunk.com>
…file_types.yml Co-authored-by: Nasreddine Bencherchali <nasreddineb@splunk.com>
…file_types.yml Co-authored-by: Nasreddine Bencherchali <nasreddineb@splunk.com>
…file_types.yml Co-authored-by: Nasreddine Bencherchali <nasreddineb@splunk.com>
…file_types.yml Co-authored-by: Nasreddine Bencherchali <nasreddineb@splunk.com>
New
updated
tagged
analytic story
data source
What does this PR have in it? Screenshots are worth 1000 words 😄
Checklist
<platform>_<mitre att&ck technique>_<short description>nomenclatureNotes For Submitters and Reviewers
buildCI job when it fails will likely show an error about what is failing. You may have a very descriptive error of the specific field(s) in the specific file(s) that is causing an issue. In some cases, its also possible there is an issue with the YAML. Many of these can be caught with the pre-commit hooks if you set them up. These errors will be less descriptive as to what exactly is wrong, but will give you a column and row position in a specific file where the YAML processing breaks. If you're having trouble with this, feel free to add a comment to your PR tagging one of the maintainers and we'll be happy to help troubleshoot it.