Hostname
auda.org.au
Last fetched
auda.org.au resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:auda as the registrar.
Nutrition Label
Resolution chain
auda.org.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 |
|---|---|---|---|---|
| 104.17.237.107 | 104.17.224.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.17.238.107 | 104.17.224.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:auda
- Organization
- .au domain administration
- Contact emails
- —
Subdomains
20 observed subdomains of auda.org.au.
Web-graph footprint
Distinct hostnames that link to or from auda.org.au in the public web crawl.
1,087 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for auda.org.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 203.202.88.211 |
| SPF_IP | 203.29.5.145 |
| SPF_IP | 203.29.5.156 |
| SPF_IP | 210.9.145.82 |
| SPF_IP | 2407:6e00:2:205:a4a8:512c:241d:d506 |
| SPF_IP | 58.65.248.12 |
Related pages
Pivot deeper into the graph from auda.org.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auda.org.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.