Hostname
auslink.au
Last fetched
auslink.au resolves to 1 IPv4 address operated by VIRTUTEL-AS-AP - Virtutel Pty Ltd in AU. WHOIS lists registrar:domain directors pty ltd trading as instra as the registrar.
Nutrition Label
Resolution chain
auslink.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 |
|---|---|---|---|---|
| 103.116.1.1 | 103.116.96.0/24 | AS24516 | VIRTUTEL-AS-AP - Virtutel Pty Ltd | AU |
WHOIS identity
- Registrar
- registrar:domain directors pty ltd trading as instra
- Organization
- nicholas calvi
- Contact emails
- —
Subdomains
2 observed subdomains of auslink.au.
| Subdomain |
|---|
| mail.auslink.au |
| www.auslink.au |
Threat posture
History
Mail and authentication
MX records
- auslink.au
SPF policy
3 SPF mechanisms authorising senders for auslink.au.
| Mechanism | Target |
|---|---|
| SPF_A | auslink.au |
| SPF_IP | 103.116.1.1 |
| SPF_MX | auslink.au |
Related pages
Pivot deeper into the graph from auslink.au.
- IP · 103.116.1.1
- ASN · AS24516VIRTUTEL-AS-AP - Virtutel Pty Ltd
- Registrar · registrar:domain directors pty ltd trading as instra
- Country · AU
- TLD · .au
- Browse hostnames · au…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auslink.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.