The Quarterly Threat Landscape Report is out. See what attackers are targeting now.Read report

What Is a Highly Evasive Adaptive Threat?

Highly evasive adaptive threats (HEAT) are browser-based attacks that bypass traditional security controls to deliver malicious content or gain access. They often use tactics like HTML smuggling, malicious links, and fileless execution.

Why HEAT attacks matter

A highly evasive adaptive threat matters because the web browser is one of the most common entry points into an organization. Employees use browsers for email, cloud apps, file sharing, collaboration, and everyday research, which gives attackers a familiar path into the environment.

HEAT attacks are built to avoid the security tools many organizations rely on to inspect links, scan files, and block suspicious web traffic. Instead of looking like a traditional malware download or obvious phishing attachment, a HEAT attack may appear as normal browser activity until the malicious action happens locally or after trust checks have already passed.

Let’s take a look at some common risks:

  • Hidden payload delivery: Malicious content may be assembled in the browser instead of arriving as an obvious downloaded file.
  • Bypassed web controls: URL filters, firewalls, or secure web gateways may miss activity that looks legitimate.
  • Compromised trusted sites: Attackers may use real websites that briefly behave maliciously.
  • Endpoint access: A browser-based action can become a foothold on a user’s device.
  • Delayed detection: Security teams may need to connect signals across browser, endpoint, identity, and network activity.

HEAT is also useful to understand because it overlaps with several familiar security concepts, including phishing attacks, malware attacks, and living-off-the-land (LOTL) attack techniques.

How HEAT attacks work

HEAT attacks usually begin with a normal-looking web interaction. A user may click a link in an email, visit a compromised website, open an HTML file, or land on a page that appears harmless. The browser loads the content, and the attack uses evasion techniques to avoid inspection or reputation checks.

A simplified HEAT attack flow looks like this:

  1. Initial web interaction: The user clicks a link, opens a page, or loads browser-based content.
  2. Trust signal abuse: The page may use a legitimate domain, recently changed content, redirects, or benign-looking code.
  3. Security bypass: The activity avoids URL analysis, file scanning, sandboxing, or content inspection.
  4. Payload assembly: Malicious code or a file may be built inside the browser environment.
  5. Follow-on activity: The attacker attempts credential theft, endpoint compromise, malware execution, or lateral movement.

The “adaptive” part matters, as attacks may change behavior based on location, timing, browser type, user interaction, or the presence of security tools. That makes them harder to evaluate with static checks alone.

Key components of HEAT attacks

HEAT isn’t a single malware family or one specific vulnerability. It describes a set of attack behaviors that help malicious activity blend into normal web use.

Browser targeting

HEAT attacks use the browser as the main entry point. This makes sense from an attacker’s point of view: Browsers handle scripts, files, redirects, cloud apps, authentication sessions, and user interaction.

Because browser activity is expected, security teams need more than a simple “block suspicious attachment” approach. They need visibility into what happens before, during, and after the browser interaction.

Evasion techniques

HEAT attacks are designed to bypass common security controls. They may avoid inspection by using trusted infrastructure, changing content after analysis, hiding malicious logic, or delaying execution until a user interacts with the page.

This can reduce the effectiveness of tools that depend on static reputation, known file signatures, or one-time link analysis.

HTML smuggling

HTML smuggling is a common HEAT tactic. Instead of delivering a complete malicious file through the network, the attacker embeds code in an HTML page that assembles the file locally in the browser.

That local assembly can help the attack avoid normal file scanning because the dangerous object isn’t always visible as a complete file while it travels across the network.

Good-to-bad websites

A good-to-bad website is a legitimate or trusted site that temporarily delivers malicious content. It may be compromised, altered, or used in a way that passes reputation checks at one moment and behaves maliciously later.

This is one reason HEAT attacks can be difficult to block with domain reputation alone.

Fileless and living-off-the-land activity

Some HEAT attacks try to reduce obvious artifacts on disk. They may use scripts, memory-based execution, or legitimate administrative tools already present on the system.

That behavior connects HEAT to broader detection challenges, where security teams must identify suspicious use of normal tools rather than only looking for known malware files.

Examples and use cases

HEAT attacks can appear in several forms. The details vary, but the pattern is consistent: Use the browser, avoid inspection, and create an opening for follow-on activity.

Phishing link to browser payload

A user receives a message with a link that appears to point to a normal web page. The page may pass a reputation check, but once opened, it redirects the user or loads content that starts the attack.

This type of scenario can lead to credential theft, malware delivery, or a staged payload.

HTML file that builds a payload

A user opens an HTML file that looks harmless. Behind the scenes, the file contains code that assembles a malicious payload locally.

This approach is dangerous because the payload may not exist as a complete downloadable file until the browser creates it.

Compromised trusted site

An attacker compromises a legitimate website or abuses a trusted service. For a short period, visitors may be redirected or served malicious content.

Because the domain has a trusted history, security tools that rely heavily on reputation may not block the interaction in time.

Post-compromise activity

After gaining access, the attacker may use legitimate tools to move, collect information, or avoid detection. This is where HEAT can overlap with endpoint compromise and living-off-the-land behavior.

Security teams may need endpoint detection and response (EDR), network traffic analysis (NTA), and incident response (IR) processes to understand what happened.

How HEAT fits into security operations

HEAT sits at the intersection of web security, endpoint security, identity security, and threat detection. A browser-based attack may start with a link, but the investigation usually doesn’t stop there. Security teams should look for connected signals across the environment:

  • Browser behavior that leads to unusual file creation or script execution
  • Suspicious redirects, short-lived domains, or unexpected web destinations
  • Endpoint activity shortly after a browser event
  • Unusual use of legitimate administrative tools
  • Credential prompts, session misuse, or abnormal login behavior

HEAT also reinforces why threat detection depends on context. A single web request may not look malicious by itself, but the risk becomes clearer when that request is linked to a downloaded object, a suspicious process, a new authentication attempt, or lateral movement.

HEAT vs. related threats

HEAT is sometimes confused with other terms, so it can help to separate the concepts.

HEAT vs. malware: Malware is malicious software. HEAT is an evasive attack strategy that may deliver malware, but can also support credential theft, fileless execution, or other actions.

HEAT vs. phishing: Phishing often uses social engineering to get a user to click, share, or download something. HEAT may use phishing as the delivery path, but the defining feature is browser-based evasion.

HEAT vs. advanced persistent threat: An advanced persistent threat usually refers to a long-term, targeted campaign or threat actor behavior. HEAT refers to specific evasive techniques that may be used in many types of campaigns.

Frequently asked questions

HEAT stands for highly evasive adaptive threat. It refers to attacks that use evasive, browser-focused techniques to bypass traditional security controls and deliver malicious content or gain access.

A HEAT attack isn’t the same as malware, as HEAT describes an attack strategy while malware is malicious software that may be delivered or executed as part of that strategy.

HEAT attacks target browsers because browsers are trusted, widely used, and connected to many business workflows. They handle links, files, scripts, cloud apps, and user sessions, which gives attackers multiple ways to hide malicious activity inside normal web behavior.

Security teams can detect HEAT attacks by correlating browser, endpoint, network, and identity signals. Suspicious redirects, local payload assembly, unusual process activity, unexpected tool use, and abnormal authentication behavior can all help reveal the broader attack path.