Syntax highlighting for Suricata rules in Visual Studio Code.
Syntax highlighting for suricata rules
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Suricata Language Server is an implementation of the Language Server Protocol for Suricata signatures. It adds syntax check, hints and auto-completion to your preferred editor once it is configured.
Sublime Suricata is a syntax highlighter for Sublime Text designed specifically for Suricata rules. It provides enhanced readability and includes experimental features to detect potential issues in rule syntax. ## Key Features - **Syntax Highlighting** — Full support for Suricata 7.0.0rc1 syntax with a custom color scheme. - **Warning Detection** — Highlights double spaces that deviate from Emerging Threats styling conventions. - **Error Detection** — Flags double sticky buffers as logical errors in rule construction. - **Custom Color Scheme** — Built-in color scheme optimized for Suricata rule visualization. ## Philosophy The project aims to improve Suricata rule development by integrating basic validation directly into the editor, helping users write cleaner and more correct rules.
VScode part of the Suricata Language Server
A command-line utility to provide feedback on Suricata rules. It can detect issues such as covering syntax validity, interpretability, rule specificity, rule coverage, and efficiency