Hostname
brasty.eu
Last fetched
brasty.eu resolves to 2 IPv4 addresses operated by AS43541 in CZ.
Nutrition Label
Resolution chain
brasty.eu 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.210.251 | 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.eu in WhisperGraph.
Subdomains
1 observed subdomain of brasty.eu.
| Subdomain |
|---|
| www.brasty.eu |
Threat posture
History
Related pages
Pivot deeper into the graph from brasty.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brasty.eu"})-[: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.