Hostname
swapped.com.au
Last fetched
swapped.com.au resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists registrar:synergy wholesale accreditations pty ltd as the registrar.
Nutrition Label
Resolution chain
swapped.com.au 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.224.163.24 | 13.224.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.224.163.5 | 13.224.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.224.163.78 | 13.224.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.224.163.86 | 13.224.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.52.106 | 18.172.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.172.52.28 | 18.172.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.172.52.29 | 18.172.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.172.52.7 | 18.172.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- registrar:synergy wholesale accreditations pty ltd
- Organization
- michael wolf
- Contact emails
- —
Subdomains
1 observed subdomain of swapped.com.au.
| Subdomain |
|---|
| www.swapped.com.au |
Web-graph footprint
Distinct hostnames that link to or from swapped.com.au in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from swapped.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swapped.com.au"})-[: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.