Hostname
brasty.ee
Last fetched
brasty.ee resolves to 2 IPv4 addresses operated by AS43541 in CZ.
Nutrition Label
Resolution chain
brasty.ee resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.59.211.185 | 185.59.208.0/22 | AS43541 | — | CZ |
| 213.109.167.192 | 213.109.164.0/22 | AS29134 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with brasty.ee in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for brasty.ee.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 149.72.137.202 |
| SPF_IP | 149.72.83.149 |
| SPF_IP | 178.248.13.29 |
| SPF_IP | 185.59.210.251 |
| SPF_IP | 185.59.211.161 |
| SPF_IP | 185.59.211.162 |
| SPF_IP | 185.59.211.163 |
| SPF_IP | 185.59.211.181 |
| SPF_IP | 185.59.211.182 |
| SPF_IP | 185.59.211.183 |
| SPF_IP | 185.59.211.184 |
| SPF_IP | 185.59.211.185 |
| SPF_IP | 213.109.165.0/24 |
| SPF_IP | 213.109.167.0/24 |
| SPF_IP | 217.16.185.19 |
| SPF_IP | 217.198.120.0/20 |
| SPF_IP | 46.227.170.113 |
| SPF_IP | 93.185.111.247 |
Related pages
Pivot deeper into the graph from brasty.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brasty.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.