// MITRE ATT&CK

T1027.006 · HTML Smuggling

🎯 Stealth LinuxmacOSWindows Sub-technique

Sub-technique of T1027 · Obfuscated Files or Information.

Adversaries may smuggle data and files past content filters by hiding malicious payloads inside of seemingly benign HTML files. HTML documents can store large binary objects known as JavaScript Blobs (immutable data that represents raw bytes) that can later be constructed into file-like objects. Dat...

How to detect & mitigate it

Detecting HTML Smuggling starts with your SIEM/EDR telemetry. Write a detection rule with the Sigma generator, analyze suspicious logs in the log analyzer, and place the technique on your coverage with the ATT&CK matrix.

Related techniques

Source: MITRE ATT&CK®. ATT&CK is a registered trademark of The MITRE Corporation. Content for educational purposes.