mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
Merge pull request #505 from jtothej/shellcode-via-enumuilanguages
Adding execute-shellcode-via-enumuilanguages.yml
This commit is contained in:
commit
ad56aeb0e0
1 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
rule:
|
||||
meta:
|
||||
name: execute shellcode via EnumUILanguages
|
||||
namespace: load-code/shellcode
|
||||
author: jakub.jozwiak@mandiant.com
|
||||
scope: function
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue