mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
375 B
YAML
16 lines
375 B
YAML
rule:
|
|
meta:
|
|
name: accept command line arguments
|
|
namespace: host-interaction/cli
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
scope: function
|
|
att&ck:
|
|
- Execution::Command and Scripting Interpreter [T1059]
|
|
examples:
|
|
- e5369ac309f1be6d77afeeb3edab0ed8:0x402760
|
|
features:
|
|
- or:
|
|
- api: GetCommandLine
|
|
- api: CommandLineToArgv
|