-
Notifications
You must be signed in to change notification settings - Fork 613
[Rule Tuning] Mimikatz powershell module activity detected #1297
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
[Rule Tuning] Mimikatz powershell module activity detected #1297
Conversation
"*ipapi.co",
"*ip-lookup.net",
"*ipstack.com"
Co-authored-by: Brent Murphy <56412096+bm11100@users.noreply.github.com>
This reverts commit b57fd60.
[Rule Tuning] AWS IAM Deactivation of MFA Device (elastic#1132)
[New Rule] Threat intel indicator match rule (elastic#1133)
Catching Up
rules/windows/credential_access_mimikatz_powershell_module.toml
Outdated
Show resolved
Hide resolved
rules/windows/credential_access_mimikatz_powershell_module.toml
Outdated
Show resolved
Hide resolved
Co-authored-by: Ross Wolf <31489089+rw-access@users.noreply.github.com>
Co-authored-by: Ross Wolf <31489089+rw-access@users.noreply.github.com>
Co-authored-by: Ross Wolf <31489089+rw-access@users.noreply.github.com>
brokensound77
left a comment
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.
Since we are changing this, can you update the query to be case insensitive on the process name
-process.name in ("cmd.exe", "powershell.exe")
+process.name : ("cmd.exe", "powershell.exe")And bump updated_date, please
Could also add |
* update query * add indexes (cherry picked from commit 95e6458)
* update query * add indexes (cherry picked from commit 95e6458)
Issues
Summary
So that this rule only had
logs-endpoint.events.*so I added the following:index = ["logs-endpoint.events.*", "winlogbeat-*", "logs-windows.*"]This could of been done on purpose. But I'm assuming that it was done by mistake.
Contributor checklist