mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
18 lines
467 B
YAML
18 lines
467 B
YAML
rule:
|
|
meta:
|
|
name: create device object
|
|
namespace: host-interaction/driver
|
|
authors:
|
|
- "@mr-tz"
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
examples:
|
|
- Practical Malware Analysis Lab 10-03.sys_:0x00010706
|
|
features:
|
|
- and:
|
|
- api: IoCreateDevice
|
|
- optional:
|
|
- description: sets up a symbolic link between a device object name and a user-visible name for the device
|
|
- api: IoCreateSymbolicLink
|