Hostname
aioncall.com
Last fetched
aioncall.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:609 as the registrar.
Nutrition Label
Resolution chain
aioncall.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.80.146 | 3.5.80.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.226 | 3.5.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.29 | 3.5.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.83.33 | 3.5.83.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.5 | 3.5.84.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.85.128 | 3.5.85.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.87.14 | 3.5.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.132.194 | 52.218.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.154.10 | 52.218.154.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.181.138 | 52.218.181.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.130.91 | 52.92.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.138.51 | 52.92.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.165.59 | 52.92.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.179.203 | 52.92.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.200.195 | 52.92.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.239.107 | 52.92.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:609
- Organization
- malcolm dewees
- Contact emails
Subdomains
2 observed subdomains of aioncall.com.
| Subdomain |
|---|
| mx.aioncall.com |
| www.aioncall.com |
Threat posture
History
Related pages
Pivot deeper into the graph from aioncall.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aioncall.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.