Hostname
bocholt.de
Last fetched
bocholt.de resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in DE.
Nutrition Label
Resolution chain
bocholt.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.101.90.100 | 141.101.90.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | DE |
| 141.101.90.101 | 141.101.90.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | DE |
| 141.101.90.102 | 141.101.90.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | DE |
| 141.101.90.103 | 141.101.90.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with bocholt.de in WhisperGraph.
Subdomains
460 observed subdomains of bocholt.de.
Showing 25 of 460. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bocholt.de in the public web crawl.
533 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bocholt.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail01.bocholt.de |
| SPF_A | mail02.bocholt.de |
| SPF_A | mxout01.bocholt.de |
| SPF_A | mxout02.bocholt.de |
| SPF_INCLUDE | _spf.echelon.nl |
| SPF_IP | 130.255.125.5 |
Related pages
Pivot deeper into the graph from bocholt.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bocholt.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.