mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
16 lines
424 B
YAML
16 lines
424 B
YAML
rule:
|
|
meta:
|
|
name: run PowerShell expression
|
|
namespace: load-code/powershell/
|
|
author: anamaria.martinezgom@fireeye.com
|
|
scope: function
|
|
att&ck:
|
|
- Execution::Command and Scripting Interpreter::PowerShell [T1059.001]
|
|
features:
|
|
- and:
|
|
- or:
|
|
- string: / iex\(/i
|
|
- string: / iex /i
|
|
- string: /Invoke-Expression/i
|
|
- optional:
|
|
- string: /powershell.exe /
|