Hostname
daa.com.au
Last fetched
daa.com.au resolves to 2 IPv4 addresses operated by AAPT AAPT Limited in AU. WHOIS lists registrar:melbourne it as the registrar.
Nutrition Label
Resolution chain
daa.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 |
|---|---|---|---|---|
| 203.17.251.1 | 203.17.251.0/24 | AS2764 | AAPT AAPT Limited | AU |
| 203.17.251.112 | 203.17.251.0/24 | AS2764 | AAPT AAPT Limited | AU |
WHOIS identity
- Registrar
- registrar:melbourne it
- Organization
- domain administrator
- Contact emails
- —
Subdomains
85 observed subdomains of daa.com.au.
Showing 25 of 85. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from daa.com.au in the public web crawl.
83 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for daa.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | daa.com.au |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 14.203.133.214/32 |
| SPF_IP | 203.17.251.0/24 |
| SPF_MX | daa.com.au |
Related pages
Pivot deeper into the graph from daa.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "daa.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.