A Chrome extension that allows users to quickly check IP addresses, SHA hashes, and domain names against multiple OSINT (Open Source Intelligence) platforms. Simply highlight the text on any webpage, right-click, and instantly check its reputation across popular security platforms.
- Supports multiple types of indicators:
- IPv4 and IPv6 addresses
- SHA hashes (SHA-1, SHA-256, SHA-512, MD5)
- Domain names
- Automatically detects the type of indicator and uses the appropriate OSINT platforms
- Validates format before processing
- Automatically opens lookups in multiple OSINT platforms based on the indicator type:
- IP Addresses (11 platforms): AbuseIPDB, VirusTotal, IPVoid, Shodan, Censys, GreyNoise, AlienVault OTX, IBM X-Force Exchange, Talos Intelligence, URLScan.io, IPQualityScore
- SHA Hashes: VirusTotal, Malware Bazaar, AlienVault OTX, IBM X-Force Exchange, Hybrid Analysis, ThreatMiner
- Domains: VirusTotal, URLScan.io, Censys, AlienVault OTX, IBM X-Force Exchange, Talos Intelligence, SecurityTrails, DomainTools
- Simple right-click context menu integration
- Clean and intuitive popup interface
- Chrome Tab Groups integration: OSINT lookup tabs are automatically organized into color-coded groups for better tab management
- Highlight any IP address, SHA hash, or domain name on a webpage
- Right-click the selected text
- Click "Check on OSINT Platforms" from the context menu
- New tabs will open for each relevant OSINT platform, automatically searching for the selected indicator
- If the selected text is not a valid indicator, you'll receive an alert
- The extension uses Manifest V3
- Required permissions:
contextMenus: For the right-click menu functionalityactiveTab: To interact with the current tabscripting: To execute scripts for showing alertstabGroups: For organizing OSINT tabs into groups (Chrome 89+)
Feel free to submit issues and enhancement requests!
This project is licensed under the MIT License - see the LICENSE file for details.