mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
YAML
rule:
|
|
meta:
|
|
name: encrypt data using speck
|
|
namespace: data-manipulation/encryption/speck
|
|
authors:
|
|
- still@teamt5.org
|
|
scopes:
|
|
static: function
|
|
dynamic: unsupported # requires characteristic, mnemonic features
|
|
att&ck:
|
|
- Defense Evasion::Obfuscated Files or Information [T1027]
|
|
mbc:
|
|
- Defense Evasion::Obfuscated Files or Information::Encryption-Standard Algorithm [E1027.m05]
|
|
references:
|
|
- https://github.com/maxmouchet/gfc/blob/8d818b0fe2023c92cbf8d7eb89674916bdc78f62/src/gfc.c#L15
|
|
- https://github.com/TheWover/donut/blob/47758d787209dd1744f58c140102ac91b649df16/hash.c#L35
|
|
- https://eprint.iacr.org/2013/404.pdf
|
|
examples:
|
|
- d890c1c67d83f1131c065b5eb5f263cbf54559dbcdb4562c3bde3dc30d1a3205:0x1929D
|
|
features:
|
|
- and:
|
|
- match: contain loop
|
|
- mnemonic: add
|
|
- count(characteristic(nzxor)): 2 or more
|
|
- or:
|
|
- and:
|
|
- instruction:
|
|
- mnemonic: ror
|
|
- number: 0x8
|
|
- instruction:
|
|
- mnemonic: rol
|
|
- number: 0x3
|
|
- and:
|
|
- instruction:
|
|
- mnemonic: ror
|
|
- number: 0x7
|
|
- instruction:
|
|
- mnemonic: rol
|
|
- number: 0x2
|
|
- optional:
|
|
- instruction:
|
|
- mnemonic: cmp
|
|
- or:
|
|
- number: 0x1A
|
|
- number: 0x1B
|
|
- number: 0x20
|
|
- number: 0x21
|
|
- number: 0x22
|