Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z0m31en7/whatmail
WhatMail is a command-line tool that analyzes the header of an email and provides detailed information about various fields.
https://github.com/z0m31en7/whatmail
digital-forensics email email-header email-header-analysis email-header-forensics investigation osint python
Last synced: 2 months ago
JSON representation
WhatMail is a command-line tool that analyzes the header of an email and provides detailed information about various fields.
- Host: GitHub
- URL: https://github.com/z0m31en7/whatmail
- Owner: z0m31en7
- License: mit
- Created: 2023-05-25T15:38:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T17:51:10.000Z (over 1 year ago)
- Last Synced: 2024-06-15T19:33:57.946Z (8 months ago)
- Topics: digital-forensics, email, email-header, email-header-analysis, email-header-forensics, investigation, osint, python
- Language: Python
- Homepage:
- Size: 304 KB
- Stars: 119
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
WhatMail?
WhatMail is a command-line tool that analyzes the header of an email and provides detailed information about various fields. It extracts commonly recognized email header fields such as To From Subject Date Delivered-To as well as useful fields like Message-ID Return-Path Reply-To X-Headers MIME Version Content Type Received-SPF DKIM Signature Authentication-Results X-Mailer and DMARC Results.
This tool is useful for forensic analysis investigating email authenticity understanding email routing and gathering information about the email sender and recipient. The output is presented in a tabular format making it easy to read and analyze.
Preview:
💻 Filters Supported:
* Message-ID
* Return-Path
* Reply-To
* X-Headers
* MIME Version
* Content Type
* Received-SPF
* DKIM Signature
* Authentication Results
* X-Mailer
* DMARC Results
🛠️ Installation Steps:
```
git clone https://github.com/z0m31en7/WhatMail.git
``````
cd WhatMail
``````
python WhatMail.py -hf {Path_to_header_file}
```🎓 Usage:
```
python WhatMail.py -hf header.txt
```
Analyzes the email header in the 'header.txt' file and displays the results on the console.
```
python WhatMail.py -hf header.txt -O analysis_results.txt
```
Analyzes the email header in the 'header.txt' file and saves the analysis results in the 'analysis_results.txt' file.
🛡️ License:
This project is licensed under the MIT-LICENSE