Hostname
sassenburg.de
Last fetched
sassenburg.de resolves to 1 IPv4 address operated by AS13101 in DE.
Nutrition Label
Resolution chain
sassenburg.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.178.84.68 | 213.178.64.0/19 | AS13101 | — | DE |
WHOIS identity
No WHOIS records are currently associated with sassenburg.de in WhisperGraph.
Subdomains
4 observed subdomains of sassenburg.de.
Web-graph footprint
Distinct hostnames that link to or from sassenburg.de in the public web crawl.
47 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for sassenburg.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.advantic.de |
| SPF_INCLUDE | spf.itebo.de |
| SPF_IP | 185.63.9.2 |
| SPF_IP | 185.63.9.3 |
| SPF_IP | 185.63.9.5 |
| SPF_MX | sassenburg.de |
Related pages
Pivot deeper into the graph from sassenburg.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sassenburg.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.