Skip to content

Hostname

2aepdz.com

Last fetched

2aepdz.com resolves to 3 IPv4 addresses operated by CDN77 - Datacamp Limited in IT. WHOIS lists iana:440 as the registrar.

Nutrition Label

WHISPER CANON · 2aepdz.comRouting diversity3.0/10Peering density9.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/2aepdz.com

Resolution chain

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

IPPrefixASNOperatorCountry
138.199.45.225138.199.44.0/23AS60068CDN77 - Datacamp LimitedIT
163.53.19.13163.53.19.0/24AS151373JP3DP-NET - JAPAN 3D PRINTERDE
89.222.119.8189.222.118.0/23AS60068CDN77 - Datacamp LimitedDE

WHOIS identity

Registrar
iana:440
Organization
Contact emails

Web-graph footprint

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

2 sites linked to from this hostname.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from 2aepdz.com.

Cypher and MCP

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

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