Skip to content

Hostname

dy2018.com

Last fetched

dy2018.com resolves to 4 IPv4 addresses operated by HKCICL-AS-AP Hong Kong Communications International Co., Limited in HK. WHOIS lists iana:146 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
206.119.83.24206.119.83.0/24AS140227HKCICL-AS-AP Hong Kong Communications International Co., LimitedHK
38.47.246.7138.47.246.0/24AS140227HKCICL-AS-AP Hong Kong Communications International Co., LimitedHK
39.101.70.21639.100.0.0/14AS37963ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd.CN
39.101.70.21639.100.0.0/14AS37963ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd.CN
60.205.131.22560.205.128.0/17AS37963ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd.CN

WHOIS identity

Registrar
iana:146
Organization
select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=dy2018.com
Contact emails

Subdomains

1 observed subdomain of dy2018.com.

Web-graph footprint

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

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from dy2018.com.

Cypher and MCP

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

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