Hostname
elvy.nl
Last fetched
elvy.nl resolves to 1 IPv4 address operated by AS35470 in NL. WHOIS lists registrar:realtime register as the registrar.
Nutrition Label
Resolution chain
elvy.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 |
|---|---|---|---|---|
| 89.31.99.71 | 89.31.98.0/23 | AS35470 | — | NL |
WHOIS identity
- Registrar
- registrar:realtime register
- Organization
- —
- Contact emails
- —
Subdomains
29 observed subdomains of elvy.nl.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from elvy.nl in the public web crawl.
53 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for elvy.nl.
| Mechanism | Target |
|---|---|
| SPF_A | elvy.nl |
| SPF_A | mail01.elvy.nl |
| SPF_A | mailrelayer01.elvy.nl |
| SPF_A | mailrelayer02.elvy.nl |
| SPF_A | spf.protection.outlook.com |
| SPF_INCLUDE | _spf.spotler.email |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.171.240.0/24 |
| SPF_IP | 188.207.178.241 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 80.101.97.8 |
| SPF_IP | 83.98.240.93 |
| SPF_IP | 89.31.99.71 |
Related pages
Pivot deeper into the graph from elvy.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elvy.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.