Skip to content

Hostname

us-wikipedia.com

Last fetched

us-wikipedia.com resolves to 3 IPv4 addresses operated by WIKIMEDIA - Wikimedia Foundation Inc. in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · us-wikipedia.comRouting diversity3.0/10Peering density8.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint8.2/10canon.whisper.security/host/us-wikipedia.com

Resolution chain

us-wikipedia.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.102.166.226103.102.166.0/24AS14907WIKIMEDIA - Wikimedia Foundation Inc.US
185.15.58.226185.15.58.0/24AS14907WIKIMEDIA - Wikimedia Foundation Inc.NL
185.15.59.226185.15.59.0/24AS14907WIKIMEDIA - Wikimedia Foundation Inc.NL

WHOIS identity

Registrar
iana:292
Organization
wikimedia foundation,
Contact emails

Subdomains

2 observed subdomains of us-wikipedia.com.

Web-graph footprint

Distinct hostnames that link to or from us-wikipedia.com in the public web crawl.

7 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from us-wikipedia.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "us-wikipedia.com"})-[: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.