Hostname
www.corroventa.de
Last fetched
www.corroventa.de resolves to 1 IPv4 address operated by AS44136 in SE.
Nutrition Label
Resolution chain
www.corroventa.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 |
|---|---|---|---|---|
| 46.16.234.39 | 46.16.232.0/21 | AS44136 | — | SE |
WHOIS identity
No WHOIS records are currently associated with www.corroventa.de in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for www.corroventa.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.stejtech.net |
| SPF_INCLUDE | spf.mx-wecloud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 146.66.235.36 |
| SPF_IP | 212.114.222.133 |
| SPF_IP | 80.147.42.252 |
| SPF_IP | 87.139.61.25 |
| SPF_IP | 91.23.127.19 |
| SPF_IP | 91.61.86.243 |
| SPF_IP | 91.61.92.92 |
Related pages
Pivot deeper into the graph from www.corroventa.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.corroventa.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.