Hostname
cloudgerm.com
Last fetched
cloudgerm.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
cloudgerm.com 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.244.146.106 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.118 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.22 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.41 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.67.17.126 | 18.67.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.17.31 | 18.67.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.17.46 | 18.67.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.17.88 | 18.67.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of cloudgerm.com owner
- Contact emails
- 415a7705-9c0c-4b61-a1b7-61988eaa07ee@identity-protect.org
- 6fd50031-ba5d-4802-bc21-97a77bce6be7@identity-protect.org
- 78cd0833-17ce-4076-8a89-3586a2e3b20f@identity-protect.org
- 7aa8555d-f773-47ed-95f5-00d91083f268@identity-protect.org
- cf2563a1-c7fb-4304-94ac-c6f113022bd9@identity-protect.org
- de771493-b25d-49b3-9dc6-e43b46f7750d@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from cloudgerm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudgerm.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.