Hostname
ccw.glance.net
Last fetched
ccw.glance.net resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
ccw.glance.net resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.210.205.254 | 18.164.134.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.230.242.14 | 3.175.249.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.224.118.141 | 52.219.220.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.237.179.209 | 54.80.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 99.84.234.4 | 98.174.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.47 | 98.174.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.49 | 98.174.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.6 | 98.174.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ccw.glance.net in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ccw.glance.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | kqt3qe66c4.powerspf.com |
Related pages
Pivot deeper into the graph from ccw.glance.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccw.glance.net"})-[: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.