Hostname
escape.com.au
Last fetched
escape.com.au resolves to 3 IPv4 addresses operated by AKAMAI-ASN1 in HK. WHOIS lists registrar:corporation service company (aust) pty ltd as the registrar.
Nutrition Label
Resolution chain
escape.com.au resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.30.11.133 | 184.30.8.0/21 | AS20940 | AKAMAI-ASN1 | HK |
| 23.52.180.140 | 23.52.180.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.62.176.115 | 23.62.176.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
- Registrar
- registrar:corporation service company (aust) pty ltd
- Organization
- nationwide news pty.
- Contact emails
- —
Subdomains
14 observed subdomains of escape.com.au.
Web-graph footprint
Distinct hostnames that link to or from escape.com.au in the public web crawl.
1,096 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for escape.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf-00596a01.pphosted.com |
| SPF_IP | 13.55.111.68 |
| SPF_IP | 3.24.200.4 |
| SPF_IP | 54.153.165.87 |
| SPF_IP | 54.153.177.198 |
| SPF_IP | 54.153.181.121 |
| SPF_IP | 54.153.206.226 |
| SPF_IP | 54.66.128.228 |
| SPF_IP | 54.66.242.85 |
| SPF_IP | 54.79.96.63 |
Related pages
Pivot deeper into the graph from escape.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "escape.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.