Skip to content

Hostname

cp04.msdata.at

Last fetched

cp04.msdata.at resolves to 1 IPv4 address operated by HETZNER-AS in DE.

Nutrition Label

WHISPER CANON · cp04.msdata.atRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cp04.msdata.at

Resolution chain

cp04.msdata.at resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
49.13.121.9349.13.0.0/16AS24940HETZNER-ASDE

WHOIS identity

No WHOIS records are currently associated with cp04.msdata.at in WhisperGraph.

Subdomains

2 observed subdomains of cp04.msdata.at.

Threat posture

History

Mail and authentication

MX records

  • cp04.msdata.at

SPF policy

2 SPF mechanisms authorising senders for cp04.msdata.at.

MechanismTarget
SPF_Acp04.msdata.at
SPF_MXcp04.msdata.at

Related pages

Pivot deeper into the graph from cp04.msdata.at.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cp04.msdata.at"})-[: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.