Skip to content

Hostname

jdata.vespa.com

Last fetched

jdata.vespa.com resolves to 1 IPv4 address operated by ASN-DEBIS in IT.

Nutrition Label

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

Resolution chain

jdata.vespa.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.109.202.67193.109.202.0/24AS21176ASN-DEBISIT

WHOIS identity

No WHOIS records are currently associated with jdata.vespa.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from jdata.vespa.com.

Cypher and MCP

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

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