Hostname
onf.fr
Last fetched
onf.fr resolves to 2 IPv4 addresses operated by DRI in FR. WHOIS lists registrar:orange as the registrar.
Nutrition Label
Resolution chain
onf.fr 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 |
|---|---|---|---|---|
| 46.18.195.34 | 46.18.195.0/24 | AS6738 | DRI | FR |
| 46.18.195.35 | 46.18.195.0/24 | AS6738 | DRI | FR |
WHOIS identity
- Registrar
- registrar:orange
- Organization
- office national des forets
- Contact emails
Subdomains
114 observed subdomains of onf.fr.
Showing 25 of 114. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from onf.fr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for onf.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_INCLUDE | spf.postal.sensiwave.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 18.198.35.158/32 |
| SPF_IP | 3.65.86.245/32 |
| SPF_IP | 3.78.23.77/32 |
| SPF_IP | 91.207.176.0/23 |
Related pages
Pivot deeper into the graph from onf.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "onf.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.