Of every signal available on a lookalike domain, one changes the assessment more than any other: the presence of an MX record. A domain that can receive mail has been prepared for a conversation, not a landing page.
Why it matters so much
- It is deliberate and costs effort. Parking and monetisation need no MX. Nobody configures mail by accident.
- It enables the expensive attack. Credential phishing needs a web page. Invoice redirection needs a mailbox that can receive the reply — and that is the attack with the largest per-incident loss.
- It implies a targeted campaign. Mass phishing sends and does not read. A conversational attack against a named finance team needs to receive.
- It is trivially checkable and routinely not checked.
The check
dig +short MX suspicious-lookalike.example
Empty -> web-only, or not yet prepared
Any answer -> escalate. Someone intends to receive mail
as a name resembling yours.Where it sits against everything else
| Signal | Weight |
|---|---|
| MX present | Highest. Deliberate, effortful, enables the costliest attack. |
| Certificate issued | High. Imminent use, usually within hours. |
| Cloned content served | High, and it is already active — you are late. |
| A record resolving | Moderate. Preparation. |
| Registered in the last 30 days | Moderate. Common to most phishing and most nothing. |
| Privacy-protected registrant | None. It is the default. |
MX plus certificate is the pair to alert on
Either alone deserves attention. Both on the same domain means somebody has prepared to serve a site and receive replies, which is a complete phishing operation and is worth waking someone for. It is also a simple rule that fits in one line of a monitoring configuration.