Skip to content

Hostname

main.api.grasp.gg

Last fetched

main.api.grasp.gg resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT.

Nutrition Label

WHISPER CANON · main.api.grasp.ggRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/main.api.grasp.gg

Resolution chain

main.api.grasp.gg resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.157.188.22108.157.188.0/23AS16509AMAZON-02 - Amazon.com, Inc.IT
108.157.188.23108.157.188.0/23AS16509AMAZON-02 - Amazon.com, Inc.IT
108.157.188.83108.157.188.0/23AS16509AMAZON-02 - Amazon.com, Inc.IT
108.157.188.91108.157.188.0/23AS16509AMAZON-02 - Amazon.com, Inc.IT
108.158.173.110108.158.172.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
108.158.173.30108.158.172.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
108.158.173.37108.158.172.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
108.158.173.77108.158.172.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

No WHOIS records are currently associated with main.api.grasp.gg in WhisperGraph.

Subdomains

2 observed subdomains of main.api.grasp.gg.

Threat posture

History

Related pages

Pivot deeper into the graph from main.api.grasp.gg.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "main.api.grasp.gg"})-[: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.