All Projects → wazuh → wazuh-puppet

wazuh / wazuh-puppet

Licence: GPL-2.0 license
Wazuh - Puppet module

Programming Languages

Puppet
460 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to wazuh-puppet

wazuh-ansible
Wazuh - Ansible playbook
Stars: ✭ 166 (+564%)
Mutual labels:  log-analysis, incident-response, intrusion-detection, pci-dss, compliance, security-hardening, loganalyzer, vulnerability-detection, ossec, wazuh, policy-monitoring, security-awareness, file-integrity-management, hacktoberfest-accepted
Wazuh
Wazuh - The Open Source Security Platform
Stars: ✭ 3,154 (+12516%)
Mutual labels:  log-analysis, incident-response, intrusion-detection, pci-dss, compliance, security-hardening, loganalyzer, vulnerability-detection, ossec, wazuh, policy-monitoring, security-awareness, file-integrity-management
wazuh-packages
Wazuh - Tools for packages creation
Stars: ✭ 54 (+116%)
Mutual labels:  log-analysis, incident-response, intrusion-detection, pci-dss, compliance, security-hardening, loganalyzer, vulnerability-detection, ossec, wazuh, policy-monitoring, security-awareness, file-integrity-management
wazuh-cloudformation
Wazuh - Amazon AWS Cloudformation
Stars: ✭ 32 (+28%)
Mutual labels:  log-analysis, incident-response, pci-dss, security-hardening, vulnerability-detection, ossec, wazuh, policy-monitoring, security-awareness
Wazuh Ruleset
Wazuh - Ruleset
Stars: ✭ 305 (+1120%)
Mutual labels:  log-analysis, incident-response, intrusion-detection, pci-dss, compliance, security-hardening, vulnerability-detection
Wazuh Chef
Wazuh - Chef cookbooks
Stars: ✭ 9 (-64%)
Mutual labels:  log-analysis, incident-response, intrusion-detection, pci-dss, compliance, security-hardening, vulnerability-detection
Ossec Hids
OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.
Stars: ✭ 3,580 (+14220%)
Mutual labels:  intrusion-detection, pci-dss, compliance, loganalyzer, ossec, policy-monitoring, file-integrity-management
Wazuh Documentation
Wazuh - Project documentation
Stars: ✭ 82 (+228%)
Mutual labels:  log-analysis, incident-response, intrusion-detection, pci-dss, compliance, security-hardening, vulnerability-detection
Wazuh Docker
Wazuh - Docker containers
Stars: ✭ 213 (+752%)
Mutual labels:  log-analysis, incident-response, intrusion-detection, pci-dss, compliance, security-hardening, vulnerability-detection
Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (+748%)
Mutual labels:  log-analysis, incident-response, intrusion-detection, pci-dss, compliance, security-hardening, vulnerability-detection
Lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Stars: ✭ 9,137 (+36448%)
Mutual labels:  pci-dss, compliance, security-hardening, vulnerability-detection
Siac
SIAC is an enterprise SIEM built on open-source technology.
Stars: ✭ 100 (+300%)
Mutual labels:  incident-response, intrusion-detection, pci-dss, compliance
Content
Security automation content in SCAP, OSCAL, Bash, Ansible, and other formats
Stars: ✭ 1,219 (+4776%)
Mutual labels:  pci-dss, compliance, security-hardening
Libellux-Up-and-Running
Libellux: Up & Running provides documentation on how-to install open-source software from source. The focus is Zero Trust Network to enhance the security for existing applications or install tools to detect and prevent threats.
Stars: ✭ 19 (-24%)
Mutual labels:  intrusion-detection, hacktoberfest-accepted, hacktoberfest2021
Howtheysre
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world practice Site Reliability Engineering (SRE)
Stars: ✭ 6,962 (+27748%)
Mutual labels:  incident-response, hacktoberfest-accepted, hacktoberfest2021
stopwatch
Stop watch using javascript
Stars: ✭ 18 (-28%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+104%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
PracticeApp
A "must-have a look" project for newcomers in android.
Stars: ✭ 38 (+52%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Certificate-Generator-UI
This is the UI for an awesome Certificate Generator and this is a part of Hacktoberfest 2021.
Stars: ✭ 18 (-28%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
tempat-kontributor
Merupakan tempat bagi kalian untuk berkontributor bersama kami
Stars: ✭ 33 (+32%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021

Wazuh Puppet module

Slack Email Documentation Web Kitchen tests for Wazuh Puppet

This module installs and configure Wazuh agent and manager.

Documentation

Directory structure

wazuh-puppet/
├── CHANGELOG.md
├── checksums.json
├── data
│   └── common.yaml
├── files
│   └── ossec-logrotate.te
├── Gemfile
├── kitchen
│   ├── chefignore
│   ├── clean.sh
│   ├── Gemfile
│   ├── hieradata
│   │   ├── common.yaml
│   │   └── roles
│   │       └── default.yaml
│   ├── kitchen.yml
│   ├── manifests
│   │   └── site.pp.template
│   ├── Puppetfile
│   ├── README.md
│   ├── run.sh
│   └── test
│       └── integration
│           ├── agent
│           │   └── agent_spec.rb
│           └── mngr
│               └── manager_spec.rb
├── LICENSE.txt
├── manifests
│   ├── activeresponse.pp
│   ├── addlog.pp
│   ├── agent.pp
│   ├── audit.pp
│   ├── command.pp
│   ├── elasticsearch.pp
│   ├── email_alert.pp
│   ├── filebeat_oss.pp
│   ├── filebeat.pp
│   ├── init.pp
│   ├── integration.pp
│   ├── kibana_od.pp
│   ├── kibana.pp
│   ├── manager.pp
│   ├── opendistro.pp
│   ├── params_agent.pp
│   ├── params_elastic.pp
│   ├── params_manager.pp
│   ├── params_opendistro.pp
│   ├── repo_elastic_oss.pp
│   ├── repo_elastic.pp
│   ├── repo_opendistro.pp
│   ├── repo.pp
│   ├── reports.pp
│   └── tests.pp
├── metadata.json
├── Rakefile
├── README.md
├── spec
│   ├── classes
│   │   ├── client_spec.rb
│   │   ├── init_spec.rb
│   │   └── server_spec.rb
│   └── spec_helper.rb
├── templates
│   ├── default_commands.erb
│   ├── elasticsearch_yml.erb
│   ├── filebeat_oss_yml.erb
│   ├── filebeat_yml.erb
│   ├── fragments
│   │   ├── _activeresponse.erb
│   │   ├── _auth.erb
│   │   ├── _cluster.erb
│   │   ├── _command.erb
│   │   ├── _default_activeresponse.erb
│   │   ├── _email_alert.erb
│   │   ├── _integration.erb
│   │   ├── _labels.erb
│   │   ├── _localfile.erb
│   │   ├── _localfile_generation.erb
│   │   ├── _reports.erb
│   │   ├── _rootcheck.erb
│   │   ├── _ruleset.erb
│   │   ├── _sca.erb
│   │   ├── _syscheck.erb
│   │   ├── _syslog_output.erb
│   │   ├── _vulnerability_detector.erb
│   │   ├── _wodle_cis_cat.erb
│   │   ├── _wodle_openscap.erb
│   │   ├── _wodle_osquery.erb
│   │   └── _wodle_syscollector.erb
│   ├── jvm_options.erb
│   ├── kibana_od_yml.erb
│   ├── kibana_yml.erb
│   ├── local_decoder.xml.erb
│   ├── local_rules.xml.erb
│   ├── opendistro_yml.erb
│   ├── ossec_shared_agent.conf.erb
│   ├── process_list.erb
│   ├── wazuh_agent.conf.erb
│   ├── wazuh_api_yml.erb
│   ├── wazuh_manager.conf.erb
│   └── wazuh_yml.erb
└── VERSION

Branches

  • master branch contains the latest code, be aware of possible bugs on this branch.
  • stable branch on correspond to the last Wazuh-Puppet stable version.

Contribute

If you want to contribute to our project please don't hesitate to send a pull request. You can also join our users mailing list or the Wazuh Slack community channel to ask questions and participate in discussions.

Credits and thank you

This Puppet module has been authored by Nicolas Zin, and updated by Jonathan Gazeley and Michael Porter. Wazuh has forked it with the purpose of maintaining it. Thank you to the authors for the contribution.

License and copyright

WAZUH Copyright (C) 2021 Wazuh Inc. (License GPLv2)

Web References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].