Hostname
nordeclair.be
Last fetched
nordeclair.be resolves to 2 IPv4 addresses operated by LDCOMNET --- I3Dnet --- in FR.
Nutrition Label
Resolution chain
nordeclair.be 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 |
|---|---|---|---|---|
| 109.7.16.62 | 109.0.0.0/11 | AS15557 | LDCOMNET --- I3Dnet --- | FR |
| 90.83.65.62 | 90.83.0.0/16 | AS3215 | France Telecom - Orange | FR |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from nordeclair.be in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for nordeclair.be.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.7.16.0/24 |
| SPF_IP | 81.246.2.0/24 |
| SPF_IP | 81.246.3.0/24 |
| SPF_IP | 90.83.65.0/24 |
Related pages
Pivot deeper into the graph from nordeclair.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nordeclair.be"})-[: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.