Hostname
flexispot.fr
Last fetched
flexispot.fr resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in IN. WHOIS lists registrar:key-systems gmbh as the registrar.
Nutrition Label
Resolution chain
flexispot.fr resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.71.60.42 | 104.71.60.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 104.71.60.66 | 104.71.60.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 184.24.77.49 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.62 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.11 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.9 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.33.22.79 | 23.33.22.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.22.88 | 23.33.22.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 95.100.146.106 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.89 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
WHOIS identity
- Registrar
- registrar:key-systems gmbh
- Organization
- pts privacy & trustee services
- Contact emails
Subdomains
6 observed subdomains of flexispot.fr.
Web-graph footprint
Distinct hostnames that link to or from flexispot.fr in the public web crawl.
108 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for flexispot.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.mxhichina.com |
Related pages
Pivot deeper into the graph from flexispot.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flexispot.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.