Hostname
test.cadans.nl
Last fetched
test.cadans.nl resolves to 1 IPv4 address operated by AS20857 in NL.
Nutrition Label
Resolution chain
test.cadans.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.12.3 | 93.119.0.0/20 | AS20857 | — | NL |
WHOIS identity
No WHOIS records are currently associated with test.cadans.nl in WhisperGraph.
Subdomains
1 observed subdomain of test.cadans.nl.
| Subdomain |
|---|
| client.test.cadans.nl |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for test.cadans.nl.
| Mechanism | Target |
|---|---|
| SPF_A | test.cadans.nl |
| SPF_INCLUDE | _spf.transip.email |
| SPF_INCLUDE | barracuda.datacenter1.nl |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.ess.de.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2a01:7c8:aab1:160:ffff:eeee:1618:3061 |
| SPF_IP | 93.119.12.239 |
| SPF_MX | test.cadans.nl |
Related pages
Pivot deeper into the graph from test.cadans.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.cadans.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.