Awesome
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[.]com
toexample.com
,test[at]example.com
totest@example.com
,hxxp://example.com
tohttp://example.com
, etc.
- E.g.
- Supports 65+ services.
- Auto IoC (indicators of compromise) selection with refanging.
Install
<img src="https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/chrome/chrome.svg" width="48" alt="Chrome" valign="middle"> <img valign="middle" src="https://img.shields.io/chrome-web-store/v/bfjbejmeoibbdpfdbmbacmefcbannnbg.svg"> <img valign="middle" src="https://img.shields.io/chrome-web-store/users/bfjbejmeoibbdpfdbmbacmefcbannnbg.svg">
<img src="https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/firefox/firefox.svg" width="48" alt="Firefox" valign="middle"> <img valign="middle" src="https://img.shields.io/amo/v/mitaka.svg"> <img valign="middle" src="https://img.shields.io/amo/users/mitaka.svg">
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.
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.
<img width="703" alt="Screenshot 2023-07-15 at 8 27 26" src="https://github.com/ninoseki/mitaka/assets/291028/40a5709a-bb4a-4078-b135-287c07ecabef">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.