HackMyIP
← back to sheets

How to Check If an Email Is Safe Before Opening It

~/sheets/how-to-check-if-email-is-safe.md
1

How to Check If an Email Is Safe Before Opening It

2

Email remains the number one attack vector for cybercriminals. Over 90% of cyberattacks start with a phishing email — a message designed to trick you into clicking a malicious link, downloading malware, or handing over your credentials. The attacks have gotten sophisticated enough that even security-aware people get fooled. Here is how to evaluate any suspicious email before it causes damage.

3

Check the Sender Address Carefully

4

The "From" name can say anything — it is the actual email address that matters. Look for these red flags:

5
    6
  • Domain misspellings — "paypa1.com" instead of "paypal.com", "amaz0n.com" instead of "amazon.com"
  • 7
  • Free email domains — legitimate companies do not send official emails from gmail.com or yahoo.com
  • 8
  • Extra subdomains — "paypal.account-verify.com" is NOT paypal.com. The real domain is always the last part before the extension
  • 9
  • Random strings — "noreply@xj72kf.com" is almost certainly malicious
  • 10
    11

    Inspect Links Without Clicking

    12

    Hover over any link in the email (do not click) and look at the URL that appears:

    13
      14
    • Does the domain match the supposed sender?
    • 15
    • Does it use HTTPS? (though even phishing sites use HTTPS now — read our HTTPS guide to understand why this alone is not enough)
    • 16
    • Is it a shortened URL (bit.ly, tinyurl)? Legitimate companies rarely use URL shorteners in official emails
    • 17
    • Does it contain your email address or other personal data encoded in the URL parameters?
    • 18
      19

      Look for Urgency and Pressure Tactics

      20

      Phishing emails almost always create artificial urgency:

      21
        22
      • "Your account will be suspended in 24 hours"
      • 23
      • "Unauthorized login detected — act immediately"
      • 24
      • "You have won — claim within 1 hour"
      • 25
      • "Your payment failed — update now or lose access"
      • 26
        27

        Legitimate companies give you time. If an email pressures you to act immediately, that itself is a warning sign.

        28

        Check for Generic Greetings and Poor Writing

        29

        While AI has improved phishing email quality, many still contain telltale signs:

        30
          31
        • Generic greetings like "Dear Customer" or "Dear User" instead of your actual name
        • 32
        • Grammar mistakes and awkward phrasing
        • 33
        • Inconsistent formatting or mismatched logos
        • 34
        • Requests for information the company should already have
        • 35
          36

          Never Open Unexpected Attachments

          37

          Attachments are a primary malware delivery method. Be especially cautious with:

          38
            39
          • .exe, .scr, .bat — executable files that run code on your computer
          • 40
          • .zip, .rar — compressed archives that may contain executables
          • 41
          • .doc, .xls with macros — Office files that prompt you to "enable content" are almost always malicious
          • 42
          • .pdf — can contain embedded scripts, though this is less common
          • 43
            44

            If you were not expecting an attachment, contact the sender through a different channel to verify they sent it.

            45

            Verify Through Official Channels

            46

            If an email claims to be from your bank, a delivery service, or any company:

            47
              48
            1. Do not click any link in the email
            2. 49
            3. Open your browser and go directly to the company's website by typing the address
            4. 50
            5. Log into your account normally and check for any notifications
            6. 51
            7. Call the company using the number on their official website (not the number in the email)
            8. 52
              53

              Check If Your Email Has Been Compromised

              54

              If you are receiving more phishing emails than usual, your email address may have been exposed in a data breach. Attackers buy breach databases and use them for targeted phishing. Check your exposure with our Email Breach Checker — if your email appears in breaches, change your password and enable two-factor authentication immediately.

              55

              Protect Yourself Going Forward

              56
                57
              • Enable 2FA on your email — even if someone gets your password, they cannot access your inbox
              • 58
              • Use a strong, unique email password — test it with our Password Strength Checker
              • 59
              • Disable automatic image loading — this prevents tracking pixels from reporting that you opened the email
              • 60
              • Use email aliases for signups — keep your primary email address private
              • 61
              • Keep your software updated — patches fix vulnerabilities that malicious attachments might exploit
              • 62
                63

                What You Should Do Now

                64

                Check if your email address is already circulating in breach databases — that is the main reason you receive phishing emails. Run it through our Email Breach Checker right now. Then run a full Privacy Checkup to evaluate your overall security posture and get a personalized action plan to reduce your risk.

                65

                Frequently Asked Questions

                66

                How do I check if an email is safe before opening it?

                67

                Inspect the actual sender address (not the display name) for misspelled domains, free email domains, or extra subdomains; hover over links without clicking to see the real URL; watch for urgency and pressure tactics; and never open unexpected attachments. When in doubt, verify through the company website typed directly.

                68

                How can I tell if an email is a phishing attempt?

                69

                Red flags include domain misspellings like "paypa1.com", artificial urgency ("your account will be suspended in 24 hours"), generic greetings like "Dear Customer", grammar mistakes, and requests for information the company should already have. Over 90% of cyberattacks start with a phishing email.

                70

                Which email attachments are dangerous?

                71

                Be especially cautious with executables (.exe, .scr, .bat), compressed archives (.zip, .rar) that may hide them, and Office files (.doc, .xls) that prompt you to "enable content", which are almost always malicious. If you were not expecting an attachment, verify with the sender through another channel first.

                72

                How do I verify an email really came from my bank or a company?

                73

                Do not click any link in the email. Open your browser, type the company address directly, and log in normally to check for notifications, or call the company using the number from their official website rather than the one in the email.

                74

                Why am I suddenly getting more phishing emails?

                75

                Your email address may have been exposed in a data breach; attackers buy breach databases and use them for targeted phishing. Check your exposure with our Email Breach Checker, and if your address appears, change your password and enable two-factor authentication.

                76
                Last updated: April 2026