LinuxCommandLibrary

wtfis

Passive hostname, domain and IP lookup tool

TLDR

Look up a domain
$ wtfis [example.com]
copy
Look up an IP with Shodan enrichment
$ wtfis -s [8.8.8.8]
copy
Enable all enrichments
$ wtfis -A [example.com]
copy

SYNOPSIS

wtfis [options] hostname|domain|IP

DESCRIPTION

wtfis gathers and presents information about domains, hostnames, and IP addresses using OSINT services like VirusTotal, IP2Whois, and Shodan in a colorized, human-readable format. It minimizes API calls to avoid hitting free-tier rate limits.

HISTORY

wtfis was created by pirxthepilot (Joon) and is written in Python.

SEE ALSO

whois(1), nslookup(1), dig(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard