Files
mandiant-capa-rules/host-interaction/software/get-installed-programs.yml
2023-08-29 21:32:37 +02:00

22 lines
594 B
YAML

rule:
meta:
name: get installed programs
namespace: host-interaction/software
authors:
- moritz.raabe@mandiant.com
- "@_re_fox"
scopes:
static: function
dynamic: unspecified # rule hasn't been migrated yet
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"