Sigma high test sigma
Dllhost.EXE Execution Anomaly
Detects a "dllhost" process spawning with no commandline arguments which is very rare to happen and could indicate process injection activity or malware mimicking similar system processes.
Detection Logic
{
"selection": {
"Image
| endswith": "\\dllhost.exe",
"CommandLine": [
"dllhost.exe",
"dllhost"
]
},
"filter_main_null": {
"CommandLine": null
},
"condition": "selection and not 1 of filter_main_*"
} False Positives
- ⚠ Unlikely
Field Validations
Loading…
Comments (0)
Loading comments...