Loading...
Detection engineering is the practice of turning threat knowledge into tested, version-controlled detection logic that ships to your SIEM, EDR, and network sensors. The tools in this category cover the full lifecycle: authoring rules in formats like Sigma, YARA, and Suricata, translating them to a specific backend's query language, testing them against real telemetry, and managing them as code in a repository. It exists because hand-maintained, ad-hoc rules in a SIEM console do not scale, drift silently, and rot into alert noise. If your SOC treats detections like software, with reviews, tests, and a deployment pipeline, this is the tooling that makes that possible.
We cover 188 Detection Engineering tools, 163 free and 25 commercial.
Accuracy and depth improve over time. Last reviewed Aug 2026. Is something off? Reach out.
A minimal library to generate YARA rules from JAVA with maven support.
A collection of Yara rules for detecting malware evasion techniques
Automate the process of writing YARA rules based on executable code within malware.
FireEye Mandiant SunBurst Countermeasures: freely available rules for detecting malicious files and activity
A set of rules for detecting threats in various formats, including Snort, Yara, ClamAV, and HXIOC.
A repository of officially managed detection rules for the Falco runtime security monitoring system that identifies threats, abnormal behaviors, and compliance violations through syscall and container event analysis.
A testing tool that generates suspect actions to validate and test Falco runtime security monitoring rulesets.
A collection of YARA rules for Windows, Linux, and Other threats.
Provides indicators of compromise (IOCs) to combat malware with Yara and Snort rules.
A library of event-based analytics written in EQL to detect adversary behaviors identified in MITRE ATT&CK, providing detection rules for the Elastic Stack.
Signature-based YARA rules for detecting and preventing threats within Linux, Windows, and macOS systems.
OCaml bindings to the YARA scanning engine for integrating YARA scanning capabilities into OCaml projects
Dorothy is a tool to test monitoring and detection capabilities for Okta environments, with modules mapped to MITRE ATT&CK® tactics.
Home for rules used by Elastic Security with code for unit testing, Kibana integration, and Red Team Automation.
A set of interrelated detection rules for improving detection and hunting visibility and context
Repository for detection content with various types of rules and payloads.
YaraHunter scans container images, running Docker containers, and filesystems using YARA rules to detect malware indicators and signs of compromise.
Scan files with Yara, match findings to VirusTotal comments.
Collection of YARA signatures from recent malware research.
A tool that generates Yara rules for strings and their XOR encoded versions, as well as base64-encoded variations with different padding possibilities.
Powerful tool for searching and hunting through Windows forensic artefacts with support for Sigma detection rules and custom Chainsaw detection rules.
A collection of Yara rules for the Burp Yara-Scanner extension that helps identify malicious software and infected web pages during web application security assessments.
HAWK is a multi-cloud antivirus scanning API that uses CLAMAV and YARA engines to detect malware in AWS S3, Azure Blob Storage, and GCP Cloud Storage objects.
A tool that generates pseudo-malicious files to trigger YARA rules.
Common questions about Detection Engineering tools, selection guides, pricing, and comparisons.
Detection engineering is the discipline of building, testing, and maintaining the rules that find malicious activity in your environment. Instead of clicking rules together in a SIEM console, engineers write detections in portable formats like Sigma or YARA, test them against real telemetry, and manage them in version control. The goal is reliable, measurable coverage of attacker techniques rather than a pile of brittle, untracked alerts.
Detection-as-code applies software engineering practices to detection rules. You store detections in a Git repository, review changes through pull requests, run automated tests in a CI pipeline, and deploy approved rules to your SIEM or EDR. It gives you history, rollback, and accountability, so you know who changed a rule, why, and whether it still works. It is the operating model most tools in this category are built to support.
A SIEM is where detections run and alerts surface. Detection engineering is the upstream practice of producing the logic those platforms execute. These tools sit before and around the SIEM: authoring rules, translating Sigma into the SIEM's native query language, testing them, and managing them as code. Many teams use detection engineering tooling precisely so their rules are not locked inside one SIEM's proprietary console.
Open formats and community repositories like Sigma, YARA, and Suricata rulesets cover a lot of ground for free, and converters let you port them to your backend. They suit teams with engineering capacity to tune and maintain content. Commercial platforms add managed and continuously updated detection libraries, testing harnesses, coverage mapping, and lifecycle management. A frequent pattern is both: open formats for portability, paid tooling for the workflow and maintained content.
ATT&CK is the common language for describing attacker techniques, and detection engineering is how you build coverage against it. Good tooling tags each detection with the techniques it addresses, so you see your coverage as a heatmap instead of guessing. That turns rule writing from a reactive scramble into a deliberate program: identify the techniques that matter to your threat model, then build and test detections to close the gaps.
Ranked by community upvotes and saves.