Hostname
arkea.com
Last fetched
arkea.com resolves to 3 IPv4 addresses operated by France Telecom - Orange in FR.
Nutrition Label
Resolution chain
arkea.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.51.217.142 | 194.51.0.0/16 | AS3215 | France Telecom - Orange | FR |
| 93.20.42.142 | 93.0.0.0/11 | AS15557 | LDCOMNET --- I3Dnet --- | FR |
| 93.20.46.142 | 93.0.0.0/11 | AS15557 | LDCOMNET --- I3Dnet --- | 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 arkea.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for arkea.com.
| Mechanism | Target |
|---|---|
| SPF_A | arkea.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mx.arkea.com |
| SPF_IP | 31.210.2.21/32 |
| SPF_IP | 31.210.6.21/32 |
| SPF_MX | arkea.com |
Related pages
Pivot deeper into the graph from arkea.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arkea.com"})-[: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.