mitaka
→ View on GitHubAI Summary: Mitaka is a browser extension designed to facilitate OSINT (Open Source Intelligence) searches and scans by automating the selection and refanging of indicators of compromise (IoCs). It supports over 65 services and various IoCs including domains, email addresses, and cryptographic hashes, enhancing the efficiency of threat intelligence gathering and analysis for cybersecurity professionals. Notable features include automatic IoC parsing and integration with multiple search engines for quick data retrieval.
README
Mitaka
Mitaka is a browser extension that makes your OSINT (Open Source Intelligence) search & scan easier.

- Key features:
- Auto IoC (indicators of compromise) selection with refanging.
- E.g.
example[.]comtoexample.com,test[at]example.comtotest@example.com,hxxp://example.comtohttp://example.com, etc.
- E.g.
- Supports 65+ services.
- Auto IoC (indicators of compromise) selection with refanging.
Install
Features
Supported IoCs (Indicators of Compromise)
| Name | Desc. | E.g. |
|---|---|---|
| ANS | ASN | AS13335 |
| BTC | BTC address | 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa |
| CVE | CVE number | CVE-2018-11776 |
| Domain | Domain name | github.com |
| Email address | test@test.com | |
| ETH | Ethereum address | 0x32be343b94f860124dc4fee278fdcbd38c102d88 |
| GaPubID | Google Adsense Publisher ID | pub-9383614236930773 |
| GaTrackID | Google Analytics Tracker ID | UA-67609351-1 |
| Hash | MD5, SHA1, SHA256 | 44d88612fea8a8f36de82e1278abb02f |
| IP | IPv4 address | 8.8.8.8 |
| URL | URL | https://github.com |
Supported Search Engines
Supported Scan Engines
| name | url | supported types |
|---|---|---|
| Browserling | https://www.browserling.com | URL |
| HybridAnalysis | https://www.hybrid-analysis.com | URL |
| urlscan.io | https://urlscan.io | IP, domain, URL |
| VirusTotal | https://www.virustotal.com | URL |
How To Use
Note: Please set your API keys in the options for enabling HybridAnalysis, urlscan.io and VirusTotal scans.
Options
You can enable/disable a search engine on the options page based on your preference.

[!NOTE] Basic preferences are stored in storage.sync. Thus they will be synced across devices. But API keys are stored in
storage.local. You have to set API keys per device.
Permissions
[!NOTE] I don’t and will never collect any information from the users. You can verify it by reviewing the source code.
Firefox
Please allow “Access your data for all websites” permission. Otherwise this extension does not work.
Privacy Policy
Common Questions
- Q. The context menu is not displayed.
- A. Sometimes it takes a while for the context menus to appear. Or something goes wrong while refreshing the context menus. This glitch can be solved by waiting for a second. Please take a breath after selecting and then right-click.
Alternatives or Similar Tools
- CrowdScrape
- Gotanda
- SOC Multi-tool
- Sputnik
- ThreatConnect Integrated Chrome Extension
- ThreatPinch Lookup
- VTchromizer
How It Works
flowchart LR
CS[Content Script] --> |1 - Send Selection| BSW[Background Service Worker]
BSW --> |2 - Create Context Menus| CS
CS --> |3 - Click Context Menu| BSW
BSW --> |4 - Search/Scan| T[New Tab]
Contribute
Read the contribution guide and join the contributors.