Living off the Land (LotL)
Definition
Living off the Land (LotL) is an attack technique where attackers use legitimate, already present tools and software in the target system instead of installing their own malware.
Living off the Land (LotL) is an attack technique where attackers exclusively use legitimate, pre-existing tools and software in the target system rather than installing their own malware. This makes detection extremely difficult because the tools used are standard system components that antivirus does not block. According to CrowdStrike, 75% of all advanced attacks employ LotL techniques.
How does Living off the Land work?
The attacker uses tools natively present on Windows and Linux systems: PowerShell, WMI, PsExec, certutil, mshta, regsvr32, Task Scheduler, WMIC and cmd.exe. These tools are designed for legitimate system administration but can be abused for downloading payloads, executing remote code, stealing credentials, escalating privileges and establishing persistence. Because these are standard OS components, traditional antivirus does not flag them.
Common LotL tools
PowerShell can download and execute scripts from memory without writing files to disk (fileless malware). WMI executes code on remote systems and gathers system information. Certutil downloads files while designed as a certificate management tool. Task Scheduler creates scheduled tasks for persistence. PsExec executes commands on remote systems.
Impact on organisations
LotL attacks are particularly effective against organisations relying solely on signature-based detection. APT groups use LotL as standard practice to stay below the radar. Ransomware operators use LotL for reconnaissance and spreading phases. Distinguishing legitimate admin activity from malicious use of the same tools is the core challenge.
Protection
EDR solutions with behavioural analysis are essential: they detect not the tool but the anomalous usage. Monitor PowerShell execution and log all scripts via Script Block Logging. Restrict admin tools via application whitelisting and constrained language mode. Implement detailed WMI and remote management logging. Threat hunting targeting LotL patterns.
How DEFION helps
DEFION employs LotL techniques as part of Red Teaming to test whether the organisation's detection capabilities recognise LotL attacks. Purple Teaming specifically validates LotL abuse detection.
®