Hostname
nhws.nl
Last fetched
nhws.nl resolves to 2 IPv4 addresses operated by DEDICATED - Dedicated.com in US. WHOIS lists registrar:the registrar company b.v. as the registrar.
Nutrition Label
Resolution chain
nhws.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 |
|---|---|---|---|---|
| 173.234.26.74 | 173.234.26.0/24 | AS63018 | DEDICATED - Dedicated.com | US |
| 88.214.28.239 | 88.214.28.0/22 | AS38913 | INFRABLOCKS - The Infrastructure Group B.V. | NL |
WHOIS identity
- Registrar
- registrar:the registrar company b.v.
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of nhws.nl.
Web-graph footprint
Distinct hostnames that link to or from nhws.nl in the public web crawl.
48 sites link to this hostname.
91 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 nhws.nl.
| Mechanism | Target |
|---|---|
| SPF_A | nhws.nl |
| SPF_INCLUDE | _relay.hostingcp.eu |
| SPF_INCLUDE | _spf.exactonline.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2a09:8b00:101:39:0:0:0:10 |
| SPF_IP | 88.214.28.239 |
| SPF_MX | nhws.nl |
Related pages
Pivot deeper into the graph from nhws.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nhws.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.