Hostname
digiwallet.nl
Last fetched
digiwallet.nl resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in NL. WHOIS lists registrar:domainvendor b.v. as the registrar.
Nutrition Label
Resolution chain
digiwallet.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 |
|---|---|---|---|---|
| 34.90.78.221 | 34.90.64.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | NL |
| 35.204.136.92 | 35.204.128.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | NL |
WHOIS identity
- Registrar
- registrar:domainvendor b.v.
- Organization
- —
- Contact emails
- —
Subdomains
20 observed subdomains of digiwallet.nl.
Showing 19 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from digiwallet.nl in the public web crawl.
43 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for digiwallet.nl.
| Mechanism | Target |
|---|---|
| SPF_A | digiwallet.nl |
| SPF_A | mail.targetmedia.eu |
| SPF_A | mailout.targetmedia.eu |
| SPF_INCLUDE | spf.mailcamp.nl |
| SPF_IP | 185.150.71.64/26 |
| SPF_IP | 192.168.247.0/24 |
| SPF_MX | digiwallet.nl |
Related pages
Pivot deeper into the graph from digiwallet.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digiwallet.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.