Hostname
borent.nl
Last fetched
borent.nl resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:flexwebhosting as the registrar.
Nutrition Label
Resolution chain
borent.nl 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 |
|---|---|---|---|---|
| 104.26.12.93 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.13.93 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.73.243 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 62.84.246.74 | 62.84.240.0/21 | AS48635 | — | NL |
WHOIS identity
- Registrar
- registrar:flexwebhosting
- Organization
- —
- Contact emails
- —
Subdomains
22 observed subdomains of borent.nl.
Web-graph footprint
Distinct hostnames that link to or from borent.nl in the public web crawl.
132 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for borent.nl.
| Mechanism | Target |
|---|---|
| SPF_A | borent.nl |
| SPF_A | cpsmtpb-ews02.kpnxchange.com |
| SPF_A | server09.bmg.org |
| SPF_A | srv1.bmg.org |
| SPF_A | srv1b.bmg.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.70.1.212 |
| SPF_IP | 195.121.247.4/24 |
| SPF_IP | 46.17.4.196 |
| SPF_IP | 62.84.240.62 |
| SPF_MX | borent.nl |
Related pages
Pivot deeper into the graph from borent.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "borent.nl"})-[: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.