Hostname
fleur.nl
Last fetched
fleur.nl resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists registrar:hostnet b.v. as the registrar.
Nutrition Label
Resolution chain
fleur.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 |
|---|---|---|---|---|
| 116.202.213.184 | 116.202.0.0/16 | AS24940 | — | DE |
| 148.251.88.132 | 148.251.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:hostnet b.v.
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of fleur.nl.
Showing 4 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fleur.nl in the public web crawl.
178 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for fleur.nl.
| Mechanism | Target |
|---|---|
| SPF_A | fleur.nl |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.hostnet.nl |
| SPF_INCLUDE | _spf.spotler.email |
| SPF_IP | 148.251.88.132 |
| SPF_IP | 2a01:4f8:202:6391:0:0:0:2 |
| SPF_MX | fleur.nl |
Related pages
Pivot deeper into the graph from fleur.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fleur.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.