Hostname
hyperice.com
Last fetched
hyperice.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in MX.
Nutrition Label
Resolution chain
hyperice.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 |
|---|---|---|---|---|
| 13.226.15.15 | 13.226.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 13.226.15.29 | 13.226.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 13.226.15.3 | 13.226.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 13.226.15.54 | 13.226.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 13.33.67.105 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.127 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.89 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.97 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from hyperice.com in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for hyperice.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 216.23.183.114 |
| SPF_IP | 52.206.145.59 |
| SPF_IP | 54.240.48.112 |
Related pages
Pivot deeper into the graph from hyperice.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hyperice.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.