mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Fix SPL in the Mimikatz module detection
This commit is contained in:
@@ -16,7 +16,7 @@ search: '| from read_ssa_enriched_events()
|
||||
match_regex(cmd_line, /(?i)kerberos::ptt/)=true OR
|
||||
match_regex(cmd_line, /(?i)kerberos::golden/)=true OR
|
||||
match_regex(cmd_line, /(?i)kerberos::silver/)=true OR
|
||||
match_regex(cmd_line, /(?i)token::elevate/)=true OR
|
||||
match_regex(cmd_line, /(?i)token::elevate/)=true
|
||||
)
|
||||
|
||||
| eval start_time = timestamp,
|
||||
|
||||
Reference in New Issue
Block a user