Hostname
atlantisdevelopment.fr
Last fetched
atlantisdevelopment.fr resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in PL.
Nutrition Label
Resolution chain
atlantisdevelopment.fr 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 |
|---|---|---|---|---|
| 185.158.133.1 | 185.158.133.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | PL |
| 51.159.175.114 | 51.158.0.0/15 | AS12876 | — | FR |
| 51.159.239.133 | 51.159.224.0/19 | AS12876 | — | NL |
WHOIS identity
No WHOIS records are currently associated with atlantisdevelopment.fr in WhisperGraph.
Subdomains
3 observed subdomains of atlantisdevelopment.fr.
Web-graph footprint
Distinct hostnames that link to or from atlantisdevelopment.fr in the public web crawl.
27 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for atlantisdevelopment.fr.
| Mechanism | Target |
|---|---|
| SPF_A | atlantisdevelopment.fr |
| SPF_IP | 51.159.175.114 |
| SPF_MX | atlantisdevelopment.fr |
Related pages
Pivot deeper into the graph from atlantisdevelopment.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atlantisdevelopment.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.