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
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

Redlib : A Private, Fast, And Secure Reddit Front-End

Redlib is an innovative private front-end for Reddit, designed to provide a seamless browsing experience…

14 hours ago

CVE-2025-21298 : Windows OLE Remote Code Execution Vulnerability

CVE-2025-21298 is a critical zero-click vulnerability in Windows Object Linking and Embedding (OLE) technology, which…

14 hours ago

Zebar : Revolutionizing Desktop Customization With Widgets

Zebar is an innovative tool designed to create customizable and cross-platform desktop widgets. It empowers…

14 hours ago

Egui : Revolutionizing GUI Development In Rust

egui (pronounced "e-gooey") is a simple, fast, and portable immediate mode GUI library written in…

14 hours ago

Hickory DNS : A Modern, Rust-Based Solution For DNS Security And Performance

Hickory DNS is a modern, Rust-based DNS client, server, and resolver designed with a focus…

14 hours ago

Nom : Mastering Data Byte By Byte With Essential Tools

Tools are essential implements designed to perform specific tasks, making work more efficient and precise.…

15 hours ago