Hostname
cdn-app.scruffapp.com
Last fetched
cdn-app.scruffapp.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
cdn-app.scruffapp.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.162.103.107 | 3.162.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.103.113 | 3.162.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.103.3 | 3.162.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.103.63 | 3.162.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.10 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.109 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.2 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.57 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.35.128 | 54.192.65.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.6 | 54.192.65.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.62 | 54.192.65.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.75 | 54.192.65.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with cdn-app.scruffapp.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from cdn-app.scruffapp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn-app.scruffapp.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.