Skip to content

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

WHISPER CANON · sfr.frRouting diversity1.5/10Peering density8.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/sfr.fr

Resolution chain

sfr.fr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
80.125.163.17280.158.78.0/23AS15557FR

WHOIS identity

Registrar
registrar:sfr
Organization
societe francaise du radiotelephone - sfr
Contact emails

Subdomains

2,939 observed subdomains of sfr.fr.

Web-graph footprint

Distinct hostnames that link to or from sfr.fr in the public web crawl.

3,750 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

11 SPF mechanisms authorising senders for sfr.fr.

MechanismTarget
SPF_INCLUDEspf1.sfr.fr
SPF_IP195.62.75.16/29
SPF_IP198.2.187.67
SPF_IP52.36.127.248
SPF_IP86.64.210.153
SPF_IP86.64.210.154
SPF_IP86.64.210.19
SPF_IP86.64.210.3
SPF_IP86.64.210.5
SPF_IP86.64.210.79/23
SPF_IP93.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.