mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
17 lines
472 B
YAML
17 lines
472 B
YAML
rule:
|
|
meta:
|
|
name: encrypt data using DPAPI
|
|
namespace: data-manipulation/encryption/dpapi
|
|
author: william.ballenthin@fireeye.com
|
|
scope: function
|
|
att&ck:
|
|
- Defense Evasion::Obfuscated Files or Information [T1027]
|
|
examples:
|
|
- 6cc148363200798a12091b97a17181a1:0x1400CE9A0
|
|
features:
|
|
- or:
|
|
- api: CryptProtectMemory
|
|
- api: CryptUnprotectMemory
|
|
- api: crypt32.CryptProtectData
|
|
- api: crypt32.CryptUnprotectData
|