Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ossec/oum
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ossec/oum
- Owner: ossec
- License: agpl-3.0
- Created: 2020-10-08T14:08:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T17:26:51.000Z (over 1 year ago)
- Last Synced: 2024-03-26T00:08:31.550Z (8 months ago)
- Language: Shell
- Size: 367 KB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSSEC Updater Modified (OUM)
# Description
OUM is an interactive rule and CDB updater for OSSEC. Loosely based on the yum package manager, it can be used to update OSSEC rules/decoders, malware signatures, compliance checks, and threat intelligence CDB files.
# Usage
```
OSSEC Updater Modified (OUM) 1.0.0Usage: oum [options] COMMAND
List of Commands:
help Display a helpful usage message
list List pending updates
update Update system
configure Configure system
version Display version
```# Installing OSSEC Updater Modified (OUM)
Run the OUM installer
`wget -q -O - https://updates.atomicorp.com/installers/oum | bash`# Configuring OSSEC Updater Modified (OUM)
After installation is complete, users can configure OUM by running
`oum configure`# Updating rules with OSSEC Updater Modified (OUM)
Rulsets can be be updated with `oum update` after OUM has been installed and configured.# Screenshots
![test](https://github.com/ossec/oum/blob/main/images/oum-v1.gif)