mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-02 19:37:19 +00:00
18 lines
487 B
YAML
18 lines
487 B
YAML
rule:
|
|
meta:
|
|
name: create reverse shell on Linux
|
|
namespace: c2/shell
|
|
authors:
|
|
- joakim@intezer.com
|
|
scope: function
|
|
att&ck:
|
|
- Execution::Command and Scripting Interpreter::Unix Shell [T1059.004]
|
|
mbc:
|
|
- Impact::Remote Access::Reverse Shell [B0022.001]
|
|
examples:
|
|
- 7351f8a40c5450557b24622417fc478d:0x40231E
|
|
features:
|
|
- and:
|
|
- os: linux
|
|
- match: duplicate stdin and stdout
|
|
- match: host-interaction/process/create
|