mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
14 lines
299 B
YAML
14 lines
299 B
YAML
rule:
|
|
meta:
|
|
name: hash data using MD4
|
|
namespace: data-manipulation/hashing/md4
|
|
authors:
|
|
- anamaria.martinezgom@mandiant.com
|
|
scopes:
|
|
static: basic block
|
|
dynamic: thread
|
|
features:
|
|
- and:
|
|
- number: 0x8002 = CALG_MD4
|
|
- api: advapi32.CryptCreateHash
|