mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
13 lines
379 B
YAML
13 lines
379 B
YAML
rule:
|
|
meta:
|
|
name: reference Base64 string
|
|
namespace: data-manipulation/encoding/base64
|
|
author: moritz.raabe@fireeye.com
|
|
scope: file
|
|
examples:
|
|
- BFB9B5391A13D0AFD787E87AB90F14F5
|
|
- 074072B261FC27B65C72671F13510C05
|
|
- 5DB2D2BE20D59AA0BE6709A6850F1775
|
|
features:
|
|
- string: /ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/
|