Skip to content

Hostname

http.us.debian.org

Last fetched

http.us.debian.org resolves to 3 IPv4 addresses operated by WIKIMEDIA - Wikimedia Foundation Inc. in US.

Nutrition Label

WHISPER CANON · http.us.debian.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/http.us.debian.org

Resolution chain

http.us.debian.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
208.80.154.139208.80.154.0/23AS14907WIKIMEDIA - Wikimedia Foundation Inc.US
64.50.233.10064.50.224.0/19AS4181TDS-AS - TDS TELECOMUS
64.50.236.5264.50.224.0/19AS4181TDS-AS - TDS TELECOMUS

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from http.us.debian.org in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from http.us.debian.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "http.us.debian.org"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.