Hostname
ttango.com.au
Last fetched
ttango.com.au resolves to 2 IPv4 addresses operated by DREAMSCAPE-AS-AP Dreamscape Networks Limited in AU. WHOIS lists registrar:melbourne it as the registrar.
Nutrition Label
Resolution chain
ttango.com.au resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 122.201.97.32 | 122.201.96.0/19 | AS38719 | DREAMSCAPE-AS-AP Dreamscape Networks Limited | AU |
| 172.105.181.66 | 172.105.160.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | AU |
WHOIS identity
- Registrar
- registrar:melbourne it
- Organization
- kelly andrewartha
- Contact emails
- —
Subdomains
1 observed subdomain of ttango.com.au.
| Subdomain |
|---|
| www.ttango.com.au |
Web-graph footprint
Distinct hostnames that link to or from ttango.com.au in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ttango.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ttango.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.