What are Living off the Land (LOTL) Attacks
Written by: Lizzie Danielson
Updated: 07/30/2026
Published: 9/7/2025
Frequently Asked Questions
Traditional malware brings new, malicious files into your system. Living off the land cyber attacks use tools that are already there and supposed to be there, making them much harder to detect with signature-based security solutions.
You may have heard of “living off the land malware” and assumed your AV could stop it. However, calling LOTL “malware” misses the point of why these attacks were developed in the first place. Traditional antivirus solutions struggle with LOTL attacks because they rely on identifying malicious files and signatures. Since LOTL attacks use legitimate tools, behavioral analysis and advanced threat detection are more effective. LOTL techniques can be used to launch payloads or execute malicious scripts, but they often bypass traditional malware to avoid detection.
While living off the land is a technique, living off the land binaries (LOLBINs) are the actual tools that adversaries use. These are legitimate IT tools, such as CertUtil.exe, PowerShell.exe, Regasm.exe, and Rundll32.exe, which attackers can use to execute malicious scripts or download files while blending in with legitimate activity.
LOTL and fileless malware are interrelated aspects of modern tradecraft that are often used simultaneously. LOTL is a technique for using legitimate system tools to disguise malicious activity. It can often be used to trigger fileless malware, which is malicious code that runs primarily in memory or abuses trusted system components, reducing obvious files on disk.
For example, a user accidentally runs a malicious macro in a document. The macro spawns Windows PowerShell (this is LOTL). PowerShell reaches out to the internet, grabs a payload (fileless malware), and injects it directly into the computer’s memory, where it runs malicious processes undetected by traditional antivirus.
PowerShell is frequently cited as the most abused legitimate tool due to its powerful capabilities for system administration, network access, and script execution.
No, LOTL attacks affect all operating systems. Linux and Unix systems face similar threats through abuse of built-in utilities, though the specific tools and techniques may differ.
Small businesses should focus on basic security hygiene: enable comprehensive logging, restrict administrative tool access, implement user training, and consider managed security services that specialize in behavioral threat detection.