Hostname
ssga.de
Last fetched
ssga.de resolves to 2 IPv4 addresses operated by SSB-ASN-3738 - State Street Bank and Trust Company in US.
Nutrition Label
Resolution chain
ssga.de 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.de in WhisperGraph.
Subdomains
1 observed subdomain of ssga.de.
| Subdomain |
|---|
| www.ssga.de |
Web-graph footprint
Distinct hostnames that link to or from ssga.de in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ssga.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ssga.de"})-[: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.