mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-03 11:57:25 +00:00
16 lines
472 B
YAML
16 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
|