mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
18 lines
539 B
YAML
18 lines
539 B
YAML
rule:
|
|
meta:
|
|
name: persist via Windows Error Reporting 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://www.hexacorn.com/blog/2019/09/20/beyond-good-ol-run-key-part-116/
|
|
features:
|
|
- and:
|
|
- match: set registry value
|
|
- string: /Microsoft\\Windows\\Windows Error Reporting\\Hangs/i
|
|
- string: /Debugger/i
|