Skip to content

Hostname

patientpattern-dev-static.s3.amazonaws.com

Last fetched

patientpattern-dev-static.s3.amazonaws.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · patientpattern-dev-static.s3.amazonaws.comRouting diversity5.7/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/patientpattern-dev-static.s3.amazonaws.com

Resolution chain

patientpattern-dev-static.s3.amazonaws.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.12.89.24916.12.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.79.433.5.79.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.573.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.84.293.5.84.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.179.2552.218.179.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.197.12352.218.197.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.232.1052.218.232.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.246.4352.218.246.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.133.24952.92.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.148.24952.92.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.227.3352.92.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.228.5752.92.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.232.3352.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.233.11352.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.235.20952.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.240.8952.92.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with patientpattern-dev-static.s3.amazonaws.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from patientpattern-dev-static.s3.amazonaws.com in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from patientpattern-dev-static.s3.amazonaws.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "patientpattern-dev-static.s3.amazonaws.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.