Skip to content

Commit

Permalink
Merge pull request #1 from wazuh/development
Browse files Browse the repository at this point in the history
New ruleset version and ossec_ruleset.py v2
  • Loading branch information
jesuslinares committed Dec 9, 2015
2 parents d5fa4ea + fea8d27 commit 922f26c
Show file tree
Hide file tree
Showing 199 changed files with 5,485 additions and 3,283 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,23 @@
# Change Log
All notable changes to this project will be documented in this file.

## [v1.01] - 2015-11-24
## [v1.02] - 2015-12-09
### Added
- Serv-U Decoders & Rules.

### Changed
- Directory structure: Decoders have been split.
- Script *ossec_ruleset.py* v2:
- Bug fixes.
- Python 2.6 compatibility.
- OSSEC 2.8.x compatibility.
- Restore backups automatically.

### Fixed
- Some issues with *windows decoder* have been solved.


# [v1.01] - 2015-11-24
### Fixed
- All sysmon decoders have *windows* as parent.

Expand All @@ -24,4 +40,4 @@ All notable changes to this project will be documented in this file.
- Sysmon Decoder for Event 1 modified (It allows use the new decoder added for this event).

## [v0.00] - 2015-08-24
- Inital version: OSSEC out-of-the-box rules, decoders and rootchecks.
- Inital version: OSSEC out-of-the-box rules, decoders and rootchecks.
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -17,19 +17,18 @@ The ruleset includes compliance mapping with PCI DSS v3.1, CIS and additional de
│ ├── <new_rootcheck> # New rootchecks
|
│ ├── rules-decoders
│ ├── decoder.xml # OSSEC Decoders updated by Wazuh
│ ├── ossec # OSSEC Rules updated by Wazuh
│ ├── *_rules.xml
│ ├── ossec # OSSEC Decoders & Rules updated by Wazuh
├── decoders
│ ├── rules
│ ├── ossec_instructions.md
│ ├── <new_software> # New rules & decoders
| ├── new_software_decoders.xml
| ├── new_software_rules.xml
| ├── new_software_instructions.md
|
│ ├── INSTRUCTIONS
│ ├── README.md
│ ├── VERSION
│ ├── ossec_ruleset.py # Ruleset installer/updater
│ ├── ossec_ruleset.py # Ruleset installer/updater

## Full documentation

Expand All @@ -44,4 +43,4 @@ If you are not familiar with Github, you can also share them through [our users
## Web references

* [Wazuh website](http://wazuh.com)
* [OSSEC project website](http://ossec.github.io)
* [OSSEC project website](http://ossec.github.io)
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.01
1.02

0 comments on commit 922f26c

Please sign in to comment.