Sigma high test sigma
MMC20 Lateral Movement
Detects MMC20.Application Lateral Movement; specifically looks for the spawning of the parent MMC.exe with a command line of "-Embedding" as a child of svchost.exe
Detection Logic
{
"selection": {
"ParentImage
| endswith": "\\svchost.exe",
"Image
| endswith": "\\mmc.exe",
"CommandLine
| contains": "-Embedding"
},
"condition": "selection"
} False Positives
- ⚠ Unlikely
Field Validations
Loading…
Comments (0)
Loading comments...