Skip to content

Hostname

redirect.codestar.aws

Last fetched

redirect.codestar.aws resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.

Nutrition Label

WHISPER CANON · redirect.codestar.awsRouting diversity3.9/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/redirect.codestar.aws

Resolution chain

redirect.codestar.aws resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.39.166.22513.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.FR
13.49.7.813.48.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
13.62.15.8513.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
13.62.192.18613.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
15.237.47.11615.236.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.FR
52.47.49.23852.47.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

No WHOIS records are currently associated with redirect.codestar.aws in WhisperGraph.

Subdomains

2 observed subdomains of redirect.codestar.aws.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from redirect.codestar.aws.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "redirect.codestar.aws"})-[: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.