Skip to content

Hostname

eggheadsuk.com

Last fetched

eggheadsuk.com resolves to 2 IPv4 addresses operated by NEAROUTE in JP. WHOIS lists iana:3775 as the registrar.

Nutrition Label

WHISPER CANON · eggheadsuk.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/eggheadsuk.com

Resolution chain

eggheadsuk.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
116.206.92.167116.206.92.0/24AS51847NEAROUTEJP
154.214.123.184154.214.64.0/18AS139880OWGELS-AS-AP OWGELS INTERNATIONAL CO., LIMITEDHK

WHOIS identity

Registrar
iana:3775
Organization
domcollect international
Contact emails

Subdomains

1 observed subdomain of eggheadsuk.com.

Web-graph footprint

Distinct hostnames that link to or from eggheadsuk.com in the public web crawl.

6 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from eggheadsuk.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "eggheadsuk.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.