Hostname
static.pointcheckout.com
Last fetched
static.pointcheckout.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
static.pointcheckout.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.138.51.128 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.138.51.16 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.138.51.40 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.138.51.89 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with static.pointcheckout.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from static.pointcheckout.com in the public web crawl.
10 sites link to this hostname.
Sample inbound links
- pointcheckout.com
- canadian-business-council.paymennt.shop
- jordanian-orthodontic-society.paymennt.shop
- lifestyle-fitness-management-fz-lle.paymennt.shop
- lingua-learn-fz-llc.paymennt.shop
- maiztacos.paymennt.shop
- moutasemacademy-services-for-learning.paymennt.shop
- papa-city-restaurant-lounge-and-cafe-l-l-c.paymennt.shop
- texas-de-brazil.paymennt.shop
- the-eons-academy-fzc.paymennt.shop
Threat posture
History
Related pages
Pivot deeper into the graph from static.pointcheckout.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.pointcheckout.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.