Hostname
werock.bg
Last fetched
werock.bg resolves to 1 IPv4 address operated by GLOBALONE United Solutions Ltd. in BG.
Nutrition Label
Resolution chain
werock.bg resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.8.4.133 | 193.8.4.0/24 | AS35489 | GLOBALONE United Solutions Ltd. | BG |
WHOIS identity
No WHOIS records are currently associated with werock.bg in WhisperGraph.
Subdomains
28 observed subdomains of werock.bg.
Showing 18 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from werock.bg in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for werock.bg.
| Mechanism | Target |
|---|---|
| SPF_A | werock.bg |
| SPF_IP | 193.8.4.133 |
| SPF_IP | 213.145.103.61 |
| SPF_MX | werock.bg |
Related pages
Pivot deeper into the graph from werock.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "werock.bg"})-[: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.