Hostname
www.visualworkplace.nl
Last fetched
www.visualworkplace.nl resolves to 1 IPv4 address operated by TRANSIP-AS - Signet B.V. in NL.
Nutrition Label
Resolution chain
www.visualworkplace.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 |
|---|---|---|---|---|
| 37.97.142.53 | 37.97.128.0/17 | AS20857 | TRANSIP-AS - Signet B.V. | NL |
WHOIS identity
No WHOIS records are currently associated with www.visualworkplace.nl in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for www.visualworkplace.nl.
| Mechanism | Target |
|---|---|
| SPF_A | www.visualworkplace.nl |
| SPF_INCLUDE | _spf.exactonline.nl |
| SPF_INCLUDE | _spf.flowmailer.net |
| SPF_INCLUDE | _spf.powerassist.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.210.148.253 |
| SPF_IP | 149.210.204.177 |
| SPF_IP | 213.127.135.13 |
| SPF_IP | 2a00:1450:4013:c01:0:0:0:1b |
| SPF_IP | 2a01:7c8:aab2:653:0:0:0:1 |
| SPF_IP | 2a01:7c8:aab8:a2:5054:ff:fea0:79f6 |
| SPF_MX | www.visualworkplace.nl |
Related pages
Pivot deeper into the graph from www.visualworkplace.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.visualworkplace.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.