Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
scirius — Web interface for Suricata ruleset management, threat hunting, and rule tuning with multi-source feed aggregation, transformation, and activity statistics. | Kitploit
Tools/GitHubGitHub/stamusnetworks/scirius
Defensive ToolsThreat Feeds & AggregatorsVulnerability AnalysisNetwork SecurityThreat IntelligenceIntrusion Detection
GitHubstamusnetworks/scirius

scirius

Web interface for Suricata ruleset management, threat hunting, and rule tuning with multi-source feed aggregation, transformation, and activity statistics.

View Repository
68015641 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

======= Scirius

Introduction

Scirius Community Edition is a web interface dedicated to Suricata ruleset management. It handles the rules file and update associated files.

.. image:: https://github.com/StamusNetworks/scirius/raw/master/doc/images/suricata-index.png :alt: Suricata page :align: center

Scirius CE is developed by Stamus Networks <https://www.stamus-networks.com/>_ and is available under the GNU GPLv3 license.

Features

Scirius can build Suricata ruleset composed of different sources. Sources or feeds can be picked from public sources published by OISF <https://oisf.net/>_ or can be custom.

.. image:: https://github.com/StamusNetworks/scirius/raw/master/doc/images/public-sources.png :alt: public sources from OISF :align: center

Scirius will take care of refreshing the sources and composing the ruleset by applying your transformation on it.

.. image:: https://github.com/StamusNetworks/scirius/raw/master/doc/images/ruleset.png :alt: Ruleset with 5 sources :align: center

Transformations like disabling a rule or applying a threshold (to lower the noise only) can be made for each rule or at the category level.

.. image:: https://github.com/StamusNetworks/scirius/raw/master/doc/images/rule-page.png :alt: Rule page :align: center

Scirius also presents statistics on rules activity to give information and facilitate the tuning.

Get Help

Documentation

Scirius Documentation <https://scirius.readthedocs.io/en/latest/>_ is on readthedocs.

Support

You can join IRC #SELKS channel on irc.freenode.net <http://freenode.net/>_ to get help.

You can also ask Scirius related questions on SELKS Forum <https://groups.google.com/forum/#!forum/selks>_.

Report an issue

You can report an issue on GitHub issue page <https://github.com/StamusNetworks/scirius/issues>_.

Contributing

From improving the documentation to coding new features, there is more than one way to contribute to Scirius. And for all contributions please use a Pull Request <https://github.com/StamusNetworks/scirius/pulls>_ on Github.

You can run a local developement environment with the following step: docker compose up -d

This will spin up a scirius container based on the local code with hot reload. This will also create dependencies containers like fluentd, postgres and elasticsearch.

Please note, that this is development only and some services are going to be open to the local network (or more depending on your setup) without authentication. Please use ClearNDR with stamusctl <https://github.com/StamusNetworks/stamusctl> for production installation

Download Tool