Gotanda is OSINT(Open Source Intelligence) Web Extension for Firefox/Chrome.
This Web Extension could search OSINT information from some IOC in web page.(IP,Domain,URL,SNS…etc)
This Repository partly the studying and JavaScript practice.
Download link below.
Right click highlighted IOC strings, It will show contextmenus.(Or right clicking any link. )
When You want to search using some engine, You choose one of list.
Name | URL | Category |
---|---|---|
Domain Tools | https://whois.domaintools.com/ | whois Lookup |
Security Trails | https://securitytrails.com/ | whois lookup |
whoisds | https://whoisds.com/ | whois lookup |
ThreatCrowd | https://www.threatcrowd.org/ | Domain, IPv4 |
AbuseIPDB | https://www.abuseipdb.com/ | IPv4 |
HackerTarget | https://hackertarget.com/ | IPv4 |
Censys | https://censys.io/ | IP, Domain |
Shodan | https://shodan.io/ | IP, Domain |
FOFA | https://fofa.so/ | IP, Domain |
VirusTotal | https://virustotal.com/ | IP, Domain, URL,Hash |
GreyNoise | https://viz.greynoise.io/ | IPv4 |
IPAlyzer | https://ipalyzer.com/ | IPv4 |
Tor Relay Search | https://metrics.torproject.org/ | IP,Domain |
Domain Watch | https://domainwat.ch/ | Domain, Email,whois lookup |
crt.sh | https://crt.sh/ | SSL-certificate |
SecurityHeaders | https://securityheaders.com/ | URL, Domain |
DNSlytics | https://dnslytics.com/ | IPv4,IPv6,ASN |
URLscan | https://urlscan.io/ | URL |
Ultratools | https://www.ultratools.com/ | IPv6 |
Wayback Machine | https://web.archive.org | URL |
aguse | https://www.aguse.jp/ | URL |
check-host | https://check-host.net/ | URL |
CIRCL | https://cve.circl.lu/ | CVE |
FortiGuard | https://fortiguard.com/ | CVE |
Sploitus | https://sploitus.com/ | CVE |
Vulmon | https://vulmon.com/ | CVE |
CXSecurity | https://cxsecurity.com/ | CVE |
Vulncode-DB | https://www.vulncode-db.com/ | CVE |
Malshare | https://malshare.com/ | MD5 Hash |
ThreatCrowd | https://www.threatcrowd.org/ | IP,Domain |
Hybrid Analysis | https://www.hybrid-analysis.com/ | hash |
https://twitter.com/ | SNS, w/TimeLine | |
Qiita | https://qiita.com | SNS |
GitHub | https://github.com | SNS |
https://www.facebook.com/ | SNS, w/TimeLine | |
https://www.instagram.com/ | SNS | |
https://linkedin.com/ | SNS | |
https://www.pinterest.jp | SNS | |
https://www.reddit.com/ | SNS |
About Twitter and FaceBook could search timeline with any words.
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…