mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
19 lines
635 B
YAML
19 lines
635 B
YAML
rule:
|
|
meta:
|
|
name: execute shellcode via EnumUILanguages
|
|
namespace: load-code/shellcode
|
|
authors:
|
|
- jakub.jozwiak@mandiant.com
|
|
scope: function
|
|
mbc:
|
|
- Defense Evasion::Hijack Execution Flow::Abuse Windows Function Calls [F0015.006]
|
|
references:
|
|
- http://ropgadget.com/posts/abusing_win_functions.html
|
|
- https://github.com/S4R1N/AlternativeShellcodeExec/blob/master/EnumUILanguagesW/EnumUILanguagesW.cpp
|
|
examples:
|
|
- ffcf88ead82bdfc159376026f5a9a7da49e593497674bdb6fa7f7d03dd9398d9:0x140001000
|
|
features:
|
|
- and:
|
|
- match: allocate RWX memory
|
|
- api: EnumUILanguages
|