Skip to content

Hostname

messner.gdn

Last fetched

messner.gdn resolves to 2 IPv4 addresses operated by CONTABO - Contabo GmbH in GB.

Nutrition Label

WHISPER CANON · messner.gdnRouting diversity2.4/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/messner.gdn

Resolution chain

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

IPPrefixASNOperatorCountry
37.60.233.2437.60.224.0/20AS51167CONTABO - Contabo GmbHGB
62.84.187.10462.84.176.0/20AS51167CONTABO - Contabo GmbHDE

WHOIS identity

No WHOIS records are currently associated with messner.gdn in WhisperGraph.

Subdomains

6 observed subdomains of messner.gdn.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for messner.gdn.

MechanismTarget
SPF_Amessner.gdn
SPF_Asv07.messner.io
SPF_MXmessner.gdn

Related pages

Pivot deeper into the graph from messner.gdn.

Cypher and MCP

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

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