Investigate an email address to find associated data breaches, related domains, and linked social media accounts
Check whether an email appears in known data breach databases as part of a security audit or incident response
Scan pastebin and leak sites for public mentions of a target email address
Automate OSINT email lookups and export structured JSON results for use in other security workflows
Requires API keys from HaveIBeenPwned, Hunter.io, Intelligence X, and BreachDirectory, must create a YAML config file in your home directory before the tool will run at all.
Mosint is a command-line tool for gathering publicly available information about an email address. OSINT stands for Open Source Intelligence, meaning information collected from sources accessible to anyone. You give the tool an email address and it automatically queries multiple external services to piece together what is known about that address. The tool checks whether the email appears in known data breaches, incidents where private databases of usernames and passwords were stolen and later exposed online. It also looks for related email addresses and domains, scans pastebin sites where leaked data is commonly posted, and checks social media accounts connected to the address. In addition, it can perform DNS lookups on the associated domain and pull more information about the IP address. Several of the external services it queries require API keys, which means you would need to register for accounts on those platforms separately to unlock their full capabilities. Services include HaveIBeenPwned, Hunter.io, Intelligence X, and BreachDirectory, among others. The tool reads API keys from a configuration file stored in your home directory, and without that configuration file in place, mosint will not run. Installation is done through the Go programming language's package manager with a single terminal command. The tool also supports running inside Docker for a containerized setup. Results can be saved to a JSON file for use in other workflows. Mosint is written in Go and licensed under the MIT license, so it is free to use and modify. The README describes it as designed for security researchers investigating email addresses as part of legitimate information-gathering work.
← alpkeskin on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.