Skip to content

Hostname

hostmaster.explainas.com

Last fetched

hostmaster.explainas.com resolves to 2 IPv4 addresses operated by MITTWALD-AS Mittwald CM Service GmbH und Co. KG in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
185.215.158.240185.215.156.0/22AS15817MITTWALD-AS Mittwald CM Service GmbH und Co. KGDE
92.205.212.8392.205.208.0/21AS21499GODADDY-SXBDE

WHOIS identity

No WHOIS records are currently associated with hostmaster.explainas.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for hostmaster.explainas.com.

MechanismTarget
SPF_INCLUDEagenturserver.de

Related pages

Pivot deeper into the graph from hostmaster.explainas.com.

Cypher and MCP

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

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