Detection rules › Sigma
Remote Thread Creation In Uncommon Target Image
Detects uncommon target processes for remote thread creation
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Privilege Escalation | T1055.003 Process Injection: Thread Execution Hijacking |
| Defense Evasion | T1055.003 Process Injection: Thread Execution Hijacking |
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 8 | CreateRemoteThread |
Stages and Predicates
Stage 1: selection
or:
TargetImage|endswith: '\calc.exe'
TargetImage|endswith: '\calculator.exe'
TargetImage|endswith: '\mspaint.exe'
TargetImage|endswith: '\notepad.exe'
TargetImage|endswith: '\ping.exe'
TargetImage|endswith: '\sethc.exe'
TargetImage|endswith: '\spoolsv.exe'
TargetImage|endswith: '\wordpad.exe'
TargetImage|endswith: '\write.exe'
Stage 2: not 1 of filter_main_*
or:
SourceImage: ['C:\Windows\System32\OpenWith.exe', 'C:\Windows\System32\explorer.exe']
TargetImage: 'C:\Windows\System32\notepad.exe'
SourceImage: 'C:\Windows\System32\AtBroker.exe'
TargetImage: 'C:\Windows\System32\Sethc.exe'
SourceImage: 'C:\Windows\System32\csrss.exe'
Stage 3: not 1 of filter_optional_*
or:
TargetImage: ['C:\Windows\System32\notepad.exe', 'C:\Windows\System32\spoolsv.exe']
SourceImage: 'C:\Program Files\VMware\VMware Tools\vmtoolsd.exe'
StartFunction: GetCommandLineW
SourceImage: 'C:\Program Files\Xerox\XeroxPrintExperience\CommonFiles\XeroxPrintJobEventManagerService.exe'
StartFunction: LoadLibraryW
TargetImage: 'C:\Windows\System32\spoolsv.exe'
SourceImage|contains: 'unknown process'
StartFunction: EtwpNotificationThread
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
SourceImage | eq |
|
SourceImage | match |
|
StartFunction | eq |
|
TargetImage | ends_with |
|
TargetImage | eq |
|