Skip to content

Conversation

@austinsonger
Copy link
Contributor

@austinsonger austinsonger commented Jun 17, 2021

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

austinsonger and others added 26 commits April 20, 2021 12:47
        "*ipapi.co",
        "*ip-lookup.net",
        "*ipstack.com"
Co-authored-by: Brent Murphy <56412096+bm11100@users.noreply.github.com>
[Rule Tuning] AWS IAM Deactivation of MFA Device (elastic#1132)
[New Rule] Threat intel indicator match rule (elastic#1133)
Co-authored-by: Ross Wolf <31489089+rw-access@users.noreply.github.com>
austinsonger and others added 2 commits June 21, 2021 09:20
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 brokensound77 added Rule: Tuning tweaking or tuning an existing rule community labels Jun 22, 2021
Copy link
Contributor

@brokensound77 brokensound77 left a 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

@bm11100
Copy link
Contributor

bm11100 commented Jun 22, 2021

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 pwsh.exe to the process names as well.

@brokensound77 brokensound77 merged commit 95e6458 into elastic:main Jul 21, 2021
protectionsmachine pushed a commit that referenced this pull request Jul 21, 2021
* update query
* add indexes

(cherry picked from commit 95e6458)
protectionsmachine pushed a commit that referenced this pull request Jul 21, 2021
* update query
* add indexes

(cherry picked from commit 95e6458)
@austinsonger austinsonger deleted the Mimikatz-Powershell-Module-Activity-Detected branch July 22, 2021 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport: auto community Rule: Tuning tweaking or tuning an existing rule

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants