Interactive LOLBin Triage & Detection Rule Engine

Triage Suspicious Commands.
Generate SIEM Rules Instantly.

Deobfuscate suspicious command lines, identify weaponized Living-off-the-Land Binaries across Windows, Linux, and macOS, and produce copy-paste ready KQL, Sigma, and Splunk queries in milliseconds.

LOLPulse Command Line Decoder & Telemetry Generator
Quick Samples:
Raw Command Line Input
Client-side parsing • Zero network telemetry
Critical RiskWindowsDownload

Threat Assessment & MITRE Mapping

Identified abuse of trusted binary **certutil.exe** (WINDOWS). Pattern indicates **Download** activity mapped to MITRE ATT&CK technique **T1105: Ingress Tool Transfer**.

Command Obfuscation Detected
  • Environment variable path concatenation (e.g. %TEMP%)
  • External network URL resource reference detected

Parameter & Switch Breakdown

Switch / TokenIdentified PurposeStatus
-urlcacheEnable URL Cache parsingSuspicious
-splitSplit / Force File DownloadSuspicious
-fhttp://evil.com/payload.exeForce OverwriteStandard

Process Lineage & Execution Tree
Expected Parent → Spawned Sub-process

1
cmd.exeparent process
Medium Integrity

C:\Windows\System32\cmd.exe

Spawning shell interpreter or automated task scheduler.

2
certutil.exetarget process
Medium Integrity

C:\Windows\System32\certutil.exe

The target command line executing suspicious flags.

3
payload.exechild process
Medium Integrity

C:\Users\Public\payload.exe

Downloaded secondary payload staged on disk.

Detection Engineering & SIEM Rules

Copy-paste ready telemetry filters
Microsoft Defender Advanced Hunting • DeviceProcessEvents schemaLive query
Microsoft Defender XDR / Sentinelkql
1// Microsoft Defender XDR / Microsoft Sentinel
2// Tactic: Download
3DeviceProcessEvents
4| where FileName =~ "certutil.exe"
5| where ProcessCommandLine has_any ("-urlcache", "-split", "-f")
6| project
7 Timestamp,
8 DeviceName,
9 AccountName,
10 InitiatingProcessParentFileName,
11 InitiatingProcessFileName,
12 InitiatingProcessCommandLine,
13 FileName,
14 FolderPath,
15 ProcessCommandLine,
16 MD5,
17 SHA256
18| sort by Timestamp desc
100%
Client-Side Privacy (Zero Telemetry)
3
Platforms: Windows, Linux & macOS
KQL • Sigma • SPL
Triple Format SIEM Detection Output
ATT&CK
MITRE Enterprise Matrix Mapped
Attack Tactic Taxonomies

Explore by Attack Objective

Explore Living-off-the-Land Binaries grouped by adversary mission goals and MITRE ATT&CK tactics.

DownloadTA0011

Download LOLBins & Ingress Tool Transfer Utilities

Adversaries weaponize trusted operating system binaries to download external payloads, malicious scripts, and stage-2 implants without relying on web browsers or dropping suspicious third-party downloaders.

Explore Matrix
ExecuteTA0002

Execution LOLBins & Script Interpreter Abuse

Living-off-the-Land execution utilities allow threat actors to run arbitrary shell commands, in-memory scripts, and weaponized payloads through signed system binaries, evading application blacklists.

Explore Matrix
UAC BypassTA0004

UAC Bypass LOLBins & Privilege Escalation Vectors

Windows User Account Control (UAC) bypass techniques leverage auto-elevating binaries and trusted registry/environment hijacking to execute code at High or System integrity without prompting the interactive user.

Explore Matrix
Defense EvasionTA0005

Defense Evasion LOLBins: AppLocker & Antivirus Bypasses

Defense evasion LOLBins bypass endpoint security controls, Application Whitelisting (AppLocker/WDAC), and script restrictions by executing code through digitally signed, trusted Microsoft or Unix utilities.

Explore Matrix
Credential DumpTA0006

Credential Dumping LOLBins & Memory Extraction Tools

Adversaries abuse built-in utilities to extract sensitive plaintext credentials, Kerberos tickets, and password hashes from operating system memory (LSASS) or local configuration stores.

Explore Matrix
PersistenceTA0003

Persistence LOLBins & Scheduled Execution Mechanisms

Adversaries abuse native system utilities to maintain uninterrupted access across system restarts, user logoffs, and credential updates by configuring autostarts, scheduled tasks, and service registrations.

Explore Matrix
ReconnaissanceTA0007

Reconnaissance LOLBins & Internal Host Discovery

Adversaries abuse built-in command line tools to enumerate local users, domain trust relationships, network shares, installed software, and security configurations prior to lateral movement.

Explore Matrix
Programmatic Knowledge Base

Trending Living-off-the-Land Binaries

View All LOLBins (303)
Windows2 weaponized tactics

certutil.exe

Certutil.exe is a command-line program installed as part of Certificate Services. Attackers frequently abuse it to download arbitrary files from remote URLs, encode/decode Base64 payloads to evade detection, and hash files.

T1105T1140
Windows2 weaponized tactics

mshta.exe

Microsoft HTML Application (MSHTA) host executes .hta files and scripts embedded inside web pages. Attackers abuse mshta to execute malicious inline VBScript or JScript directly from the command line or remote HTTP servers.

T1218.005
Windows2 weaponized tactics

rundll32.exe

The Rundll32 program loads and runs 32-bit and 64-bit Dynamic Link Libraries (DLLs). Threat actors use it to execute exported functions from arbitrary DLLs, run scriptlets, or execute code via MSHTML protocol handlers.

T1218.011
Windows1 weaponized tactics

bitsadmin.exe

Background Intelligent Transfer Service (BITS) administrator tool manages asynchronous, throttled background transfers. Attackers use BITS to stage remote downloads that survive reboots and evade conventional network monitoring.

T1197T1105
Windows1 weaponized tactics

regsvr32.exe

Regsvr32 registers and unregisters OLE controls, such as DLLs and ActiveX controls in the Windows Registry. When passed the /i switch pointing to an HTTP/HTTPS URL and scrobj.dll, regsvr32 downloads and executes remote COM scriptlets in memory (the classic Squiblydoo technique).

T1218.010
Windows2 weaponized tactics

powershell.exe

PowerShell is a powerful task automation framework and scripting engine. Widely abused by threat actors for in-memory execution (fileless malware), credential dumping, remote command execution, and AMSI bypasses.

T1059.001T1105

Built for Modern SOC & Detection Engineering

Streamline alert triaging and rule deployment without switching between disjointed cheat sheets.

Instant Command Parsing

Understands nested quotes, environment variables, caret escapes, and PowerShell backticks to expose true attacker intent.

Multi-SIEM Ready Queries

Generates Microsoft Defender Advanced Hunting KQL, vendor-neutral Sigma YAML, and Splunk SPL with single-click clipboard copy.

ATT&CK Matrix Correlation

Connects LOLBins across operating systems directly to corresponding MITRE techniques to map out adversary playbooks.

SB

Sharon Ben Moshe

Lead Security Researcher

Cybersecurity Researcher & Detection Engineer • Creator of LOLPulse • Check Point

Connect on LinkedIn

Specializing in behavioral threat hunting, adversary tradecraft deconstruction, and detection engineering. With research experience at Check Point Software Technologies investigating malicious document vectors and LLM weaponization, Sharon leads LOLPulse to systematically verify Living-off-the-Land Binaries (LOLBins) and author production-grade KQL, Sigma, and Splunk detection queries.

Lab Telemetry Verified
MITRE ATT&CK Mapped
Zero-Telemetry Privacy