Hostname
hsbc.com.au
Last fetched
hsbc.com.au resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists registrar:markmonitor corporate services inc as the registrar.
Nutrition Label
Resolution chain
hsbc.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 |
|---|---|---|---|---|
| 15.197.252.58 | 15.197.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.33.210.194 | 3.33.208.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- registrar:markmonitor corporate services inc
- Organization
- domain manager
- Contact emails
- —
Subdomains
38 observed subdomains of hsbc.com.au.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hsbc.com.au in the public web crawl.
408 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for hsbc.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-00299f02.pphosted.com |
| SPF_INCLUDE | spf.v6send.net |
| SPF_IP | 193.108.76.63/24 |
| SPF_IP | 203.112.80.0/20 |
| SPF_IP | 203.112.92.108 |
| SPF_IP | 91.214.7.46/24 |
| SPF_MX | hsbc.com.au |
Related pages
Pivot deeper into the graph from hsbc.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsbc.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.