Hostname
gbtech.cloud
Last fetched
gbtech.cloud resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
gbtech.cloud 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 |
|---|---|---|---|---|
| 18.155.99.127 | 18.155.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.99.35 | 18.155.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.99.69 | 18.155.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.99.88 | 18.155.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.84.20.10 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.120 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.44 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.5 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.12 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.14 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.51 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.87 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
4 observed subdomains of gbtech.cloud.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for gbtech.cloud.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.3sync.app |
| SPF_INCLUDE | mail.gbtech.cloud |
| SPF_INCLUDE | mail.kanlead.com.br |
| SPF_INCLUDE | mail.semijoiaslady.com.br |
| SPF_IP | 38.242.230.31 |
Related pages
Pivot deeper into the graph from gbtech.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gbtech.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.