mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
17 lines
441 B
YAML
17 lines
441 B
YAML
rule:
|
|
meta:
|
|
name: terminate process by name
|
|
namespace: host-interaction/process/terminate
|
|
authors:
|
|
- william.ballenthin@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: unsupported # requires offset features
|
|
# examples:
|
|
# - unpacked Cl0p ransomware
|
|
features:
|
|
- and:
|
|
- match: terminate process
|
|
- match: enumerate processes
|
|
- or:
|
|
- offset: 0x24 = pe.szExeFile (x32)
|