Hostname
bigpond.com
Last fetched
bigpond.com resolves to 1 IPv4 address operated by ASN-TELSTRA Telstra Limited in AU. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
bigpond.com 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 |
|---|---|---|---|---|
| 61.9.173.37 | 61.9.128.0/17 | AS1221 | ASN-TELSTRA Telstra Limited | AU |
WHOIS identity
- Registrar
- iana:299
- Organization
- domains administrator
- Contact emails
Subdomains
179 observed subdomains of bigpond.com.
Showing 25 of 179. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bigpond.com in the public web crawl.
515 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bigpond.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 144.135.11.32/27 |
| SPF_IP | 203.36.137.224/27 |
| SPF_IP | 203.36.172.96/27 |
| SPF_IP | 203.38.21.0/24 |
| SPF_IP | 203.42.22.0/25 |
| SPF_IP | 203.42.40.128/25 |
Related pages
Pivot deeper into the graph from bigpond.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bigpond.com"})-[: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.