Hostname
hsbc.com
Last fetched
hsbc.com resolves to 2 IPv4 addresses operated by HSBC-UK in GB. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
hsbc.com 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 |
|---|---|---|---|---|
| 193.108.75.62 | 193.108.75.0/24 | AS20705 | HSBC-UK | GB |
| 91.214.6.62 | 91.214.6.0/24 | AS20705 | HSBC-UK | GB |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain manager
- Contact emails
Subdomains
875 observed subdomains of hsbc.com.
Showing 25 of 875. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hsbc.com in the public web crawl.
4,046 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for hsbc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-00299f02.pphosted.com |
| SPF_INCLUDE | spf-002f0603.pphosted.com |
| SPF_INCLUDE | spf1.hsbc.com |
| SPF_INCLUDE | spf2.hsbc.com |
| SPF_INCLUDE | spf3.hsbc.com |
Related pages
Pivot deeper into the graph from hsbc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsbc.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.