Skip to content

Hostname

sonnen.de

Last fetched

sonnen.de appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · sonnen.deRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/sonnen.de

Resolution chain

sonnen.de has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

No WHOIS records are currently associated with sonnen.de in WhisperGraph.

Subdomains

230 observed subdomains of sonnen.de.

Web-graph footprint

Distinct hostnames that link to or from sonnen.de in the public web crawl.

386 sites link to this hostname.

158 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for sonnen.de.

MechanismTarget
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEaspmx.pardot.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEstspg-customer.com
SPF_IP155.56.221.13/32
SPF_IP155.56.221.14/32
SPF_IP195.201.122.251
SPF_IP213.244.192.90
SPF_IP2a01:488:42::/48
SPF_IP31.193.51.113/32
SPF_IP5.35.234.234
SPF_IP80.237.138.0/24
SPF_IP92.51.170.64/27

Related pages

Pivot deeper into the graph from sonnen.de.

Cypher and MCP

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

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