Hostname
elements.au
Last fetched
elements.au resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists registrar:markmonitor corporate services inc as the registrar.
Nutrition Label
Resolution chain
elements.au resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.215.59.103 | 18.236.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.217.82.28 | 3.218.180.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.239.213.232 | 35.6.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.207.57.62 | 45.2.200.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:markmonitor corporate services inc
- Organization
- ben freischmidt
- Contact emails
- —
Subdomains
1 observed subdomain of elements.au.
| Subdomain |
|---|
| www.elements.au |
Threat posture
History
Related pages
Pivot deeper into the graph from elements.au.
- IP · 18.215.59.103
- ASN · AS14618AMAZON-AES - Amazon.com, Inc.
- Registrar · registrar:markmonitor corporate services inc
- Country · US
- TLD · .au
- Browse hostnames · el…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elements.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.