
.png)
Last updated: September 8, 2026
The email threat landscape in 2026 is dominated by attacks that carry no malware: business email compromise (BEC), vendor email compromise (VEC), adversary-in-the-middle (AiTM) credential theft, zero-day social engineering written to look like routine business mail, and a growing share of all of it sent from hijacked real accounts. They work because they exploit trust, context, and legitimate infrastructure instead of files, links, or exploit code. Stopping them takes a system that reasons about intent, not a filter that checks a message against a list of known-bad indicators.
This piece maps the landscape end to end: the attack categories, the tooling behind them, why static defenses miss them, and what a detection stack has to do differently.
Most conversations about email threats collapse into "phishing", which hides how far the categories have diverged. Each has its own mechanism and needs its own detection approach.
The highest-damage categories, BEC, VEC, AiTM, and zero-day, leave almost nothing for a rules engine to grab. Attackers adapted to the last generation of controls on purpose. The FBI's Internet Crime Complaint Center put BEC losses at $2.77 billion in 2024, more than any category except investment fraud, from attacks that in most cases carried no malware at all.
Secure email gateways (SEGs) and rule-based systems were built to answer one question: does this message contain a known-bad artifact? A malicious URL, a flagged attachment hash, a domain on a blocklist, a spoofed header that fails SPF or DKIM.
BEC, VEC, and AiTM attacks are built to answer "no" to all of those. The email comes from a real account, on real infrastructure, with valid authentication records, referencing a real project or invoice. The only thing wrong with it is what it asks the recipient to do, and catching that requires understanding context, not scanning content.
Our own telemetry shows how wide the gap is. In State of the AI Threat in Email: 2025, drawn from more than 20,000 phishing emails in production environments, 50.3% of AI-generated phishing got past the built-in Gmail and Microsoft filters, against 28.5% of human-written phishing. Of the AI-written spear phishing that got through, 72.6% passed DMARC. Authentication verifies infrastructure, not intent.
Business email compromise (BEC) is a targeted social engineering attack in which the adversary impersonates a trusted party, an executive, vendor, or internal team, to get someone to move money, change payment details, or share sensitive data. There is usually no malware and no link. The message is the attack.
Adversary-in-the-middle (AiTM) phishing is a credential attack in which the attacker sits between the victim and a real login page using a reverse-proxy kit. The victim authenticates, including completing MFA, and the attacker captures the resulting session token and replays it to enter the account directly. No password is needed afterward, and MFA stopped nothing.
Zero-day phishing is any attack that uses infrastructure, domains, or content with no prior history in threat intelligence feeds. Reputation and blocklist systems match against known-bad indicators, so a new campaign is invisible to them until someone else gets hit and reports it.
The biggest change in the landscape is where the mail comes from. A growing share of phishing now originates from real, compromised accounts rather than attacker-registered domains, which removes the one signal every legacy control depends on: a sender with a bad or unknown reputation.
Our TIDALGUEST teardown from June 2026 shows the mechanic at scale. Each victim who entered credentials on the fake invitation page handed the operator a working inbox. Within hours, the same lure went out from that inbox to its full contact list, from a known address, with SPF, DKIM, and DMARC all passing. Every enterprise URL scanner in the dataset rewrote the link and delivered the message. Roughly a third of the organizations we monitor received at least one campaign email, and each new compromise turned another contact list into the next sending pool. MITRE tracks the technique as internal spearphishing (T1534) and valid cloud accounts (T1078.004).
The same pattern sits underneath vendor email compromise and most modern BEC. The attacker is not pretending to be a trusted sender. The attacker is the trusted sender, replying inside a real thread from a real mailbox. Per-message inspection cannot see anything wrong, because nothing in the individual message is wrong. The signal is the pattern across messages: a known contact suddenly writing to an undisclosed recipient list, an invitation-themed lure hitting many recipients at once, a supplier changing bank details in the fourth reply of a thread that had been routine.
Three toolsets show up in nearly every serious BEC or account-takeover campaign. The mechanics matter more than the category names.
Persistent access is what turns a single phishing click into a multi-week fraud operation. Attackers use the dwell time to study invoicing cycles, approval chains, and writing style before sending the fraudulent request.
Detection has to move from "does this match a known bad pattern" to "does this request make sense given who is asking, what they are asking for, and how." The signals worth reasoning over:
Layered controls still matter and should stay in place:
Most of the attacks above are defined by what they lack: no malware, no bad link, no signature. That is the category traditional filters were never built to catch, and the one AegisAI's agents are built for. Instead of matching a message against rules or reputation lists, the agents reason about the sender relationship, the request, and the language of each message the way an analyst would, from the first day of deployment, and remove what they find before users see or click it.
To see how the agents reason about a real message in your own environment, book a demo.
What is the biggest email threat facing businesses today? Business email compromise and vendor email compromise cause the largest direct financial losses because they target payment workflows directly and need no malware to succeed. AiTM and zero-day credential attacks are the fastest-growing technical category because they defeat MFA and threat-feed-based detection.
How is BEC different from phishing? Phishing generally relies on a malicious link or attachment to deliver a payload or harvest credentials. BEC relies on impersonation and social engineering alone. The email itself is the attack, with no technical artifact to detect.
Can MFA fully stop email account takeover? No. Standard MFA stops basic credential stuffing, but AiTM reverse-proxy kits capture session tokens after a legitimate MFA completion and reuse them. Phishing-resistant MFA (FIDO2 and passkeys) closes much of this gap and should be paired with monitoring, not treated as a complete answer.
What is a zero-day phishing attack? An attack using domains, infrastructure, or content with no history in threat intelligence feeds. Reputation-based tools match known-bad indicators, so zero-day campaigns are invisible to them until after the first wave of victims.
How do I detect a compromised OAuth app or malicious forwarding rule? Audit third-party app grants and mail rules directly in the Microsoft 365 or Google Workspace admin console on a recurring schedule, not only after an incident. Attacker access often survives a password reset because the OAuth grant or forwarding rule was never removed.
Why do phishing emails from a known contact get through? Because the account is real. When an attacker hijacks a mailbox, the next wave of lures comes from a legitimate address with valid authentication, so reputation checks and blocklists have nothing to act on. TIDALGUEST spread this way, with each stolen inbox mailing its own contact list. Catching it requires correlating across messages, not inspecting each one alone.
Why do secure email gateways miss BEC? SEGs match messages against signatures, known-bad URLs, and domain reputation. BEC messages have none of those. They come from real accounts or convincing lookalikes with clean language, so a rules engine has nothing to flag.


