detect_crackmapexec_mimikatz_module_footprint_on_a_victim_machine
Description
This rule detects crackmapexec Mimikatz module obfuscated powershell activity on a victim endpoint License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
((re.regex($selection.target.process.file.full_path, `.*\\powershell\.exe`) or re.regex($selection.target.process.file.full_path, `.*\\cmd\.exe`)) and (re.regex($selection.target.process.command_line, `.*91,78,101,116.*`) or re.regex($selection.target.process.command_line, `.*91t78v101v116.*`) or re.regex($selection.target.process.command_line, `.*91,78@101@116.*`) or re.regex($selection.target.process.command_line, `.*91 ,78 ,101, 116 , 46 , 83.*`)))
condition:
$selection