Hostname
vwpfs.nl
Last fetched
vwpfs.nl has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:realtime register as the registrar.
Nutrition Label
Resolution chain
vwpfs.nl has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:realtime register
- Organization
- —
- Contact emails
- —
Subdomains
66 observed subdomains of vwpfs.nl.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from vwpfs.nl in the public web crawl.
87 sites link to this hostname.
96 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for vwpfs.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.anachron.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.46.180.32/29 |
| SPF_IP | 185.46.182.0/24 |
| SPF_IP | 185.60.96.64/29 |
| SPF_IP | 185.60.97.64/29 |
| SPF_IP | 193.8.226.65/32 |
| SPF_IP | 194.150.14.85/32 |
| SPF_IP | 20.82.87.96/28 |
| SPF_IP | 84.241.182.106/32 |
Related pages
Pivot deeper into the graph from vwpfs.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vwpfs.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.