-
Notifications
You must be signed in to change notification settings - Fork 433
sesameop #3827
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
base: develop
Are you sure you want to change the base?
Conversation
detections/endpoint/windows_potential_appdomainmanager_hijack_artifacts_creation.yml
Show resolved
Hide resolved
detections/endpoint/windows_potential_appdomainmanager_hijack_artifacts_creation.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_potential_appdomainmanager_hijack_artifacts_creation.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_potential_appdomainmanager_hijack_artifacts_creation.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_potential_appdomainmanager_hijack_artifacts_creation.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_potential_appdomainmanager_hijack_artifacts_creation.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_potential_appdomainmanager_hijack_artifacts_creation.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_potential_appdomainmanager_hijack_artifacts_creation.yml
Show resolved
Hide resolved
detections/endpoint/windows_potential_appdomainmanager_hijack_artifacts_creation.yml
Outdated
Show resolved
Hide resolved
…artifacts_creation.yml Co-authored-by: Nasreddine Bencherchali <[email protected]>
| - field: file_names | ||
| type: file_name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ljstella question for you. How do multi value threat objects show up?
| earliest_offset: $info_min_time$ | ||
| latest_offset: $info_max_time$ | ||
| rba: | ||
| message: A file $file_name$ is created in $file_path$ on $dest$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ljstella same question here. If the condition is grouping the file name into MVs. What's best to use here? Should we perhaps use file_names and would it show correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nas, multi value fields do not have the best interpretation when it comes to risk_message. I enabled this detection as is on Endor and you can check out how the risk event looks using this query :
index=risk risk_object="ar-win-1" source="ESCU - Windows Potential AppDomainManager Hijack Artifacts Creation - Rule"
you can either use file_name or file_names and it would show up in with those field_names in the risk index but I tend to like using the CIM field name - file_name and file_path so that this generated risk event has CIM complaint field names that can be leveraged downstream.
For this detection, there are 3 files_names and 3 file_paths that get created as threat_objects as a part of a single risk event.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when you agree with using CIM field names here, i can make this change and I think we should remove these multi value field names from the risk_message variable which would perhaps give the best UI experience.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree on using CIM generally but I think there could be issues.
First file_name is not part of the output of the detection, and second which file_name entry will be used or will all entries matched by the original condition be listed?

tagged
new
updated
story
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.