Fix SPL in the Mimikatz module detection

This commit is contained in:
Stanislav Miskovic
2020-11-04 09:28:38 -08:00
parent 18c66b9959
commit b46acc0d4f
@@ -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,