A collection of browser extensions that allow security professionals to quickly search for indicators of compromise (IOCs) across popular OSINT (Open Source Intelligence) tools.
This repository contains two browser extensions:
/chrome
- Extension for Google Chrome and Chromium-based browsers/firefox
- Extension for Mozilla Firefox - You can now find in the Firefox Browser Add-ons Store here
Each directory contains a standalone version of the extension adapted for that particular browser.
- Right-click context menu integration for searching selected text
- Configurable search services that can be enabled/disabled via the extension popup
- Support for multiple OSINT services, including:
- VirusTotal
- AbuseIPDB
- URLScan
- Shodan
- Censys
- AlienVault OTX
- ThreatCrowd
- IBM X-Force Exchange
- MalwareBazaar
- GreyNoise
See Chrome Extension README for detailed installation instructions.
See Firefox Extension README for detailed installation instructions.
- Select any text on a webpage (IP address, domain, hash, etc.)
- Right-click to open the context menu
- Navigate to "Search with OSINT tools" and select your preferred OSINT service
- A new tab will open with the search results for the selected text
- Chrome/Chromium: Version 88 or higher
- Firefox: Version 78.0 or higher
- Clone this repository:
git clone https://github.com/petstuk/osintextension.git
- Make changes to either the Chrome or Firefox versions as needed
- Follow browser-specific testing instructions in their respective README files
Contributions are welcome! To contribute:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a Pull Request
Please ensure that changes work correctly in both Chrome and Firefox versions.
This tool is meant for legitimate security research and incident response. Always ensure you are complying with terms of service for each OSINT platform and applicable laws when using this extension.