Hostname
es.aver.com
Last fetched
es.aver.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
es.aver.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.238.122 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.238.32 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.238.72 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.238.97 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.169.109 | 52.222.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.169.27 | 52.222.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.169.33 | 52.222.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.169.92 | 52.222.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with es.aver.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from es.aver.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for es.aver.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 113.196.139.110/31 |
| SPF_IP | 60.248.92.75/31 |
| SPF_MX | es.aver.com |
Related pages
Pivot deeper into the graph from es.aver.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "es.aver.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.