mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
406 B
YAML
16 lines
406 B
YAML
rule:
|
|
meta:
|
|
name: attach user process memory
|
|
namespace: host-interaction/process/inject
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
scope: function
|
|
att&ck:
|
|
- Defense Evasion::Process Injection [T1055]
|
|
examples:
|
|
- 493167E85E45363D09495D0841C30648:0x404B00
|
|
features:
|
|
- and:
|
|
- api: ntoskrnl.KeStackAttachProcess
|
|
- api: ntoskrnl.KeUnstackDetachProcess
|