-
Notifications
You must be signed in to change notification settings - Fork 375
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
Nterl0k - T1033 Query.exe usage on remote devices. #3267
base: develop
Are you sure you want to change the base?
Conversation
detections/endpoint/windows_system_remote_discovery_with_query.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_system_remote_discovery_with_query.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_system_remote_discovery_with_query.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_system_remote_discovery_with_query.yml
Outdated
Show resolved
Hide resolved
detections/endpoint/windows_system_remote_discovery_with_query.yml
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,57 @@ | |||
name: Windows System Remote Discovery With Query |
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.
Just noticed that we also have ad03bfcf-8a91-4bc2-a500-112993deba87 focusing on user discovery. In an edge case where a user would use
query user /sever:
they would both match creating an inflated score.
We perhaps need to exclude the "/server" flag from the other rule to focus only on local queries
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.
Agreed, I noticed the duplicate firing in our environment and choose to alter risk scoring on the user discovery correlation accordingly.
I can agree this is a bit of an overlap in coverage with the existing detection, but feel the lateral movement aspect adds more risk.
….yml Good suggestion Co-authored-by: Nasreddine Bencherchali <monsteroffire2@gmail.com>
….yml EID updates Co-authored-by: Nasreddine Bencherchali <monsteroffire2@gmail.com>
Bulk commit on risk score and grammar Co-authored-by: Nasreddine Bencherchali <monsteroffire2@gmail.com>
Updating with drilldowns
observables update
This would pass if I didn't put the testing data in the wrong folder |
Details
More specific detection of Query.exe being used against remote devices.
Pending splunk/attack_data#931
Checklist
<platform>_<mitre att&ck technique>_<short description>
nomenclatureNotes For Submitters and Reviewers
build
CI 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.