Hostname
advisor.nl
Last fetched
advisor.nl resolves to 1 IPv4 address operated by COMBELL-AS in NL. WHOIS lists registrar:kpn as the registrar.
Nutrition Label
Resolution chain
advisor.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 |
|---|---|---|---|---|
| 80.69.67.29 | 80.69.66.0/23 | AS34762 | COMBELL-AS | NL |
WHOIS identity
- Registrar
- registrar:kpn
- Organization
- —
- Contact emails
- —
Subdomains
27 observed subdomains of advisor.nl.
Showing 25 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from advisor.nl in the public web crawl.
17 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for advisor.nl.
| Mechanism | Target |
|---|---|
| SPF_A | advisor.nl |
| SPF_EXISTS | %{i}.spf.hc1178-28.c3s2.iphmx.com |
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | kantoren.advisor.nl |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.routit.net |
| SPF_IP | 185.25.80.0/22 |
| SPF_IP | 212.114.115.46 |
| SPF_IP | 91.215.7.12 |
Related pages
Pivot deeper into the graph from advisor.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "advisor.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.