mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
13 lines
299 B
YAML
13 lines
299 B
YAML
rule:
|
|
meta:
|
|
name: move directory
|
|
namespace: host-interaction/file-system/move
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: call
|
|
features:
|
|
- or:
|
|
- api: System.IO.DirectoryInfo::MoveTo
|
|
- api: System.IO.Directory::Move
|