Skip to content

Hostname

sgmt-api.thatch.ai

Last fetched

sgmt-api.thatch.ai resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · sgmt-api.thatch.aiRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/sgmt-api.thatch.ai

Resolution chain

sgmt-api.thatch.ai resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.226.209.11113.226.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.209.613.226.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.209.6113.226.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.209.9913.226.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.227.207.3813.227.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
13.227.207.3913.227.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
13.227.207.8613.227.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
13.227.207.9913.227.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
3.165.239.1123.165.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.IT
3.165.239.203.165.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.IT
3.165.239.293.165.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.IT
3.165.239.343.165.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.IT

WHOIS identity

No WHOIS records are currently associated with sgmt-api.thatch.ai in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from sgmt-api.thatch.ai.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sgmt-api.thatch.ai"})-[: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.