mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
24 lines
688 B
YAML
24 lines
688 B
YAML
rule:
|
|
meta:
|
|
name: link function at runtime on Windows
|
|
namespace: linking/runtime-linking
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
- mehunhoff@google.com
|
|
scopes:
|
|
static: instruction
|
|
dynamic: call
|
|
att&ck:
|
|
- Execution::Shared Modules [T1129]
|
|
examples:
|
|
- 9324D1A8AE37A36AE560C37448C9705A:0x404130
|
|
- Practical Malware Analysis Lab 01-04.exe_:0x401350
|
|
features:
|
|
- and:
|
|
- os: windows
|
|
- or:
|
|
- api: kernel32.GetProcAddress
|
|
- api: ntdll.LdrGetProcedureAddress
|
|
- api: ntdll.LdrGetProcedureAddressEx
|
|
- api: ntdll.LdrGetProcedureAddressForCaller
|
|
- api: MmGetSystemRoutineAddress
|