Kali Linux

Gotanda : Browser Web Extension For OSINT

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.

  • FireFox
  • Chrome

Usage

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.

Search Engine List

NameURLCategory
Domain Toolshttps://whois.domaintools.com/whois Lookup
Security Trailshttps://securitytrails.com/whois lookup
whoisdshttps://whoisds.com/whois lookup
ThreatCrowdhttps://www.threatcrowd.org/Domain, IPv4
AbuseIPDBhttps://www.abuseipdb.com/IPv4
HackerTargethttps://hackertarget.com/IPv4
Censyshttps://censys.io/IP, Domain
Shodanhttps://shodan.io/IP, Domain
FOFAhttps://fofa.so/IP, Domain
VirusTotalhttps://virustotal.com/IP, Domain, URL,Hash
GreyNoisehttps://viz.greynoise.io/IPv4
IPAlyzerhttps://ipalyzer.com/IPv4
Tor Relay Searchhttps://metrics.torproject.org/IP,Domain
Domain Watchhttps://domainwat.ch/Domain, Email,whois lookup
crt.shhttps://crt.sh/SSL-certificate
SecurityHeadershttps://securityheaders.com/URL, Domain
DNSlyticshttps://dnslytics.com/IPv4,IPv6,ASN
URLscanhttps://urlscan.io/URL
Ultratoolshttps://www.ultratools.com/IPv6
Wayback Machinehttps://web.archive.orgURL
agusehttps://www.aguse.jp/URL
check-hosthttps://check-host.net/URL
CIRCLhttps://cve.circl.lu/CVE
FortiGuardhttps://fortiguard.com/CVE
Sploitushttps://sploitus.com/CVE
Vulmonhttps://vulmon.com/CVE
CXSecurityhttps://cxsecurity.com/CVE
Vulncode-DBhttps://www.vulncode-db.com/CVE
Malsharehttps://malshare.com/MD5 Hash
ThreatCrowdhttps://www.threatcrowd.org/IP,Domain
Hybrid Analysishttps://www.hybrid-analysis.com/hash
Twitterhttps://twitter.com/SNS, w/TimeLine
Qiitahttps://qiita.comSNS
GitHubhttps://github.comSNS
Facebookhttps://www.facebook.com/SNS, w/TimeLine
Instagramhttps://www.instagram.com/SNS
LinkedInhttps://linkedin.com/SNS
Pinteresthttps://www.pinterest.jpSNS
reddithttps://www.reddit.com/SNS

About Twitter and FaceBook could search timeline with any words.

R K

Recent Posts

groupdel Command in Linux: Remove a Group and Audit Files

The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…

10 hours ago

wc Command in Linux: Count Lines, Words, Characters, and Bytes

The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…

10 hours ago

top Command in Linux: Monitor Processes and Resource Usage

The top command in Linux provides a real-time view of running processes and system resource usage. From…

11 hours ago

usermod Command in Linux: Modify User Accounts and Groups

The usermod command in Linux modifies existing user account attributes. You can use it to manage group…

11 hours ago

sort Command in Linux: Sort Text, Numbers, Columns, and More

The sort command in Linux reads lines from files or standard input and writes them to standard…

1 day ago

wall Command in Linux: Broadcast Messages to Logged-In Users

The wall command in Linux sends a message to the terminals of all currently logged-in users. The…

1 day ago