Hostname
gsam.com
Last fetched
gsam.com resolves to 12 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
gsam.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.152 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.184 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.209 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.219 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 204.4.187.254 | 204.4.187.0/24 | AS6195 | GSCO - The Goldman Sachs Group, Inc. | US |
| 207.17.33.254 | 207.17.33.0/24 | AS6195 | GSCO - The Goldman Sachs Group, Inc. | US |
| 23.213.161.197 | 23.213.161.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.213.161.205 | 23.213.161.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.24 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.32 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.203.61.143 | 23.203.61.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 23.203.61.163 | 23.203.61.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
- Registrar
- iana:299
- Organization
- goldman sachs & co. hq
- Contact emails
Subdomains
35 observed subdomains of gsam.com.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gsam.com in the public web crawl.
1,034 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from gsam.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gsam.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.