Offline - SIEM Query Converter Web UI
277
Fast offline web tool to convert Sigma rules and SIEM queries across multiple SIEM platforms and EDR tools.

| Feature | Description |
|---|---|
| Sigma Rule Conversion | Convert Sigma rules to various SIEM query languages (Splunk SPL, Elastic EQL) |
| Query Translation | Translate queries between different SIEM platforms |
| Batch IOC Conversion | Convert lists of IOCs (IPs, domains, hashes) into SIEM-specific query formats |
| Offline Functionality | Fully client-side, no server required |
| Dockerized | Easy deployment with Docker |
| Extensible | Modular architecture for adding new conversion operators |
| User-Friendly UI | Clean interface for quick conversions |
| Syntax Highlighting | Output is highlighted for better readability |
| Export Options | Save converted queries in various formats (TXT, JSON, etc.) |
| Ai Assisted Suggestions | Online or Custom Offline LLM support for query optimization. |
Clone or download the project:
git clone github.com/jonesckevin/QueryCast
cd QueryCast
Open index.html in your browser:
# Linux
xdg-open index.html
# Windows
start index.html
Or use a local server:
npx http-server -p 80 -o
Start converting!
docker-compose up --build
docker build -t querycast:latest .
docker run -d -p 4007:80 --name querycast querycast:latest
docker pull jonesckevin/querycast:latest
docker run -d -p 4007:80 --name querycast jonesckevin/querycast:latest
Then open http://localhost:4007.
Content type
Image
Digest
sha256:bcf70e9fd…
Size
25.4 MB
Last updated
about 2 months ago
docker pull jonesckevin/querycast