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
signatures — Community Detection Signature Build and Distribution Pipeline for YARA, Suricata, Snort and Sigma | Kitploit
Tools/GitHubGitHub/c3rb3ru5d3d53c/signatures
Defensive ToolsMalware AnalysisDevSecOpsIntrusion DetectionCurated ResourcesLog Analysis
GitHubc3rb3ru5d3d53c/signatures

signatures

Community Detection Signature Build and Distribution Pipeline for YARA, Suricata, Snort and Sigma

View Repository
2753 years 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

Signatures

build YARA Suricata Sigma Stars Forks License

This repository is designed to provide a way to create and distribute detection signatures easily.

Get creative with your own detection solutions, completely unencumbered by license limitations.

To help combat evil, we firmly commit our work to the public domain for the greater good of the world. 🎉

Downloading Compiled Signatures

  • Sign-in to GitHub
  • Go-to actions
  • Download the latest build from master branch

Dependencies

root@kitploit:~
sudo apt update
sudo apt install make parallel docker.io jq
sudo usermod -a -G docker $USER
sudo systemctl enable docker
sudo reboot

Building Signatures

  • All signatures will be stored in build/
  • Bump builds use an existing build but compile with the target version
  • Multiple versions of anything can be supported!
  • Use CI/CD to make it your own

Building Suricata Signatures

root@kitploit:~
make suricata-docker version=suricata-6.0.5
make suricata-docker-build version=suricata-6.0.5

Building YARA Signatures

root@kitploit:~
make yara-docker version=yara-4.2.0
make yara-docker-build version=yara-4.2.0

Building Sigma Signatures

root@kitploit:~
make sigma-docker version=sigma-0.20
make sigma-docker-build version=sigma-0.20 threads=4

Packaging Signatures

To package signatures use the following.

Package Targets

root@kitploit:~
make package-targets

Package All

root@kitploit:~
make package

Contributing

If you wish to submit your signatures to the repository please have a look at CONTRIBUTING.md for our style and contribution guidelines.

Download Tool