Hostname
bochum.de
Last fetched
bochum.de resolves to 1 IPv4 address operated by AS198913 in DE.
Nutrition Label
Resolution chain
bochum.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 |
|---|---|---|---|---|
| 185.132.24.223 | 185.132.24.0/24 | AS198913 | — | DE |
WHOIS identity
No WHOIS records are currently associated with bochum.de in WhisperGraph.
Subdomains
65 observed subdomains of bochum.de.
Showing 25 of 65. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bochum.de in the public web crawl.
1,810 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for bochum.de.
| Mechanism | Target |
|---|---|
| SPF_A | bochum.de |
| SPF_INCLUDE | _uk.axiell.com |
| SPF_INCLUDE | ekom21.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 194.77.237.0/24 |
| SPF_IP | 194.77.250.0/24 |
| SPF_IP | 194.77.253.0/24 |
| SPF_IP | 20.40.137.116/30 |
| SPF_IP | 20.40.137.120/29 |
| SPF_IP | 212.23.139.38 |
| SPF_IP | 35.195.220.65/32 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 62.55.182.68/32 |
| SPF_MX | bochum.de |
Related pages
Pivot deeper into the graph from bochum.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bochum.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.