Hostname
uts.edu.au
Last fetched
uts.edu.au resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:1131 as the registrar.
Nutrition Label
Resolution chain
uts.edu.au resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 54.79.20.73 | 54.79.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:1131
- Organization
- university of technology sydney
- Contact emails
- —
Subdomains
749 observed subdomains of uts.edu.au.
Showing 25 of 749. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uts.edu.au in the public web crawl.
5,491 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for uts.edu.au.
| Mechanism | Target |
|---|---|
| SPF_A | redcap.research.uts.edu.au |
| SPF_A | smmail.aussurveys.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | au._netblocks.mimecast.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 129.127.18.87 |
| SPF_IP | 138.25.0.0/16 |
| SPF_IP | 159.183.94.63 |
| SPF_IP | 165.193.85.111/32 |
| SPF_IP | 165.193.85.61 |
| SPF_IP | 167.89.43.190/32 |
| SPF_IP | 203.101.230.141 |
| SPF_MX | mail.studylink.com |
Related pages
Pivot deeper into the graph from uts.edu.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uts.edu.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.