Hostname
a3.digid.nl
Last fetched
a3.digid.nl resolves to 1 IPv4 address operated by AS212157 in NL.
Nutrition Label
Resolution chain
a3.digid.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 |
|---|---|---|---|---|
| 144.43.243.144 | 144.43.242.0/23 | AS212157 | — | NL |
WHOIS identity
No WHOIS records are currently associated with a3.digid.nl in WhisperGraph.
Subdomains
1 observed subdomain of a3.digid.nl.
| Subdomain |
|---|
| mijn.a3.digid.nl |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for a3.digid.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.lgs-picardcloud.nl |
| SPF_IP | 144.43.253.113/32 |
| SPF_IP | 144.43.253.114/32 |
| SPF_IP | 144.43.253.116/32 |
| SPF_IP | 144.43.253.117/32 |
| SPF_IP | 144.43.253.118/32 |
| SPF_IP | 144.43.253.119/32 |
Related pages
Pivot deeper into the graph from a3.digid.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a3.digid.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.