Some email attacks are easy to imagine: an infected attachment, a URL already known to be malicious, or a mass message full of obvious mistakes.
The problem is that the attacks that concern me most do not always look like that.
Some messages are designed specifically not to look like attacks. They try to appear normal, timely, and trustworthy. They use familiar names, everyday processes, business language, and just enough urgency to reduce the time a person spends verifying the request.
In those cases, good detection requires understanding much more than malware.
The threat may be in the intent
A message can contain no malicious code and still be part of an attack.
A request to change a bank account may be fraud. A message apparently sent by an executive may be trying to trigger a transfer. A fake authentication page may steal credentials. A compromised conversation may use a real thread to introduce a fraudulent instruction.
What connects these scenarios is not necessarily a technical signature.
It is the intent to induce an action.
That means modern detection has to combine different signals instead of depending on a single category of analysis.
Identity: who appears to be speaking?
Sender identity is one of the first layers of context.
Useful questions include:
- does the domain really belong to the person or company the message claims to represent?;
- are there subtle differences in the display name or address?;
- is the sender new to the recipient?;
- is someone trying to impersonate a known person, company, or supplier?;
- can third parties send messages that appear to come from the corporate domain because domain policy is not sufficiently robust?;
Domain authentication helps answer part of this. But identity goes beyond technical records: it also includes reputation, previous relationships, and consistency with the conversation context.
Language and context: does the request make sense?
Social engineering works because it exploits human and business patterns.
Urgency, authority, confidentiality, and timing are common signals:
“I need this before the meeting ends.”
“The supplier just changed its bank account.”
“Please review the document before the call.”
None of those sentences is malicious by itself. The value comes from combining them with other signals: who sent them, to whom, from which domain, inside what conversation, and which action the message is trying to trigger.
A more mature detection capability looks for correlated context, not just suspicious words.
Links and files still matter, but they are not static
Attachments and URLs remain important attack paths.
Even here, however, there is an operational challenge: risk can change over time.
A link may not show malicious behavior during initial analysis and change later. New intelligence may appear. A legitimate site may be compromised after the message is delivered. A file that seemed benign may take on a different meaning when viewed together with other events.
That is why I find the idea that detection ends when the message reaches the mailbox too limiting.
Delivery should not be the end of analysis
I prefer to think of email protection in four moments:
1. Before delivery
Evaluate identity, reputation, content, files, links, impersonation, and other available signals to reduce the probability of delivering a threat.
2. At delivery
Apply the appropriate policy, classify the message, and preserve enough evidence to understand why it was allowed, blocked, or sent for review.
3. After delivery
Continue incorporating intelligence and response capability. If a threat changes classification, the organization should be able to locate related messages, review exposed users, and take corrective action.
4. At the moment of interaction
When a user opens a link or tries to access a resource, there is another opportunity to evaluate risk with more recent information.
This turns detection into a continuous process rather than a one-time decision.
Critical users change priority
The same threat does not necessarily represent the same risk for everyone.
Finance, procurement, and executives may be especially attractive for fraud. HR receives files from external people. Teams interacting with customers and suppliers are exposed to impersonation. Administrators and technical staff may hold privileged access.
That is why it is useful to observe not only how many attacks appear but who they target and which process could be affected.
A concentration of attempts against one person or area is itself risk information.
False positives and false negatives also describe capability
An overly aggressive control can create friction and block legitimate communication. One that is too permissive can allow attacks through.
That is why reviewing false positives and false negatives is not a minor administrative task. It is a way of learning how detection is performing in the real context of the organization.
I am particularly interested in observing:
- which malicious messages were detected;
- which messages arrived and were reported later;
- which legitimate communications were blocked;
- which users or areas concentrate attacks;
- which policies need adjustment;
- which patterns repeat;
- which decisions should change because of that evidence.
A security capability improves when it learns from mistakes, not when it merely accumulates rules.
Technology needs operations
Deploying a protection layer matters, but it does not answer questions such as:
- who investigates a possible targeted campaign?;
- who reviews an account that may have been compromised?;
- who decides when a policy should change?;
- who notices that finance is receiving a new pattern of fraud attempts?;
- what information reaches the people making decisions?;
Detection without operations can produce alerts.
Detection with context, review, and improvement can produce capability.
Better detection is not simply more filtering
The goal should not be to create a system that blocks everything unfamiliar. That would be incompatible with how organizations work.
The objective is to increase the probability of recognizing a dangerous interaction before it achieves its purpose, while maintaining a reasonable balance between security and operations.
That requires technology, identity, context, behavior, learning, and process controls working together.
That is why the most dangerous email attacks do not always carry malware.
And that is why the relevant question is not only what we detect in the message, but what we are capable of understanding about the interaction and the risk it is trying to introduce into the business.
Related: Email is not just a channel: it is an attack surface against critical business processes and Designing an email protection capability.