Hostname
dyson.de
Last fetched
dyson.de resolves to 8 IPv4 addresses operated by AS20940 in CZ.
Nutrition Label
Resolution chain
dyson.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
No WHOIS records are currently associated with dyson.de in WhisperGraph.
Subdomains
22 observed subdomains of dyson.de.
Showing 16 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dyson.de in the public web crawl.
593 sites link to this hostname.
142 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for dyson.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email |
| SPF_INCLUDE | _spf-edge-az.dyson.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 3.101.44.112 |
| SPF_IP | 3.20.182.169 |
| SPF_IP | 34.208.175.122 |
| SPF_IP | 34.215.113.156/32 |
| SPF_IP | 98.189.195.131 |
Related pages
Pivot deeper into the graph from dyson.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dyson.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.