dumbwhois
A stupid simple whois.
100K+
A simple web application for looking up WHOIS, IP, and ASN information using free APIs. The application automatically detects the type of query and provides formatted results with a clean, modern UI that supports both light and dark modes.
The application uses the following free services:
WHOIS Lookup: Direct WHOIS protocol
IP Lookup: Multiple services with automatic fallback
ASN Lookup: BGPView API
git clone https://github.com/dumbwareio/dumbwhois.git
cd dumbwhois
npm install
cp .env.example .env
# Edit .env to set your desired port (default is 3000)
npm start
For development with auto-reload:
npm run dev
docker build -t dumbwhois .
docker run -p 3000:3000 -d dumbwhois
Or using Docker Compose:
docker-compose up -d
docker-compose.yml:
services:
dumbwhois:
image: dumbwareio/dumbwhois:latest
container_name: dumbwhois
restart: unless-stopped
ports:
- ${DUMBWHOIS_PORT:-3000}:3000
environment:
- SITE_TITLE=${DUMBWHOIS_SITE_TITLE:-DumbWhois}
# (Optional) Restrict origins - ex: https://subdomain.domain.tld,https://auth.proxy.tld,http://internalip:port' (empty/default is '*')
# - ALLOWED_ORIGINS=${DUMBWHOIS_ALLOWED_ORIGINS:-*}
http://localhost:3000 in your browseryahoo.com, europa.eu)8.8.8.8, 2001:4860:4860::8888)AS13335 or just 13335)You can also perform direct lookups by using the lookup query parameter in the URL:
http://localhost:3000/?lookup=google.comhttp://localhost:3000/?lookup=8.8.8.8http://localhost:3000/?lookup=AS13335Each section of the results now has a permalink anchor that allows direct linking to specific information:
http://localhost:3000/?lookup=google.com#nameserversgoogle.com, europa.eu, bbc.co.uk8.8.8.8, 1.1.1.1, 140.82.121.42001:4860:4860::8888, 2606:4700:4700::1111AS13335, AS15169, AS8075Please note that some APIs used have rate limits:
The application automatically handles rate limits by falling back to alternative services when needed.
Contributions are welcome! Please feel free to submit a Pull Request.
Content type
Image
Digest
sha256:769f79059…
Size
45 MB
Last updated
5 months ago
docker pull dumbwareio/dumbwhois:build-25Pulls:
7,403
Last week