mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
25f1157db0
Get rid of `true` in characteristic as it is implicit.
The changes are the result of executing the following commands:
```
find . -type f -exec sed -i.bak "s/\(.*\)characteristic(\(.*\)): true/\1characteristic: \2/g" {} \;
find . -name "*.bak" -type f -delete
```
15 lines
455 B
YAML
15 lines
455 B
YAML
rule:
|
|
meta:
|
|
name: contain obfuscated stackstrings
|
|
namespace: anti-analysis/obfuscation/string/stackstring
|
|
author: moritz.raabe@fireeye.com
|
|
scope: basic block
|
|
att&ck:
|
|
- Defense Evasion::Obfuscated Files or Information [T1027]
|
|
mbc:
|
|
- Anti-Static Analysis::Disassembler Evasion::Argument Obfuscation
|
|
examples:
|
|
- Practical Malware Analysis Lab 16-03.exe_:0x4013D0
|
|
features:
|
|
- characteristic: stack string
|