Hostname
netaffairs.nl
Last fetched
netaffairs.nl resolves to 1 IPv4 address operated by AS34420 in NL. WHOIS lists registrar:registrar.eu as the registrar.
Nutrition Label
Resolution chain
netaffairs.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 |
|---|---|---|---|---|
| 195.149.119.100 | 195.149.119.0/24 | AS34420 | — | NL |
WHOIS identity
- Registrar
- registrar:registrar.eu
- Organization
- —
- Contact emails
- —
Subdomains
215 observed subdomains of netaffairs.nl.
Showing 25 of 215. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from netaffairs.nl in the public web crawl.
15 sites link to this hostname.
58 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for netaffairs.nl.
| Mechanism | Target |
|---|---|
| SPF_A | netaffairs.nl |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.ladesk.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.cbsolt.net |
| SPF_INCLUDE | spf.emailpnl.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 188.95.138.0/23 |
| SPF_IP | 194.242.18.0/23 |
| SPF_IP | 2001:67c:2150::/48 |
| SPF_IP | 2a00:ae80::/32 |
| SPF_IP | 82.201.122.0/24 |
| SPF_IP | 88.151.32.0/22 |
| SPF_MX | netaffairs.nl |
Related pages
Pivot deeper into the graph from netaffairs.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netaffairs.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.