Hostname
lappset.nl
Last fetched
lappset.nl resolves to 1 IPv4 address operated by ECHELON-AS Institutenweg 38 in NL. WHOIS lists registrar:root as the registrar.
Nutrition Label
Resolution chain
lappset.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 |
|---|---|---|---|---|
| 217.119.238.133 | 217.119.224.0/20 | AS16350 | ECHELON-AS Institutenweg 38 | NL |
WHOIS identity
- Registrar
- registrar:root
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of lappset.nl.
Web-graph footprint
Distinct hostnames that link to or from lappset.nl in the public web crawl.
25 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for lappset.nl.
| Mechanism | Target |
|---|---|
| SPF_A | lappset-aardug-lappset.odoo.com |
| SPF_A | lappset.nl |
| SPF_A | odoo.yalp.nl |
| SPF_INCLUDE | _spf.exsilia.net |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.exsilia.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 217.119.234.168/29 |
| SPF_IP | 217.119.238.128/29 |
Related pages
Pivot deeper into the graph from lappset.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lappset.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.