Hostname
elements.nl
Last fetched
elements.nl has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:realtime register as the registrar.
Nutrition Label
Resolution chain
elements.nl has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:realtime register
- Organization
- —
- Contact emails
- —
Subdomains
42 observed subdomains of elements.nl.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from elements.nl in the public web crawl.
32 sites link to this hostname.
96 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for elements.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 144.178.215.202 |
| SPF_IP | 144.178.81.242 |
| SPF_IP | 185.85.82.209/32 |
| SPF_IP | 206.189.108.195/32 |
| SPF_IP | 37.153.226.2 |
| SPF_IP | 90.145.223.136/29 |
Related pages
Pivot deeper into the graph from elements.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elements.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.