Hostname
thoughtspotdev.cloud
Last fetched
thoughtspotdev.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
thoughtspotdev.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 |
|---|---|---|---|---|
| 13.226.209.112 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.209.12 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.209.41 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.209.85 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.244.12 | 52.222.244.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.244.121 | 52.222.244.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.244.20 | 52.222.244.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.244.48 | 52.222.244.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- —
- Contact emails
- —
Subdomains
16 observed subdomains of thoughtspotdev.cloud.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for thoughtspotdev.cloud.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | k28g9qe8ml.powerspf.com |
Related pages
Pivot deeper into the graph from thoughtspotdev.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thoughtspotdev.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.