mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
22 lines
596 B
YAML
22 lines
596 B
YAML
rule:
|
|
meta:
|
|
name: get installed programs
|
|
namespace: host-interaction/software
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
- "@_re_fox"
|
|
scopes:
|
|
static: function
|
|
dynamic: unsupported # requires characteristic features
|
|
att&ck:
|
|
- Discovery::Software Discovery [T1518]
|
|
examples:
|
|
- 7204e3efc2434012e13ca939db0d0b02:0x00412760
|
|
features:
|
|
- and:
|
|
- match: create or open registry key
|
|
- string: /SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall/i
|
|
- characteristic: loop
|
|
- optional:
|
|
- string: "DisplayName"
|