Hostname
webdisk.share-net.nl
Last fetched
webdisk.share-net.nl resolves to 1 IPv4 address operated by AS24940 in FI.
Nutrition Label
Resolution chain
webdisk.share-net.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 |
|---|---|---|---|---|
| 65.108.142.94 | 65.108.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with webdisk.share-net.nl in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for webdisk.share-net.nl.
| Mechanism | Target |
|---|---|
| SPF_A | webdisk.share-net.nl |
| SPF_INCLUDE | 24877110.spf02.hubspotemail.net |
| SPF_INCLUDE | secureserver.net |
| SPF_IP | 65.108.142.94 |
| SPF_MX | webdisk.share-net.nl |
Related pages
Pivot deeper into the graph from webdisk.share-net.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webdisk.share-net.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.