Hostname
businessopen.nl
Last fetched
businessopen.nl resolves to 1 IPv4 address operated by TRANSIP-AS - Signet B.V. in NL. WHOIS lists registrar:bhosted.nl webhosting as the registrar.
Nutrition Label
Resolution chain
businessopen.nl 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 |
|---|---|---|---|---|
| 93.119.14.176 | 93.119.0.0/20 | AS20857 | TRANSIP-AS - Signet B.V. | NL |
WHOIS identity
- Registrar
- registrar:bhosted.nl webhosting
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of businessopen.nl.
Web-graph footprint
Distinct hostnames that link to or from businessopen.nl in the public web crawl.
46 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for businessopen.nl.
| Mechanism | Target |
|---|---|
| SPF_A | businessopen.nl |
| SPF_INCLUDE | infusionmail.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.bhosted.nl |
| SPF_INCLUDE | spf.sqr.nl |
| SPF_INCLUDE | thatsmail.nl |
| SPF_IP | 178.18.87.245/32 |
| SPF_IP | 213.187.245.167/32 |
| SPF_IP | 85.158.251.101/32 |
| SPF_MX | businessopen.nl |
Related pages
Pivot deeper into the graph from businessopen.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "businessopen.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.