mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-03 20:07:18 +00:00
Merge pull request #544 from mandiant/update/hijack-thread-execution
update hijack-thread-execution.yml to match additional scenarios
This commit is contained in:
commit
a458d0d70a
1 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,9 @@ rule:
|
|||
meta:
|
||||
name: hijack thread execution
|
||||
namespace: host-interaction/process/inject
|
||||
author: 0x534a@mailbox.org
|
||||
author:
|
||||
- 0x534a@mailbox.org
|
||||
- michael.hunhoff@mandiant.com
|
||||
scope: function
|
||||
att&ck:
|
||||
- Defense Evasion::Process Injection::Thread Execution Hijacking [T1055.003]
|
||||
|
|
@ -17,8 +19,8 @@ rule:
|
|||
- match: create thread
|
||||
- match: suspend thread
|
||||
- api: kernel32.GetThreadContext
|
||||
- match: allocate RWX memory
|
||||
- optional:
|
||||
- match: allocate RWX memory
|
||||
- match: write process memory
|
||||
- api: kernel32.SetThreadContext
|
||||
- match: resume thread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue