Hostname
abc.net.au
Last fetched
abc.net.au resolves to 6 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in CZ. WHOIS lists registrar:domain directors pty ltd trading as instra as the registrar.
Nutrition Label
Resolution chain
abc.net.au resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.19.216.120 | 2.19.216.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | CZ |
| 2.23.244.141 | 2.23.244.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 2.23.8.131 | 2.23.8.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | CZ |
| 23.195.100.98 | 23.195.100.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.52.180.116 | 23.52.180.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.56.162.139 | 23.56.162.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
- Registrar
- registrar:domain directors pty ltd trading as instra
- Organization
- australian broadcasting corporation
- Contact emails
- —
Subdomains
124 observed subdomains of abc.net.au.
Showing 25 of 124. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from abc.net.au in the public web crawl.
82,874 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for abc.net.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from abc.net.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abc.net.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.