Hostname
oracle.fr
Last fetched
oracle.fr resolves to 2 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in US. WHOIS lists registrar:markmonitor inc. as the registrar.
Nutrition Label
Resolution chain
oracle.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 |
|---|---|---|---|---|
| 23.201.165.65 | 23.201.194.0/24 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.66.226.216 | 23.66.231.0/24 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
- Registrar
- registrar:markmonitor inc.
- Organization
- oracle france, s.a.s
- Contact emails
Subdomains
3 observed subdomains of oracle.fr.
Web-graph footprint
Distinct hostnames that link to or from oracle.fr in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from oracle.fr.
- IP · 23.201.165.65
- ASN · AS16625AKAMAI-AS - Akamai Technologies, Inc.
- Registrar · registrar:markmonitor inc.
- Country · US
- Email · domain-contact_ww@oracle.com
- TLD · .fr
- Browse hostnames · or…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oracle.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.