Hostname
s24.fr
Last fetched
s24.fr resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
s24.fr resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.45.146 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.215.126 | 172.67.208.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 195.201.201.156 | 195.201.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- ano nymous
- Contact emails
- —
Subdomains
9 observed subdomains of s24.fr.
Web-graph footprint
Distinct hostnames that link to or from s24.fr in the public web crawl.
233 sites link to this hostname.
44 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for s24.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.31.192.93/32 |
| SPF_IP | 188.165.178.142/32 |
| SPF_IP | 212.83.175.60/32 |
| SPF_IP | 212.83.175.61/32 |
| SPF_MX | s24.fr |
Related pages
Pivot deeper into the graph from s24.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "s24.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.