mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-02 03:17:19 +00:00
21 lines
587 B
YAML
21 lines
587 B
YAML
rule:
|
|
meta:
|
|
name: suspend thread
|
|
namespace: host-interaction/thread/suspend
|
|
authors:
|
|
- 0x534a@mailbox.org
|
|
- anushka.virgaonkar@mandiant.com
|
|
scopes:
|
|
static: basic block
|
|
dynamic: call
|
|
mbc:
|
|
- Process::Suspend Thread [C0055]
|
|
examples:
|
|
- 787cbc8a6d1bc58ea169e51e1ad029a637f22560660cc129ab8a099a745bd50e:0x502f4c
|
|
features:
|
|
- or:
|
|
- api: kernel32.SuspendThread
|
|
- api: ntdll.NtSuspendThread
|
|
- api: ntdll.ZwSuspendThread
|
|
- api: System.Threading.Thread::Suspend
|
|
- api: System.Threading.Thread::Sleep
|