mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
17 lines
385 B
YAML
17 lines
385 B
YAML
rule:
|
|
meta:
|
|
name: contain loop
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
lib: 'true'
|
|
scopes:
|
|
static: function
|
|
dynamic: unspecified # rule hasn't been migrated yet
|
|
examples:
|
|
- 08AC667C65D36D6542917655571E61C8:0x406EAA
|
|
features:
|
|
- or:
|
|
- characteristic: loop
|
|
- characteristic: tight loop
|
|
- characteristic: recursive call
|