Skip to content

Hostname

yuse1.com

Last fetched

yuse1.com resolves to 2 IPv4 addresses operated by AS134548 in HK. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · yuse1.comRouting diversity2.4/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/yuse1.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.88.186.204103.88.184.0/22AS134548HK
52.240.208.18652.224.0.0/11AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS

WHOIS identity

Registrar
iana:269
Organization
domain administrator
Contact emails

Subdomains

3 observed subdomains of yuse1.com.

Web-graph footprint

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

29 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from yuse1.com.

Cypher and MCP

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

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