Information Gathering

ProtINTelligence: Python-based ProtonMail OSINT Analyzer

In the vast landscape of cyber tools, “PROTINTELLIGENCE” stands out as a specialized Python script designed for the OSINT and Cyber Community.

This powerful tool, tailored for domain analysis, aims to unveil the intricate relationship between custom domains and Protonmail, a widely acknowledged encrypted email service.

From detecting Protonmail usage to diving deep into PGP key intricacies, PROTINTELLIGENCE serves as a beacon for cybersecurity enthusiasts and professionals alike, ensuring a more secure digital communication ecosystem.

ProtINTelligence is a Python script for the OSINT & Cyber Community.

What Can This Tool Do So Far?

Protintelligence is currently working perfectly for checking any domain to see if this domain uses protonmail to send and receive emails.
Input example: test@fornever.me

With the input above, this tool will be able to:

  • Confirm if the custom domain uses Protonmail to send and receive emails
  • Detect if the custom domain is using a catch-all and provide you with the main email address.
  • Provide you with PGP key creation date and time (This is often the same date & time as account creation because not many people change their keys)
  • Provide the Key Encryption Type: RSA or ECC (Curve25519)
  • Get PGP Key information + creation date and time for any protonmail email address (protonmail.ch, protonmail.com, proton.me)

Make sure the protonmail address exists because the protonmail API response to non-valid email addresses also shows PGP key with a randomized creation date and time.

Tool

Requirements

Python 3

Installation

git clone https://github.com/C3n7ral051nt4g3ncy/Prot1ntelligence
cd Prot1ntelligence
pip install -r requirements.txt

or (depending on pip version)

pip3 install -r requirements.txt depending on your set-up.
python3 protintel.py
Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Tookie-osint : A Powerful Tool For OSINT Enthusiasts

Tookie-osint has a simple-to-use UI and is really straightforward. The main idea of Tookie-osint is…

3 hours ago

Roop : Empowering AI-Generated Media Responsibly

Be aware, the installation needs technical skills and is not for beginners. Please do not…

3 hours ago

Linux For OSINT. 21-Day : Mastering The Command Line For Beginners

The course is primarily intended for those who are professionally involved in or simply interested…

3 hours ago

Python For OSINT : A 21-Day Journey To Mastering Open Source Intelligence

Embark on a 21-day journey to harness the power of Python for Open Source Intelligence…

3 hours ago

Prying Deep – Unveiling The Depths Of The Web

I've seen multiple projects out there in GitHub, that are crawlers for the deep web,…

3 hours ago

OSINTk.o – Kali Linux Based ISO For OSINT Investigations.

OSINTk.o is a customized Kali Linux-based ISO image with pre-installed packages and scripts. The idea…

3 days ago