Hostname
mindsight.app.dev.kolab.ee
Last fetched
mindsight.app.dev.kolab.ee resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AE.
Nutrition Label
Resolution chain
mindsight.app.dev.kolab.ee 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 |
|---|---|---|---|---|
| 108.139.86.107 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.114 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.69 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.97 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 13.35.93.104 | 13.35.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.113 | 13.35.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.53 | 13.35.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.74 | 13.35.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mindsight.app.dev.kolab.ee in WhisperGraph.
Subdomains
1 observed subdomain of mindsight.app.dev.kolab.ee.
| Subdomain |
|---|
| wildcard.mindsight.app.dev.kolab.ee |
Threat posture
History
Related pages
Pivot deeper into the graph from mindsight.app.dev.kolab.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mindsight.app.dev.kolab.ee"})-[: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.