Skip to content

Hostname

hc-codebook.datajoint.io

Last fetched

hc-codebook.datajoint.io resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · hc-codebook.datajoint.ioRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/hc-codebook.datajoint.io

Resolution chain

hc-codebook.datajoint.io resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.218.193.21118.216.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.221.239.418.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.225.12.518.224.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with hc-codebook.datajoint.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from hc-codebook.datajoint.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "hc-codebook.datajoint.io"})-[: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.