Hostname
api.framer.com
Last fetched
api.framer.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.
Nutrition Label
Resolution chain
api.framer.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.244.146.124 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.70 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.73 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.87 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.168.102.26 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.39 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.74 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.96 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.framer.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from api.framer.com in the public web crawl.
15 sites link to this hostname.
Sample inbound links
- consistent-growth-695252.framer.app
- dandy-square-962614.framer.app
- expanded-watching-646950.framer.app
- higher-professionals-374882.framer.app
- individual-convention-183968.framer.app
- miracle-happen-992992.framer.app
- past-pineapples-312643.framer.app
- receptive-advantage-710477.framer.app
- framer.com
- sampidia.com
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from api.framer.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.framer.com"})-[: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.