Hostname
fr.aver.com
Last fetched
fr.aver.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ES.
Nutrition Label
Resolution chain
fr.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 |
|---|---|---|---|---|
| 18.172.226.123 | 18.172.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 18.172.226.30 | 18.172.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 18.172.226.66 | 18.172.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 18.172.226.7 | 18.172.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 99.86.57.11 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.57.116 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.57.125 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.57.54 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with fr.aver.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from fr.aver.com in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for fr.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 | fr.aver.com |
Related pages
Pivot deeper into the graph from fr.aver.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fr.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.