Skip to content

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

WHISPER CANON · ttango.com.auRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ttango.com.au

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.

IPPrefixASNOperatorCountry
122.201.97.32122.201.96.0/19AS38719DREAMSCAPE-AS-AP Dreamscape Networks LimitedAU
172.105.181.66172.105.160.0/19AS63949AKAMAI-LINODE-AP Akamai Connected CloudAU

WHOIS identity

Registrar
registrar:melbourne it
Organization
kelly andrewartha
Contact emails

Subdomains

1 observed subdomain of ttango.com.au.

Web-graph footprint

Distinct hostnames that link to or from ttango.com.au in the public web crawl.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.