Skip to content

Hostname

yahooukchat.com

Last fetched

yahooukchat.com resolves to 5 IPv4 addresses operated by AS56173 in SG. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · yahooukchat.comRouting diversity3.9/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/yahooukchat.com

Resolution chain

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

IPPrefixASNOperatorCountry
202.165.107.57202.165.107.0/24AS56173SG
74.6.143.1874.6.143.0/24AS26101YAHOO-BF1 - Yahoo Holdings Inc.US
74.6.231.1474.6.231.0/24AS36646YAHOO-NE1 - Yahoo Holdings Inc.US
87.248.100.20887.248.100.0/24AS34010IE
98.137.11.15798.137.11.0/24AS36647YAHOO-GQ1 - Yahoo Holdings Inc.US

WHOIS identity

Registrar
iana:292
Organization
domain administrator
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from yahooukchat.com.

Cypher and MCP

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

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