Hostname
ib-rodermann.de
Last fetched
ib-rodermann.de resolves to 1 IPv4 address operated by AS34011 in DE.
Nutrition Label
Resolution chain
ib-rodermann.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 |
|---|---|---|---|---|
| 92.204.37.18 | 92.204.37.0/24 | AS34011 | — | DE |
WHOIS identity
No WHOIS records are currently associated with ib-rodermann.de in WhisperGraph.
Subdomains
7 observed subdomains of ib-rodermann.de.
Web-graph footprint
Distinct hostnames that link to or from ib-rodermann.de in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
35 SPF mechanisms authorising senders for ib-rodermann.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.239.48.0/20 |
| SPF_IP | 134.119.0.0/17 |
| SPF_IP | 134.119.0.0/24 |
| SPF_IP | 134.119.128.0/19 |
| SPF_IP | 134.119.160.0/20 |
| SPF_IP | 134.119.224.0/19 |
| SPF_IP | 134.119.228.0/24 |
| SPF_IP | 141.0.16.0/21 |
| SPF_IP | 176.221.40.0/21 |
| SPF_IP | 185.21.100.0/22 |
| SPF_IP | 188.93.8.0/21 |
| SPF_IP | 2001:1520:a:0:0:0:0:0/56 |
| SPF_IP | 2a00:1158:0005:0800:0000:0000:0000:0000/56 |
| SPF_IP | 2a00:1158:0:300::/56 |
| SPF_IP | 2a00:1158:400:1::0/120 |
| SPF_IP | 2a00:1158:5:900::/56 |
| SPF_IP | 2a00:1158:5::/48 |
| SPF_IP | 37.200.96.0/21 |
| SPF_IP | 46.252.16.0/20 |
| SPF_IP | 62.67.200.0/24 |
| SPF_IP | 77.91.232.0/21 |
| SPF_IP | 80.67.16.0/20 |
| SPF_IP | 92.204.236.0/24 |
| SPF_IP | 92.204.239.0/24 |
| SPF_IP | 92.204.33.0/24 |
| SPF_IP | 92.204.37.0/24 |
| SPF_IP | 92.204.39.0/24 |
| SPF_IP | 92.204.43.0/24 |
| SPF_IP | 92.204.55.0/24 |
| SPF_IP | 92.204.58.0/24 |
| SPF_IP | 92.205.48.0/21 |
| SPF_IP | 92.205.64.0/24 |
| SPF_IP | 93.180.152.0/21 |
| SPF_IP | 93.187.232.0/21 |
Related pages
Pivot deeper into the graph from ib-rodermann.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ib-rodermann.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.