mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
Merge pull request #1001 from mandiant/fix/fn/inject-apc
This commit is contained in:
commit
33ccbf2a64
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ rule:
|
|||
namespace: host-interaction/process/inject
|
||||
authors:
|
||||
- william.ballenthin@mandiant.com
|
||||
- mehunhoff@google.com
|
||||
scopes:
|
||||
static: function
|
||||
dynamic: span of calls
|
||||
|
|
@ -19,7 +20,10 @@ rule:
|
|||
- api: kernel32.MapViewOfFile
|
||||
- or:
|
||||
- api: kernel32.QueueUserAPC
|
||||
- api: kernel32.KeInsertQueueApc
|
||||
- api: ntdll.NtQueueApcThread
|
||||
- api: ntdll.NtQueueApcThreadEx
|
||||
- api: ntdll.NtQueueApcThreadEx2
|
||||
- optional:
|
||||
- or:
|
||||
- number: 0x1fffff = THREAD_ALL_ACCESS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue