Skip to content

Hostname

051e.com

Last fetched

051e.com resolves to 2 IPv4 addresses operated by AS37963 in CN. WHOIS lists iana:1599 as the registrar.

Nutrition Label

WHISPER CANON · 051e.comRouting diversity2.4/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/051e.com

Resolution chain

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

IPPrefixASNOperatorCountry
106.14.167.166106.14.0.0/16AS37963CN
107.148.239.177107.148.236.0/22AS398478PEG-HK - PEG TECH INCHK

WHOIS identity

Registrar
iana:1599
Organization
he mei qing
Contact emails

Subdomains

2 observed subdomains of 051e.com.

Web-graph footprint

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

5 sites link to this hostname.

21 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from 051e.com.

Cypher and MCP

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

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