Skip to content

Hostname

nodaddy.designplex.ca

Last fetched

nodaddy.designplex.ca resolves to 2 IPv4 addresses operated by CDN77 _ in UA.

Nutrition Label

WHISPER CANON · nodaddy.designplex.caRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/nodaddy.designplex.ca

Resolution chain

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

WHOIS identity

No WHOIS records are currently associated with nodaddy.designplex.ca in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from nodaddy.designplex.ca in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from nodaddy.designplex.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "nodaddy.designplex.ca"})-[: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.