Hostname
hsbc.com.sg
Last fetched
hsbc.com.sg resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
hsbc.com.sg 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
- iana:292
- Organization
- the hongkong & shanghai banking corporation ltd (sgnic-org1083855)
- Contact emails
- —
Subdomains
107 observed subdomains of hsbc.com.sg.
Showing 25 of 107. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hsbc.com.sg in the public web crawl.
456 sites link to this hostname.
131 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for hsbc.com.sg.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
| SPF_INCLUDE | spf1.hsbc.com |
| SPF_INCLUDE | spf2.hsbc.com |
| SPF_INCLUDE | spf3.hsbc.com |
| SPF_IP | 202.79.193.24 |
| SPF_IP | 203.112.80.0/20 |
| SPF_IP | 203.125.243.0/29 |
| SPF_MX | hsbc.com.sg |
Related pages
Pivot deeper into the graph from hsbc.com.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsbc.com.sg"})-[: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.