Skip to content

Hostname

caf.fr

Last fetched

caf.fr resolves to 1 IPv4 address operated by RADWARE in FR. WHOIS lists registrar:namebay as the registrar.

Nutrition Label

WHISPER CANON · caf.frRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/caf.fr

Resolution chain

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

IPPrefixASNOperatorCountry
66.22.41.12066.22.41.0/24AS198949RADWAREFR

WHOIS identity

Registrar
registrar:namebay
Organization
caisse nationale des allocations familiales
Contact emails

Subdomains

225 observed subdomains of caf.fr.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for caf.fr.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP195.138.204.0/24
SPF_IP91.231.174.0/24

Related pages

Pivot deeper into the graph from caf.fr.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "caf.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.