Guide

Email spoofing: how criminals send email as your firm, and what stops them

By Adam Sierant, Director of Northstar Infinity Works Ltd · Updated · 5 min read

In short

Email spoofing is sending a message with a forged sender address, so that it appears to come from someone else. Because email does not check senders by design, anyone can put your firm’s address in the From line, and a DMARC policy of quarantine or reject is what asks receivers to stop it. Lookalike domains and hacked mailboxes are different problems that need different controls.

How spoofing works

An email has an envelope, which mail servers use to deliver it, and a header, which holds the From address the reader sees. Standard email makes no effort to check that the sender is who they claim to be, and the envelope and From addresses do not have to match.[1] A criminal can therefore send a message from their own server, using their own envelope domain, and write your firm’s address in the From line.

Microsoft’s documentation gives the textbook case: a message whose envelope uses one domain while its From line shows a bank’s address. It is perfectly valid as far as the delivery protocol is concerned, and it is a classic spoof.[1]

A cruder trick changes only the display name, so that “Samplefirm Accounts” appears above an address at a free webmail provider. DMARC is concerned with the domain in the From address, not the name shown beside it, which is why staff who handle payments should read the address itself.[2]

Three ways criminals impersonate a firm

MethodWhat the recipient seesWhat stops it
Exact-domain spoofingYour real address, such as [email protected]DMARC at quarantine or reject on your domain
Lookalike domainAn address one character away, such as [email protected]Careful staff, call-back rules and watching for new lookalikes
Compromised mailboxGenuine mail from a real account at the firmMulti-factor authentication, sign-in alerts and call-back rules

Take Five describes both of the harder routes in property fraud: criminals usually gain access to genuine legal email accounts, and also use addresses that closely mimic a real firm’s.[3] DMARC deals only with the first row. But the first row is also the cheapest for a criminal, needs no hacking and no registration, and is the one a firm can close completely with its own DNS settings.

Why SPF and DKIM alone do not stop it

Many firms already publish SPF and assume they are protected. SPF checks the envelope domain, not the From address, so a spoofer using their own envelope domain can pass SPF for that domain.[1] DKIM proves that a message was signed by some domain, not that the signing domain is the one in the From line.[1]

DMARC adds the missing check: the domain that passed has to align with the From domain.[2] The policy then decides what receivers are asked to do. At none, they are asked to do nothing with spoofed mail; at quarantine or reject, they are asked to junk it or refuse it.[4]

Signs that your domain is being spoofed

Without a DMARC record that names a reporting address, the third sign is invisible, which on its own is a good reason to publish one.

Can someone send email from my domain without my password?

Yes, in the sense that they can put your address in the From line, and a receiver with no other signals may accept the message. Whether it reaches anyone depends on your DMARC policy and on the receiver’s own filtering. Microsoft 365, for instance, combines authentication results with signals such as sender reputation and history, so a failed check does not automatically mean a blocked message.[1] Your policy is the one part of that decision you control.

If mail is going out from a real mailbox at the firm, that is not spoofing, and DMARC will not stop it. The account needs its password changed, its sign-ins and forwarding rules reviewed, and its multi-factor authentication checked.

What to put in place

  1. Publish SPF and DKIM for every service that sends as the firm, including DKIM signing with your own domain in Microsoft 365.[5]
  2. Publish DMARC with a reporting address, and read the reports.
  3. Move to quarantine and then to reject once legitimate mail passes. The NCSC calls reject on all of your domains the best way to prevent spoofing of your email.[6]
  4. Give domains the firm owns but does not use for email a reject record of their own.[4]
  5. Tell clients how you will and will not send bank details. The SRA suggests telling clients that you would never change your bank details by email.[7]

The first four are settings. The fifth is a habit, and it is the one that still works when a criminal uses a lookalike domain or a stolen password.

What to tell staff

None of this replaces the settings above, and the settings do not replace it: a policy of reject does nothing about a lookalike domain, and even careful staff cannot inspect every message.

See where your domain stands

The free domain check shows whether your domain publishes SPF and DMARC, and which policy it asks receivers to apply. For how the records fit together, read SPF, DKIM and DMARC explained, or arrange a scope call to go through your firm’s set-up with your IT provider.

Next step

See what your domain publishes today.

The free check reads your public DNS records. The scope call takes twenty minutes, with your IT provider if you like.

Sources

  1. How email authentication works in Microsoft 365. Microsoft Learn, updated 17 July 2026. Checked 10 September 2026.
  2. RFC 9989: Domain-based Message Authentication, Reporting, and Conformance (DMARC). IETF, RFC Editor, May 2026. Checked 10 September 2026.
  3. Conveyancing scams. Take Five to Stop Fraud. Checked 10 September 2026.
  4. Set up DMARC to validate email in Microsoft 365. Microsoft Learn, updated 17 July 2026. Checked 10 September 2026.
  5. How to use DKIM for email in your custom domain. Microsoft Learn, updated 24 August 2026. Checked 10 September 2026.
  6. Email security and anti-spoofing: reject spoof emails. National Cyber Security Centre, 7 October 2019. Checked 10 September 2026.
  7. How to reduce the risk of being affected by cybercrime. Solicitors Regulation Authority, 23 November 2020. Checked 10 September 2026.