Hostname
en.dussmann.it
Last fetched
en.dussmann.it resolves to 1 IPv4 address operated by AS34432 in DE.
Nutrition Label
Resolution chain
en.dussmann.it 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 |
|---|---|---|---|---|
| 37.228.157.11 | 37.228.157.0/24 | AS34432 | — | DE |
WHOIS identity
No WHOIS records are currently associated with en.dussmann.it in WhisperGraph.
Subdomains
1 observed subdomain of en.dussmann.it.
| Subdomain |
|---|
| www.en.dussmann.it |
Web-graph footprint
Distinct hostnames that link to or from en.dussmann.it in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for en.dussmann.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | email.freshdesk.com |
| SPF_INCLUDE | sic001.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.200.89.30 |
| SPF_IP | 20.13.28.23 |
| SPF_IP | 213.149.221.96/27 |
| SPF_IP | 66.159.233.120 |
| SPF_IP | 66.159.234.209 |
| SPF_IP | 74.234.202.2 |
Related pages
Pivot deeper into the graph from en.dussmann.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "en.dussmann.it"})-[: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.