FanTazTechCheck My Grade

How to Stop Email Spoofing

Spoofing is not a software problem and no filter fixes it. Three DNS records do, and most businesses have never published them.

DMARC lookuppublic dns

Confirmed against two independent resolvers. Reads the published record only.

8
categories checked

Read the way an outsider would, from records that are already public.

What You Are Preventing

Three DNS records decide whether this message is refused or delivered. Nothing about the message itself changes.

Email AuthenticationDelivered
Dr. Smith[email protected]9:12 AM
toAccounts Payable
subjectUpdated Invoice Information

Please update payment details for future invoices.

not sent by this company
strangeryour customer
dmarcfailed
spfsoft fail
dkimnot found

deliveredThe message reached the inbox looking like it came from you.

3 sourcesConfirmed twiceChecked today

Why Your Spam Filter Cannot Help

  • It Guards the Wrong Direction

    A filter protects mail arriving at your business. Spoofing sends mail to other people using your name.

  • It Never Passes Through You

    The message goes straight to your customer, so nothing you control ever sees it.

  • You Find Out Last

    Usually a phone call asking why the bank details changed. The message was delivered and believed days earlier.

The Three Records That Stop It

  1. SPF, Which Lists Your Senders

    The servers allowed to send as your domain, and what to do when a sender is not on the list. Ending it in a hard fail is what makes the list mean something.

  2. DKIM, Which Signs Your Mail

    A signature from your mail provider letting a receiving server confirm the message came from you and was not altered.

  3. DMARC, Which Decides the Outcome

    It tells receiving servers to reject a message when the first two do not confirm the visible address. Without it, they produce evidence nobody acts on.

The Three Records Together

TXT recordsexample.com
v=spf1 include:_spf.google.com -all selector._domainkey v=DKIM1; k=rsa; p=MIGfMA0GCSq... _dmarc v=DMARC1; p=reject; rua=mailto:[email protected]
SPF names who may send. DKIM signs the message. DMARC tells the receiving server what to do when the first two fail.

Why Most Businesses Have None of This

None of it is difficult and all of it is free. The records are text entries in DNS and a competent provider publishes them in under an hour.

It is missing because nothing breaks when it is absent. Email flows perfectly, no error appears, and nobody is prompted. The absence is only visible to someone who looks, and the people who look most reliably are the ones planning to use it.

Where Email Sits in the Whole Picture

Email authentication is one of eight categories. Fixing it well still leaves the other seven unanswered.

Category Breakdown8 checked
FEmail Authenticationno DMARC policy
BCertificatesexpires in 41 days
DExposed Services1 portal reachable
FBreach Exposure6 accounts found
BDNS Hygiene2 stale records
CLookalike Domains1 with mail
CWebsite Headers3 missing
ATracking Leakagenothing sensitive
8 sourcesconfirmed twicetoday

Common Questions

  • No. The records live in DNS, so whoever controls the domain has to publish them. If a web designer or a former provider holds that access, recovering it is the first step and is worth doing regardless.

  • No, and that is a separate problem. These records protect your exact domain. A domain one character different is a different domain, and stopping it means monitoring for registrations rather than publishing records.

  • DMARC reports arrive from mail providers worldwide showing every source sending as your domain and whether it passed. That reporting is the main reason to publish the record even before enforcing it.

  • This checker reads public records only, specifically the DMARC record published in your domain's DNS. Blindspot is not a penetration test. Nothing is logged into, no password is tested, and no network is touched.

Check All Three Records

The full scan reads SPF, DKIM and DMARC together, plus five other categories.

The scan is not open to the public yet. Nothing here is collected in the meantime.

We only read public records. We never touch your computers and we never ask for a password.

Explore

Everything Blindspot Checks

Understand Your Exposure

What the outside world can already see, and how it is measured.

How Impersonation Works

The techniques behind the findings, in plain English.