Hostname
self.we-mind.app
Last fetched
self.we-mind.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
self.we-mind.app 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.155.21.14 | 18.155.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.21.57 | 18.155.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.21.94 | 18.155.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.21.98 | 18.155.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.170.185.113 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.185.5 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.185.50 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.185.93 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with self.we-mind.app in WhisperGraph.
Subdomains
4 observed subdomains of self.we-mind.app.
Threat posture
History
Related pages
Pivot deeper into the graph from self.we-mind.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "self.we-mind.app"})-[: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.