Hostname
ssga.ca
Last fetched
ssga.ca resolves to 2 IPv4 addresses operated by SSB-ASN-3738 - State Street Bank and Trust Company in US.
Nutrition Label
Resolution chain
ssga.ca 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 |
|---|---|---|---|---|
| 192.250.167.9 | 192.250.166.0/23 | AS3738 | SSB-ASN-3738 - State Street Bank and Trust Company | US |
| 192.250.83.9 | 192.250.80.0/22 | AS3738 | SSB-ASN-3738 - State Street Bank and Trust Company | US |
WHOIS identity
No WHOIS records are currently associated with ssga.ca in WhisperGraph.
Subdomains
3 observed subdomains of ssga.ca.
Threat posture
History
Related pages
Pivot deeper into the graph from ssga.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ssga.ca"})-[: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.