mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
17 lines
513 B
YAML
17 lines
513 B
YAML
rule:
|
|
meta:
|
|
name: decode data using URL encoding
|
|
namespace: data-manipulation/encoding/url
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: call
|
|
att&ck:
|
|
- Defense Evasion::Obfuscated Files or Information [T1027]
|
|
mbc:
|
|
- Defense Evasion::Obfuscated Files or Information::Encoding-Standard Algorithm [E1027.m02]
|
|
features:
|
|
- or:
|
|
- api: System.Web.HttpUtility::UrlDecode
|
|
- api: System.Web.HttpUtility::UrlDecodeToBytes
|