Hostname
ax.fource.nl
Last fetched
ax.fource.nl resolves to 1 IPv4 address operated by PREVIDER-AS - Previder B.V. in NL.
Nutrition Label
Resolution chain
ax.fource.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 |
|---|---|---|---|---|
| 31.7.1.39 | 31.7.0.0/22 | AS20847 | PREVIDER-AS - Previder B.V. | NL |
WHOIS identity
No WHOIS records are currently associated with ax.fource.nl in WhisperGraph.
Subdomains
4 observed subdomains of ax.fource.nl.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ax.fource.nl in the public web crawl.
70 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for ax.fource.nl.
| Mechanism | Target |
|---|---|
| SPF_IP | 2a02:f18:1:9901:87:250:153:189 |
| SPF_IP | 2a02:f18:1:9901:87:250:153:22 |
| SPF_IP | 2a02:f18:1:9901:87:250:153:23 |
| SPF_IP | 2a03:9700:8000:0:0:0:1:39 |
| SPF_IP | 31.161.22.106 |
| SPF_IP | 31.7.1.39 |
| SPF_IP | 87.250.153.189 |
| SPF_IP | 87.250.153.23 |
Related pages
Pivot deeper into the graph from ax.fource.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ax.fource.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.