Skip to content

Hostname

beispiel.com

Last fetched

beispiel.com resolves to 1 IPv4 address operated by AS24961 in DE. WHOIS lists iana:151 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
78.31.64.22778.31.64.0/21AS24961DE

WHOIS identity

Registrar
iana:151
Organization
keine
Contact emails

Subdomains

11 observed subdomains of beispiel.com.

Web-graph footprint

Distinct hostnames that link to or from beispiel.com in the public web crawl.

81 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for beispiel.com.

MechanismTarget
SPF_Af723.fuchsia.servdiscount-customer.com
SPF_Avps2534584.servdiscount-customer.com
SPF_Awebmail.beispiel.com
SPF_IP5.199.130.244
SPF_IP78.31.64.227
SPF_IP85.14.243.59
SPF_IP89.163.141.19
SPF_IP89.163.225.235
SPF_MXbeispiel.com

Related pages

Pivot deeper into the graph from beispiel.com.

Cypher and MCP

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

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