Hostname
brightpath.com.au
Last fetched
brightpath.com.au resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.
Nutrition Label
Resolution chain
brightpath.com.au resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.69.102 | 13.226.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.226.69.113 | 13.226.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.226.69.17 | 13.226.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.226.69.48 | 13.226.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 18.239.199.110 | 0.0.0.0/0 | AS64073 | — | US |
| 18.239.199.123 | 0.0.0.0/0 | AS64073 | — | US |
| 18.239.199.129 | 0.0.0.0/0 | AS64073 | — | US |
| 18.239.199.17 | 0.0.0.0/0 | AS64073 | — | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from brightpath.com.au in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for brightpath.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from brightpath.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brightpath.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.