Skip to content

crowdalert/sigmarules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrowdAlert Sigma Rules

A repository of Sigma detection rules used by CrowdAlert

How to use the rules:

Extensions to the SigmaHQ specification

Fields

These will appear in the rules' custom_attributes fields to be used in a Sigma backend compiler

  • logsource

    • schema: the normalization schema to be applied to the log before detection rules are evaluated. eg OCSF
  • risk: a dict field intended for more expressive control over risk scoring and objects than high/medium/low allows. for instance score to indicate a numerical risk score for use in risk-based alerting

  • message: a message to display to the analyst or user receiving an alert. May use moustache ({{ }}) template delimiters to reference fields within the log event

Taxonomy

Rules are found in the rules folder and generally follow SigmaHQ filename conventions

Where a logsource may contain multiple vendor products, the filename pattern appends the product in the prefix. For example aws_ec2_*

Releases

No releases published

Packages

No packages published