https://github.com/jesperancinha/jeorg-security-defense-test-drives
The goal of this repository is to create a tool which users can install as a service and with that, have their phishing emails automatically sent to whatever user map them to. I will only make an official release of this when I'm absolutely sure of a couple of things. One is that the wrong mail doesn't get emailed to a phishing reporting service and make sure that to the best of my knowledge, the phishing emails are reported by the minute you receive them. This will give pirates and hackers a lot less time be able to escape. All of this comfortably knowing that no script will be run from the emails received.
https://github.com/jesperancinha/jeorg-security-defense-test-drives
Last synced: 7 months ago
JSON representation
The goal of this repository is to create a tool which users can install as a service and with that, have their phishing emails automatically sent to whatever user map them to. I will only make an official release of this when I'm absolutely sure of a couple of things. One is that the wrong mail doesn't get emailed to a phishing reporting service and make sure that to the best of my knowledge, the phishing emails are reported by the minute you receive them. This will give pirates and hackers a lot less time be able to escape. All of this comfortably knowing that no script will be run from the emails received.
- Host: GitHub
- URL: https://github.com/jesperancinha/jeorg-security-defense-test-drives
- Owner: jesperancinha
- License: apache-2.0
- Created: 2019-10-06T08:12:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T03:05:38.000Z (over 1 year ago)
- Last Synced: 2024-05-23T03:32:09.803Z (over 1 year ago)
- Language: HTML
- Size: 734 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Security: security-test-drives/.gitignore
Awesome Lists containing this project
README
# JEOrg Security Defense Test Drives
---
[](https://github.com/jesperancinha/jeorg-security-defense-test-drives)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/jesperancinha/jeorg-security-defense-test-drives/actions/workflows/jeorg-security-defense-test-drives.yml)
[](https://www.codacy.com/gh/jesperancinha/jeorg-security-defense-test-drives/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/jeorg-security-defense-test-drives&utm_campaign=Badge_Grade)
[](https://www.codacy.com/gh/jesperancinha/jeorg-security-defense-test-drives/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/jeorg-security-defense-test-drives&utm_campaign=Badge_Coverage)
[](https://coveralls.io/github/jesperancinha/jeorg-security-defense-test-drives?branch=master)
[](https://codecov.io/gh/jesperancinha/jeorg-security-defense-test-drives)[](#)
[](#)
[](#)---
🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧 !!! [Under construction...](https://github.com/jesperancinha/project-signer/blob/master/project-signer-templates/UnderConstruction.md) !!! 🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧
## Status
*** Under development ***
## Project Layout
- [auto-phishing-reporter](./auto-phishing-reporter) - Auto Phishing report to be able to report automatically emails - 🚧 Under Construction (On-Hold) 🚧
- [email-header-reader-project](./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
- [FraudeHelpdesk.nl Live Warnings](https://www.fraudehelpdesk.nl/actueel/alerts/)
- [IP WHOIS Lookup](https://www.whatismyip.com/ip-whois-lookup/)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:
```text
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:
```text
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:
```text
X-Sender-IP: "this is the IP you are looking for"
```You can then pick this IP and look it up in [IP WHOIS Lookup](https://www.whatismyip.com/ip-whois-lookup/).
## About me
[](https://github.com/jesperancinha)