Files
mandiant-capa-rules/load-code/runtime-linking/runtime-linking.yml
T
2020-06-21 15:50:42 -06:00

22 lines
640 B
YAML

rule:
meta:
name: link function at runtime
rule-category: load-code/runtime-linking/invoke-dynamic-loader
author: moritz.raabe@fireeye.com
scope: function
examples:
- 9324D1A8AE37A36AE560C37448C9705A:0x404130
- Practical Malware Analysis Lab 01-04.exe_:0x401350
features:
- and:
- or:
- api: kernel32.LoadLibrary
- api: kernel32.GetModuleHandle
- api: kernel32.GetModuleHandleEx
- api: ntdll.LdrLoadDll
- or:
- api: kernel32.GetProcAddress
- api: ntdll.LdrGetProcedureAddress
- optional:
- characteristic(indirect call): true