Hostname
sfr.fr
Last fetched
sfr.fr resolves to 1 IPv4 address operated by AS15557 in FR. WHOIS lists registrar:sfr as the registrar.
Nutrition Label
Resolution chain
sfr.fr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 80.125.163.172 | 80.158.78.0/23 | AS15557 | — | FR |
WHOIS identity
- Registrar
- registrar:sfr
- Organization
- societe francaise du radiotelephone - sfr
- Contact emails
Subdomains
2,939 observed subdomains of sfr.fr.
Showing 25 of 2,939. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sfr.fr in the public web crawl.
3,750 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for sfr.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.sfr.fr |
| SPF_IP | 195.62.75.16/29 |
| SPF_IP | 198.2.187.67 |
| SPF_IP | 52.36.127.248 |
| SPF_IP | 86.64.210.153 |
| SPF_IP | 86.64.210.154 |
| SPF_IP | 86.64.210.19 |
| SPF_IP | 86.64.210.3 |
| SPF_IP | 86.64.210.5 |
| SPF_IP | 86.64.210.79/23 |
| SPF_IP | 93.17.128.0/24 |
Related pages
Pivot deeper into the graph from sfr.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sfr.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.