Skip to content

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

WHISPER CANON · hsbc.comRouting diversity2.4/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint6.3/10canon.whisper.security/host/hsbc.com

Resolution chain

hsbc.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.108.75.62193.108.75.0/24AS20705HSBC-UKGB
91.214.6.6291.214.6.0/24AS20705HSBC-UKGB

WHOIS identity

Registrar
iana:292
Organization
domain manager
Contact emails

Subdomains

875 observed subdomains of hsbc.com.

Web-graph footprint

Distinct hostnames that link to or from hsbc.com in the public web crawl.

4,046 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for hsbc.com.

MechanismTarget
SPF_INCLUDEspf-00299f02.pphosted.com
SPF_INCLUDEspf-002f0603.pphosted.com
SPF_INCLUDEspf1.hsbc.com
SPF_INCLUDEspf2.hsbc.com
SPF_INCLUDEspf3.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.