Hostname
element.nl
Last fetched
element.nl resolves to 2 IPv4 addresses operated by AS6724 in DE. WHOIS lists registrar:team.blue nl b.v. as the registrar.
Nutrition Label
Resolution chain
element.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 |
|---|---|---|---|---|
| 81.169.179.18 | 81.169.128.0/17 | AS6724 | — | DE |
| 87.106.46.240 | 87.106.46.0/24 | AS8560 | — | DE |
WHOIS identity
- Registrar
- registrar:team.blue nl b.v.
- Organization
- —
- Contact emails
- —
Subdomains
19 observed subdomains of element.nl.
Web-graph footprint
Distinct hostnames that link to or from element.nl in the public web crawl.
11 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from element.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "element.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.