Hostname
fram.fr
Last fetched
fram.fr resolves to 1 IPv4 address operated by AS29301 in FR. WHOIS lists registrar:namebay as the registrar.
Nutrition Label
Resolution chain
fram.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 |
|---|---|---|---|---|
| 195.149.66.20 | 195.149.101.0/24 | AS29301 | — | FR |
WHOIS identity
- Registrar
- registrar:namebay
- Organization
- voyages fram
- Contact emails
Subdomains
43 observed subdomains of fram.fr.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fram.fr in the public web crawl.
1,108 sites link to this hostname.
56 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for fram.fr.
| Mechanism | Target |
|---|---|
| SPF_A | email.freshdesk.com |
| SPF_A | mailgun.org |
| SPF_INCLUDE | _relay.amadeus.com |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 141.0.201.176/29 |
| SPF_IP | 193.46.206.40/31 |
| SPF_IP | 62.161.3.0/24 |
| SPF_IP | 62.161.4.0/24 |
| SPF_IP | 62.161.7.0/24 |
Related pages
Pivot deeper into the graph from fram.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fram.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.