Hostname
netlor.fr
Last fetched
netlor.fr resolves to 4 IPv4 addresses operated by AS12876 in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
netlor.fr resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 62.210.12.34 | 62.210.0.0/16 | AS12876 | — | FR |
| 62.4.25.61 | 62.4.0.0/19 | AS12876 | — | FR |
| 62.4.25.62 | 62.4.0.0/19 | AS12876 | — | FR |
| 62.4.25.63 | 62.4.0.0/19 | AS12876 | — | FR |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- netlor concept
- Contact emails
Subdomains
167 observed subdomains of netlor.fr.
Showing 25 of 167. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from netlor.fr in the public web crawl.
34 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for netlor.fr.
| Mechanism | Target |
|---|---|
| SPF_A | loki-01.netlor.fr |
| SPF_A | loki-02.netlor.fr |
| SPF_A | loki-03.netlor.fr |
| SPF_A | mail.netlor.fr |
| SPF_A | newsletter.netlor.fr |
| SPF_A | orius.netlor.fr |
| SPF_A | rhea.netlor.fr |
| SPF_A | stor01.netlor.fr |
| SPF_A | valak.netlor.fr |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 195.154.82.86 |
| SPF_IP | 212.129.52.171 |
| SPF_IP | 62.4.25.56 |
Related pages
Pivot deeper into the graph from netlor.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netlor.fr"})-[: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.