Hostname
avacuum.ca
Last fetched
avacuum.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
avacuum.ca 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.2.119 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.37 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.60 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.75 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.66.248.118 | 18.66.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.248.13 | 18.66.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.248.30 | 18.66.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.248.54 | 18.66.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
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 avacuum.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for avacuum.ca.
| Mechanism | Target |
|---|---|
| SPF_A | avacuum.ca |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_IP | 192.95.11.242 |
| SPF_MX | avacuum.ca |
Related pages
Pivot deeper into the graph from avacuum.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avacuum.ca"})-[: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.