Hostname
hsbc.bm
Last fetched
hsbc.bm resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
hsbc.bm 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
- —
- Organization
- ipv4 address block not managed by the ripe ncc
- Contact emails
- —
Subdomains
26 observed subdomains of hsbc.bm.
Web-graph footprint
Distinct hostnames that link to or from hsbc.bm in the public web crawl.
61 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for hsbc.bm.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-00299f02.pphosted.com |
| SPF_IP | 193.108.76.55 |
| SPF_IP | 203.112.85.14 |
| SPF_IP | 203.112.90.14 |
| SPF_IP | 203.112.90.15 |
| SPF_IP | 204.178.86.20 |
| SPF_IP | 205.214.180.192 |
| SPF_IP | 205.214.190.35 |
| SPF_IP | 91.214.7.40/24 |
Related pages
Pivot deeper into the graph from hsbc.bm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsbc.bm"})-[: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.