mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-02 19:37:19 +00:00
21 lines
572 B
YAML
21 lines
572 B
YAML
rule:
|
|
meta:
|
|
name: accept command line arguments
|
|
namespace: host-interaction/cli
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
- anushka.virgaonkar@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: call
|
|
att&ck:
|
|
- Execution::Command and Scripting Interpreter [T1059]
|
|
mbc:
|
|
- Execution::Command and Scripting Interpreter [E1059]
|
|
examples:
|
|
- e5369ac309f1be6d77afeeb3edab0ed8:0x402760
|
|
features:
|
|
- or:
|
|
- api: GetCommandLine
|
|
- api: CommandLineToArgv
|
|
- api: System.Environment::GetCommandLineArgs
|