Skip to content

UCLA-SSC/wazuh-ruleset

 
 

Repository files navigation

OSSEC Wazuh Ruleset

OSSEC rules are used to detect attacks, intrusions, software misuse, configuration problems, application errors, malware, rootkits, system anomalies or security policy violations. OSSEC provides an out-of-the-box set of rules that we update by modifying them or including new ones, in order to increase OSSEC detection capabilities.

The ruleset includes compliance mapping with PCI DSS v3.1, CIS and additional decoders and rules.

Installation

Directory structure

├── wazuh-ruleset             
│ ├── decoders         # OSSEC decoders created/updated by Wazuh
│ ├── rules            # OSSEC rules created/updated by Wazuh
│ ├── rootchecks       # OSSEC rootchecks created/updated by Wazuh
│ ├── scap_content     # OVAL, XCCDF, DS created/updated by Wazuh
|
│ ├── tools
|
│ ├── README.md
│ ├── VERSION
│ ├── ossec_ruleset.py   # Ruleset installer/updater

Full documentation

Full documentation at documentation.wazuh.com

Branches

  • stable branch on correspond to the last OSSEC Ruleset stable version.
  • master branch contains the latest code, be aware of possible bugs on this branch.
  • development branch includes all the new features we are adding and testing.

Contribute

If you have created new rules, decoders or rootchecks and you would like to contribute to our repository, please fork our Github repository and submit a pull request.

If you are not familiar with Github, you can also share them through our users mailing list, to which you can subscribe by sending an email to wazuh+subscribe@googlegroups.com. As well do not hesitate to request new rules or rootchecks that you would like to see running in OSSEC and our team will do our best to make it happen.

Web references

Packages

No packages published

Languages

  • Python 100.0%