Hostname
australia.com
Last fetched
australia.com resolves to 5 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
australia.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.51.134.217 | 184.51.134.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.208.151.223 | 23.208.150.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | AT |
| 23.208.99.236 | 23.208.98.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | HK |
| 23.41.180.219 | 23.41.180.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.48.15.216 | 23.48.14.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- iana:269
- Organization
- domain admin
- Contact emails
Subdomains
24 observed subdomains of australia.com.
Web-graph footprint
Distinct hostnames that link to or from australia.com in the public web crawl.
6,313 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for australia.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _u.australia.com._spf.smart.ondmarc.com |
Related pages
Pivot deeper into the graph from australia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "australia.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.