Skip to content

Hostname

activealpha.gs.com

Last fetched

activealpha.gs.com resolves to 4 IPv4 addresses operated by GSCO - The Goldman Sachs Group, Inc. in US.

Nutrition Label

WHISPER CANON · activealpha.gs.comRouting diversity3.0/10Peering density8.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/activealpha.gs.com

Resolution chain

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

IPPrefixASNOperatorCountry
204.4.187.254204.4.187.0/24AS6195GSCO - The Goldman Sachs Group, Inc.US
207.17.33.254207.17.33.0/24AS6195GSCO - The Goldman Sachs Group, Inc.US
23.75.23.223.75.23.0/24AS20940AKAMAI-ASN1SG
23.75.23.8823.75.23.0/24AS20940AKAMAI-ASN1SG

WHOIS identity

No WHOIS records are currently associated with activealpha.gs.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from activealpha.gs.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "activealpha.gs.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.