Cyber security

JEOrg Security Defense Test Drives – Navigating Email Security And Phishing Protection

This comprehensive guide dives into innovative tools and strategies designed to combat phishing and safeguard your digital communication.

From auto-reporting phishing attempts to dissecting email headers for better protection, discover how JEOrg’s solutions are shaping the future of cyber defense.”

Project Layout

  • auto-phishing-reporter – Auto Phishing report to be able to report automatically emails – Under Construction (On-Hold)
  • email-header-reader-project – Reads email headers and analysis it to provide information about emails to block, reporting suggestions, origin of the email and more – Under Construction

Keep Updated

A few advices on fraudulent emails. To make sure you block the correct ones please look into the headers of your email.

Your provider should have an option to do this and look for these headers in the very long text you get when you view them:

From: "possibly an actual email. this could be masked one so it's not always a good idea to block whatever is put here"
To: undisclosed-recipients:;
Subject: "whatever"
Reply-To: "this is the email you should block"
Mail-Reply-To: "this is the other email you should block"
In-Reply-To: "block this one too"
References: "whatever"
Message-ID: "whatever"

If you need to know from which country and location where this email was sent from on the last point of its trip to you then look for these headers:

Authentication-Results: spf=pass (sender IP is "this is the IP you are looking for")

Or you can also look it up on this header:

X-Sender-IP: "this is the IP you are looking for"
Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

9 hours ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

10 hours ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

14 hours ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

15 hours ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

16 hours ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

17 hours ago