Class 4 Lab 3 ‐ Email Spoofing - Justin-Boyd/CIT-Class GitHub Wiki
Task 1: Check for SPF Records
Step 1
Start your Windows 10 machine, search for CMD, and open it.
Step 2
Use the command nslookup to initiate the DNS query tool.
Step 3
Type the command set q=txt to query text records.
Step 4
Type seriouseats.comto query it. Note that it has a published SPF record containing a list of permitted senders. That means all addresses in the list can send emails on behalf of that domain.
Step 5
Now repeat the same process for Clutchburger.com. Can an SPF record be found?