Hostname
saval.nl
Last fetched
saval.nl resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:netim as the registrar.
Nutrition Label
Resolution chain
saval.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 |
|---|---|---|---|---|
| 104.18.12.246 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.13.246 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:netim
- Organization
- —
- Contact emails
- —
Subdomains
17 observed subdomains of saval.nl.
Web-graph footprint
Distinct hostnames that link to or from saval.nl in the public web crawl.
68 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for saval.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.sidetrade.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.directdevice.info |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 83.167.202.82/28 |
Related pages
Pivot deeper into the graph from saval.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "saval.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.