Files
mandiant-capa-rules/lib/delay-execution.yml
T
2020-08-13 09:39:42 -06:00

26 lines
855 B
YAML

rule:
meta:
name: delay execution
author: michael.hunhoff@fireeye.com
lib: true
scope: function
references:
- https://docs.microsoft.com/en-us/windows/win32/sync/wait-functions
- https://github.com/LordNoteworthy/al-khaser/blob/master/al-khaser/TimingAttacks/timing.cpp
examples:
- al-khaser_x86.exe_:0x449770
features:
- or:
- api: kernel32.Sleep
- api: kernel32.SleepEx
- api: NtDelayExecution
- api: WaitOnAddress
- api: kernel32.WaitForSingleObject
- api: kernel32.WaitForSingleObjectEx
- api: kernel32.WaitForMultipleObjects
- api: kernel32.WaitForMultipleObjectsEx
- api: kernel32.SignalObjectAndWait
- api: user32.MsgWaitForMultipleObjects
- api: user32.MsgWaitForMultipleObjectsEx
- api: kernel32.RegisterWaitForSingleObject