Hostname
myccg.cloud
Last fetched
myccg.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
myccg.cloud 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 |
|---|---|---|---|---|
| 3.173.254.17 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.254.22 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.254.57 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.254.73 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 99.86.30.103 | 99.86.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 99.86.30.105 | 99.86.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 99.86.30.36 | 99.86.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 99.86.30.73 | 99.86.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:83
- Organization
- 1&1 internet
- Contact emails
- —
Subdomains
6 observed subdomains of myccg.cloud.
Threat posture
History
Related pages
Pivot deeper into the graph from myccg.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "myccg.cloud"})-[: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.