Hostname
fsv.nl
Last fetched
fsv.nl resolves to 2 IPv4 addresses operated by NL-BIT - BIT BV in NL. WHOIS lists registrar:exonet b.v. as the registrar.
Nutrition Label
Resolution chain
fsv.nl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 178.22.57.222 | 178.22.56.0/21 | AS12859 | NL-BIT - BIT BV | NL |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- registrar:exonet b.v.
- Organization
- —
- Contact emails
- —
Subdomains
9 observed subdomains of fsv.nl.
Web-graph footprint
Distinct hostnames that link to or from fsv.nl in the public web crawl.
19 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for fsv.nl.
| Mechanism | Target |
|---|---|
| SPF_A | fsv.nl |
| SPF_INCLUDE | _spf.zivver.com |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.routit.net |
| SPF_IP | 141.138.168.0/21 |
| SPF_IP | 176.9.183.128/27 |
| SPF_IP | 2a03:3c00:a001::/48 |
| SPF_IP | 2a03:3c00:a002::/48 |
| SPF_IP | 92.66.17.83 |
Related pages
Pivot deeper into the graph from fsv.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fsv.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.