Check if an email is fake, spoofed or spam

Nowadays, a lot of malware writers are attempting to use social engineering to dupe people into performing a task that will allow their malware to run. How do you tell the difference between malware and legitimate email?

In order to check if an email is authentic, we need to look at the information contained in the email header.

If you’re using Gmail.

  1. Open an email.
  2. Below the sender’s name, click the Down arrow.
  3. The message is authenticated if you see:
  4. “Mailed by” header with the domain name, like google.com.
  5. “Signed by” header with the sending domain.

If you’re checking your email on another email client, you can check the message headers.

  1. Open an email message.
  2. Find the “Authentication-Results” header.
  3. If the message was authenticated by SPF/DKIM, you’ll see “spf=pass” or “dkim=pass.”