RSigma
Related Servers
Alternatives to RSigma
AlicenseNot gradedqualityDmaintenanceAn MCP server that provides Sigma rule validation and configuration capabilities for AI assistants. It enables users to validate Sigma detection rules against various validators and manage validator configurations through MCP tools and resources.4MIT
Related Servers
- AlicenseAqualityAmaintenanceSigma detection rule writing, validation, and pySigma-based multi-backend conversion (Splunk, Elastic, Wazuh, Kibana) via 3 MCP tools and 3 Claude Code skills, backed by a 61-rule production corpus across 11 MITRE ATT\&CK tactic categories.32MIT
- AlicenseNot gradedqualityDmaintenanceUnifies 7,283+ detection rules from Sigma, Splunk ESCU, Elastic, and KQL into a single queryable interface via MCP, with a web dashboard and autonomous agent pipeline for detection engineering.274 npm1Apache 2.0
- AlicenseNot gradedqualityAmaintenanceAn MCP server that exposes a 60+ tool security and threat-intel stack to AI agents, enabling secret scanning, Sigma rule generation, ransomware lookup, OSINT, and deep research.1MIT
- AlicenseNot gradedqualityAmaintenanceReal security scanners for AI coding agents — SAST (441 rules), secret detection (419+ patterns), dependency CVEs (OSV.dev), MCP/skill vetting, MITRE ATT&CK. Open-source, Rust, free7 npmApache 2.0
- AlicenseAqualityAmaintenanceHigh-performance local MCP server and CLI written in Rust that scrubs 90%+ framework noise from AI debug logs with Tree-sitter AST validation and test rollback.454MIT
- AlicenseNot gradedqualityAmaintenanceMCP server exposing rlg (RustLogs) log files as tools for on-call / SRE agent workflows. Three tools over JSON-RPC stdio — tail_log (last N events, filtered by level/target), filter_log (predicate filtering), summarize_errors (grouped error taxonomy). Pure Rust. MIT OR Apache-2.0.36Apache 2.0
TDQS
Scored across 15 tools
Most tools have clearly distinct roles, but there is a cluster of YAML-consuming validation tools (parse_rule, validate_rules, lint_rules, fix_rules) whose boundaries require careful reading of descriptions to distinguish parse-only vs parse+compile vs spec-lint vs auto-fix. Similarly list_builtin_pipelines vs resolve_pipeline and convert_rules vs reverse_convert are related but description text keeps them separable.
All 15 tools follow a consistent snake_case verb_noun convention (author_ads, parse_rule, convert_rules, evaluate_events, fix_rules, lint_rules). Even the multi-word names (reverse_convert, resolve_pipeline, list_builtin_pipelines) keep the same structure, making the set highly predictable.
15 tools is well-scoped for a comprehensive Sigma rule analysis suite, covering parsing, validation, linting, fixing, conversion, evaluation, tuning, and introspection. Each tool maps to a distinct stage of the rule lifecycle and none appears redundant.
The surface covers a full rule lifecycle: author scaffold (author_ads), parse, validate, lint, fix, convert both directions, evaluate, tune, and field/pipeline/backend introspection. A minor gap is the absence of a general rule-creation or template-scaffolding tool beyond the ADS-specific and reverse-convert paths.