Skip to content
Threat Feed

Tag

Living-Off-the-Land

50 briefs RSS
medium threat

Exploitation of OpenClaw and Moltbot AI Coding Agents

AI coding assistants including OpenClaw, Moltbot, and Clawdbot are being weaponized via malicious 'ClawHub' registry skills to execute unauthorized system commands and exfiltrate cryptocurrency and credential data.

exploited OpenClaw +2 ai-security supply-chain command-and-control living-off-the-land
1r 3t 3i
high advisory

Abuse of AWS Systems Manager for Remote LOLBin Execution

Adversaries are abusing the AWS Systems Manager SendCommand API to remotely execute commands on EC2 instances by leveraging legitimate system utilities (LOLBins) to bypass CloudTrail parameter redaction.

EC2 +2 cloud linux aws living-off-the-land execution command-and-control defense-evasion cloud-administration-command
1r 4t
medium threat

Abuse of Azure Storage Utilities for Data Exfiltration

Threat actors, including Rhysida and Storm-0501, abuse native Microsoft Azure storage utilities as living-off-the-land binaries to exfiltrate data from compromised endpoints to attacker-controlled cloud storage.

AzCopy +1 Rhysida exfiltration ransomware living-off-the-land cloud-security
1r 3t
low advisory

Detection of Linux Crontab Task Enumeration

Adversaries often execute 'crontab -l' to enumerate existing scheduled tasks, enabling the discovery of persistence mechanisms, legitimate job hijacking targets, or privilege escalation opportunities.

discovery persistence execution linux living-off-the-land
1r 1t
high advisory

Suspicious Csc.exe Execution via Unconventional Parent Processes

Adversaries frequently leverage the C# compiler (csc.exe) to compile malicious code on-the-fly, often triggered by suspicious parent processes such as office applications or script engines.

living-off-the-land execution stealth
1r 1t
high advisory

Abuse of Mavinject for Process Injection

Adversaries leverage the signed Windows binary mavinject.exe to perform unauthorized process injection by executing DLLs into running system processes.

living-off-the-land process-injection defense-evasion
1r 2t
medium advisory

Suspicious Execution of InstallUtil with Suppressed Logging

Adversaries leverage the native .NET InstallUtil.exe utility with specific flags to execute arbitrary code while bypassing standard logging and console output mechanisms.

living-off-the-land execution evasion
1r 1t
medium advisory

Abuse of InfDefaultInstall.exe for SCT Script Execution

Adversaries leverage the native Windows utility InfDefaultInstall.exe to execute malicious script content embedded within specially crafted INF files.

living-off-the-land execution windows infdefaultinstall
1r 1t
medium advisory

Detection of CMD.EXE Standard Input Redirection

This rule identifies the use of the '<' operator with cmd.exe to read content from files or streams, a technique often used by attackers to bypass execution policy restrictions or bypass basic file-based detection.

execution command-and-control windows living-off-the-land
1r 1t
medium advisory

Abuse of PowerShell MSXML COM Objects for Network Interaction

Adversaries leverage the MSXML2 COM object within PowerShell scripts to facilitate network communication and potential code execution.

living-off-the-land execution powershell detection-engineering
1r 1t
medium advisory

Detection of Base64-Encoded Gzip Archive Decompression in PowerShell

This brief documents a detection method for identifying potentially malicious PowerShell scripts that decode base64-encoded Gzip archives to facilitate in-memory code execution.

powershell obfuscation living-off-the-land
1r 1t
medium advisory

Detection of GoToAssist Remote Support Temporary Artifacts

Adversaries often abuse legitimate remote access software like GoToAssist to establish interactive command-and-control channels, leaving specific temporary artifacts in the user's local profile.

remote-access command-and-control living-off-the-land
1r
high advisory

Detection of Script Interpreter Execution from Suspicious Directories

Adversaries frequently utilize script interpreters such as cscript, wscript, and mshta from non-standard or user-writable directories to execute malicious payloads while evading security controls.

living-off-the-land detection-engineering execution
1r 1t
high advisory

Suspicious Reconnaissance Activity via GatherNetworkInfo.VBS

Adversaries are utilizing the native Windows script GatherNetworkInfo.vbs to perform system reconnaissance and collect network configuration data.

reconnaissance discovery lotl living-off-the-land windows-scripting
1r 2t
high advisory

Detection of Data Exfiltration via Native Windows Command-Line Utilities

Adversaries are leveraging legitimate Windows command-line tools such as PowerShell, curl, and wget to collect system information and exfiltrate data via HTTP POST requests.

data-exfiltration command-line living-off-the-land
1r 1t
high advisory

Detection of Renamed CreateDump Utility Execution

Adversaries may rename the legitimate createdump.exe utility to evade detection while performing unauthorized process memory dumps for credential access.

credential-access stealth living-off-the-land
1r 2t
high advisory

Suspicious JavaScript Execution Via Mshta.EXE

Detection of attackers using the Windows mshta.exe utility to execute malicious JavaScript code for living-off-the-land stealth execution.

living-off-the-land stealth windows process-execution
1r 1t
high advisory

Remotely Hosted HTA Execution via Mshta.exe

Adversaries utilize the legitimate Windows mshta.exe utility to execute remote malicious HTA files, bypassing security controls by fetching code directly from web-based infrastructure.

living-off-the-land execution windows mshta
1r 1t
high advisory

Credential Access via Volume Shadow Copy Symlink Creation

Adversaries utilize the Windows mklink utility to create symbolic links to Volume Shadow Copies, enabling unauthorized access to sensitive files like the SAM database for credential theft.

credential-access windows living-off-the-land
1r 1t
medium advisory

Detection of Suspicious Web Request Execution via PowerShell and CLI

This brief documents detection logic for identifying potential malicious file downloads and C2 communication using native Windows command-line tools and PowerShell cmdlets.

detection-engineering windows execution living-off-the-land
1r 1t
medium advisory

Detection of Shadow Copy Creation via System Utilities

Adversaries frequently abuse native Windows utilities like vssadmin and wmic to create volume shadow copies, a precursor to offline credential theft via NTDS.dit extraction.

credential-access windows-security living-off-the-land
1r 2t
medium advisory

Suspicious Rundll32 Execution via Uncommon File Extensions

Adversaries may execute malicious payloads by leveraging rundll32.exe with non-standard file extensions to bypass simple filename-based security controls.

stealth living-off-the-land defense-evasion
1r 1t
medium advisory

Python Inline Command Execution Technique

Adversaries utilize the Python '-c' flag to execute arbitrary code or payloads directly from the command line, bypassing file-based execution triggers.

living-off-the-land execution scripting python
1r 1t
medium advisory

Abuse of print.exe for Unauthorized File Transfer

Attackers can leverage the legitimate Windows print.exe utility to perform unauthorized remote file copying, facilitating data staging and exfiltration.

living-off-the-land LOLBAS file-transfer
1r 1t
medium advisory

Detection of MsiExec Web-based Remote Installations

Adversaries leverage the Windows Installer service (msiexec.exe) to download and execute malicious MSI packages directly from remote web URLs to facilitate stage-two payload delivery.

living-off-the-land command-and-control windows-installer msiexec
1r 2t
medium advisory

Remote File Download Using Findstr.exe

Attackers can leverage the findstr.exe utility to download or read content from remote SMB shares using specific command-line arguments, potentially facilitating file exfiltration or second-stage payload delivery.

living-off-the-land file-transfer stealth
1r 1t
medium advisory

Script Interpreter Initiating Local Network Connections

Detection of suspicious network activity where Windows script interpreters (Wscript.exe and Cscript.exe) initiate connections to local IP ranges.

windows living-off-the-land network-monitoring
1r 1t
high advisory

Suspicious Outbound Network Connections Initiated by Script Interpreters

Adversaries utilize Windows script engines, wscript.exe and cscript.exe, to initiate outbound network connections for downloading malicious payloads or communicating with command and control infrastructure.

windows c2 living-off-the-land
1r 1t
medium advisory

Detection of Network Connection Discovery via Arp.exe

Adversaries utilize the native Windows 'arp.exe' utility to perform network reconnaissance, mapping active hosts to facilitate lateral movement within compromised environments.

reconnaissance living-off-the-land discovery
1t
medium advisory

Detection of Data Exfiltration via Curl Utility

Adversaries frequently abuse the legitimate curl command-line utility to exfiltrate collected sensitive data to external Command and Control (C2) servers via network protocols.

Elastic Agent +1 exfiltration living-off-the-land detection-engineering curl
1r 3t
medium advisory

Msiexec Quiet Installation for Proxy Execution

Adversaries leverage the Windows Installer utility msiexec.exe to proxy the quiet execution of malicious payloads, bypassing traditional security controls by masquerading as legitimate installation processes.

living-off-the-land proxy-execution persistence execution
1r 1t
medium advisory

Abuse of MSIExec for Remote File Download and Execution

This brief details the abuse of the Windows utility msiexec.exe by attackers to download and execute remote files via HTTP or HTTPS URLs, often leading to unauthorized code execution, system compromise, or further malware deployment.

windows living-off-the-land proxy-execution defense-evasion
1r 2t
high advisory

Suspicious Download From File-Sharing Website Via Bitsadmin

This threat brief details the detection of adversaries leveraging the legitimate Windows Background Intelligent Transfer Service (BITSAdmin) utility to download malicious payloads from suspicious file-sharing and cloud storage domains, a technique commonly employed by ransomware groups and APTs for ingress tool transfer and stealthy execution.

living-off-the-land lolbas payload-delivery ingress-tool-transfer command-and-control windows
1r 4t 35i
medium advisory

Application Termination Attempt via Wmic.EXE

Adversaries leverage the native Windows Management Instrumentation Command-line (WMIC) utility to terminate applications, specifically security products, as a defense evasion technique.

defense-evasion windows wmic living-off-the-land
1r 2t
high advisory

Suspicious Process Creation via WMIC.exe

A high-severity threat involves adversaries abusing `wmic.exe` to create new processes like `rundll32` or `powershell` on Windows systems, a technique observed in ransomware campaigns such as Ryuk, Hive, and Conti, indicating post-compromise execution.

ransomware living-off-the-land execution windows
1r 1t
medium threat

System Disk And Volume Reconnaissance Via Wmic.EXE

Threat actor Volt Typhoon is observed using the built-in Windows Management Instrumentation Command-line (WMIC.EXE) utility to perform system and volume discovery, gathering critical system information that can facilitate further network exploitation and data exfiltration.

Volt Typhoon +3 discovery reconnaissance wmic living-off-the-land windows
1r 2t
medium advisory

Abuse of Microsoft Sysinternals PsSuspend Utility

Unidentified threat actors may leverage the legitimate Microsoft Sysinternals PsSuspend utility to suspend critical processes on Windows systems, enabling evasion of security controls or disruption of operations.

Sysinternals PsSuspend sysinternals living-off-the-land process-manipulation windows tool-abuse
1r 4t
high advisory

Renamed Sysinternals Sdelete Utility Execution

The execution of a renamed Microsoft Sysinternals Sdelete utility is a highly suspicious technique often employed by adversaries to destroy data on Windows systems, leading to severe impact on system integrity and data availability.

data-destruction living-off-the-land windows impact defense-evasion
1r 2t
high advisory

Legitimate Application Dropped Script Detection

This brief describes the detection of Living Off The Land Binaries (LOLBINs) and legitimate Windows applications being abused to drop various script files to disk, indicating malware staging or script-based code execution attempts.

living-off-the-land stealth execution windows
1r 2t
high advisory

Suspicious Legitimate Application Dropping Executable

This brief details a detection method for identifying malicious activity where legitimate Windows applications, including Living-Off-The-Land Binaries (LOLBINs) and common productivity software, are abused to drop executable files onto the disk, often indicating malware staging, persistence mechanisms, or process injection attempts.

living-off-the-land LOLBIN persistence malware-staging process-injection windows
1r 3t
high advisory

Global Stock Exchange Hit by Monthslong Email Campaign

An unknown threat actor gained continuous administrative access to a senior finance executive's Microsoft Outlook mailbox at a global stock exchange for at least five months, deploying custom infostealers via scheduled tasks and exfiltrating sensitive emails through a Dropbox-based command and control channel after an initial lateral movement event.

Microsoft Outlook +2 espionage financial-sector email-exfiltration persistence living-off-the-land windows advanced-persistent-threat
3r 7t
medium advisory

Living Off The Land Activity Detection

This correlation search identifies multiple risk events associated with 'Living Off The Land' activity, leveraging the Risk data model to aggregate events, focusing on systems with a high count of distinct sources, potentially enabling attackers to execute code, escalate privileges, or persist within the environment using trusted system utilities.

Splunk Enterprise +2 living-off-the-land persistence privilege-escalation execution
2r 5t
high advisory

Crowdstrike RTR Script Execution via PowerShell

Detection of PowerShell execution initiated via Crowdstrike Real Time Response (RTR) 'runscript' command, potentially indicating malicious actors leveraging compromised Crowdstrike Dashboard access to execute commands on remote hosts using encoded commands.

Splunk Enterprise +3 living-off-the-land rtr script-execution
2r 1t
high advisory

Suspicious MSBuild Spawned by WMI Provider Process

The analytic identifies instances where wmiprvse.exe spawns msbuild.exe, an unusual process relationship indicative of potential COM object misuse and unauthorized code execution on Windows systems.

Splunk Enterprise +3 living-off-the-land defense-evasion msbuild
2r 1t
medium advisory

MpCmdRun Used for Remote File Download

Attackers are abusing the Windows Defender command-line utility, MpCmdRun.exe, to download malicious files from remote URLs, enabling them to introduce malware or offensive tooling into compromised environments.

Windows Defender Antivirus living-off-the-land file-download windows
2r 1t
high advisory

Suspicious MSBuild Execution from Non-Standard Path

Detection of msbuild.exe execution from a non-standard path, indicating potential attempts to evade detection and execute malicious code.

Splunk Enterprise +2 msbuild lolbas living-off-the-land defense-evasion
3r 2t
medium advisory

Suspicious Microsoft Workflow Compiler Usage

The use of Microsoft Workflow Compiler (microsoft.workflow.compiler.exe), a rarely utilized executable typically found in C:\Windows\Microsoft.NET\Framework64\v4.0.30319, can indicate malicious intent such as code execution or persistence mechanisms, potentially leading to unauthorized access.

Splunk Enterprise +2 living-off-the-land proxy-execution endpoint
2r 1t
high advisory

Suspicious Microsoft Workflow Compiler Rename

Detection of the renaming of microsoft.workflow.compiler.exe, a technique used by attackers to evade security controls and potentially execute arbitrary code for privilege escalation or persistence.

Splunk Enterprise +3 lolbin defense-evasion living-off-the-land masquerading
3r 2t
high advisory

Regasm.exe Process Spawning Detection

Detection of regasm.exe spawning a child process, an unusual behavior that may indicate attempts to bypass application control and execute arbitrary code.

Windows living-off-the-land application-control-bypass endpoint
2r 1t
high threat

Detection of Processes Launching netsh.exe for Malicious Purposes

Detection of netsh.exe execution by unusual processes indicative of potential malicious activity, including persistence and network configuration changes by threat actors.

exploited Splunk Enterprise +3 netsh living-off-the-land persistence network-configuration
2r