mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
18 lines
531 B
YAML
18 lines
531 B
YAML
rule:
|
|
meta:
|
|
name: persist via AeDebug registry key
|
|
namespace: persistence/registry
|
|
authors:
|
|
- j.j.vannielen@utwente.nl
|
|
scopes:
|
|
static: function
|
|
dynamic: span of calls
|
|
att&ck:
|
|
- Persistence::Event Triggered Execution [T1546]
|
|
references:
|
|
- https://learn.microsoft.com/en-us/windows/win32/debug/configuring-automatic-debugging
|
|
features:
|
|
- and:
|
|
- match: set registry value
|
|
- string: /Microsoft\\Windows NT\\CurrentVersion\\AeDebug/i
|
|
- string: /Debugger/i
|