Hostname
internet.uw.nl
Last fetched
internet.uw.nl resolves to 2 IPv4 addresses operated by TNF-AS - Vodafone Libertel B.V. in NL.
Nutrition Label
Resolution chain
internet.uw.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 |
|---|---|---|---|---|
| 195.35.134.198 | 195.35.128.0/18 | AS33915 | TNF-AS - Vodafone Libertel B.V. | NL |
| 89.20.183.14 | 89.20.160.0/19 | AS39686 | AS-EUROFIBER - Eurofiber Nederland BV | NL |
WHOIS identity
No WHOIS records are currently associated with internet.uw.nl in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for internet.uw.nl.
| Mechanism | Target |
|---|---|
| SPF_A | internet.uw.nl |
| SPF_A | vps.uw.nl |
| SPF_INCLUDE | _spf.mail.services.bastion365.net |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from internet.uw.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "internet.uw.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.