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.
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…