Hostname
bie.bocholt.de
Last fetched
bie.bocholt.de resolves to 5 IPv4 addresses operated by AS196954 in DE.
Nutrition Label
Resolution chain
bie.bocholt.de resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 130.255.125.45 | 130.255.120.0/21 | AS196954 | — | DE |
| 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 bie.bocholt.de in WhisperGraph.
Subdomains
18 observed subdomains of bie.bocholt.de.
Showing 17 of 18. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bie.bocholt.de in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bie.bocholt.de.
| Mechanism | Target |
|---|---|
| SPF_A | bie.bocholt.de |
| SPF_A | relay1.iserv.eu |
| SPF_A | relay2.iserv.eu |
| SPF_A | relay3.iserv.eu |
| SPF_A | relaybs.iserv.eu |
| SPF_MX | bie.bocholt.de |
Related pages
Pivot deeper into the graph from bie.bocholt.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bie.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.