Skip to content

Hostname

bookstore-dev.artmap.cz

Last fetched

bookstore-dev.artmap.cz resolves to 2 IPv4 addresses operated by CONTABO in DE.

Nutrition Label

WHISPER CANON · bookstore-dev.artmap.czRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bookstore-dev.artmap.cz

Resolution chain

bookstore-dev.artmap.cz resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
109.199.102.217109.199.96.0/20AS51167CONTABODE
52.57.225.4452.57.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with bookstore-dev.artmap.cz in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for bookstore-dev.artmap.cz.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.myshoptet.com
SPF_INCLUDEspf.mandrillapp.com

Related pages

Pivot deeper into the graph from bookstore-dev.artmap.cz.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bookstore-dev.artmap.cz"})-[: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.