Skip to content

Hostname

helpdesk.dserv.de

Last fetched

helpdesk.dserv.de resolves to 4 IPv4 addresses operated by CLOUDFLARESPECTRUM Cloudflare, Inc. in US.

Nutrition Label

WHISPER CANON · helpdesk.dserv.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/helpdesk.dserv.de

Resolution chain

helpdesk.dserv.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
216.198.53.2216.198.53.0/24AS209242CLOUDFLARESPECTRUM Cloudflare, Inc.US
216.198.53.6216.198.53.0/24AS209242CLOUDFLARESPECTRUM Cloudflare, Inc.US
216.198.54.2216.198.54.0/24AS209242CLOUDFLARESPECTRUM Cloudflare, Inc.US
216.198.54.6216.198.54.0/24AS209242CLOUDFLARESPECTRUM Cloudflare, Inc.US

WHOIS identity

No WHOIS records are currently associated with helpdesk.dserv.de in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for helpdesk.dserv.de.

MechanismTarget
SPF_INCLUDE_netblocks.zdsys.com
SPF_INCLUDEmail.zendesk.com

Related pages

Pivot deeper into the graph from helpdesk.dserv.de.

Cypher and MCP

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

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