Skip to content

Hostname

sta-api.blue.ch

Last fetched

sta-api.blue.ch resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · sta-api.blue.chRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/sta-api.blue.ch

Resolution chain

sta-api.blue.ch resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.164.144.3018.164.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.144.4218.164.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.144.518.164.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.144.7218.164.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
52.84.217.10452.84.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.5152.84.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.5352.84.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.6152.84.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with sta-api.blue.ch in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from sta-api.blue.ch.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sta-api.blue.ch"})-[: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.