mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-04 04:17:34 +00:00
14 lines
396 B
YAML
14 lines
396 B
YAML
rule:
|
|
meta:
|
|
name: encode data using Base64 via WinAPI
|
|
namespace: data-manipulation/encoding/base64
|
|
author: moritz.raabe@mandiant.com
|
|
scope: basic block
|
|
att&ck:
|
|
- Defense Evasion::Obfuscated Files or Information [T1027]
|
|
examples:
|
|
- mimikatz.exe_:0x40622D
|
|
features:
|
|
- and:
|
|
- number: 1 = dwFlags=CRYPT_STRING_BASE64
|
|
- api: CryptBinaryToString
|