Skip to content

Coverage on 4.3

Dámaris edited this page Sep 17, 2021 · 3 revisions

Index

Wazuh-QA provides a great set of tests for many Wazuh modules.

General

Capabilities Covered
Active Response ✔️
Agents connection service
Agent key polling ✔️
Agents Labels ✔️
Agents Anti-flooding system
Agentless monitoring
Agents Registration service (Authd) ✔️
Analysis engine (Analysisd) ✔️
Certificate Deployment
Cloud Security - Amazon AWS
Cloud Security - Azure
Cloud Security - Google GCP ✔️
Cluster ✔️
Command Execution
Command Monitoring ✔️
Compliance
Configuration assesment (SCA)
Configuration emails alerts
Configure database output
Containers Security
Creation of Packages
Deployment
Elasticsearch tuning
FIM ✔️
csyslogd
fluentd
Generating automatic reports
Installation
Integration Daemon
Integration with external APIs
LogCollector ✔️
Logtest ✔️
Mitre ATT&CK ✔️
Osquery
Regulatory Compliance
Remoted ✔️
RESTful API ✔️
Rootkits Detection + CISC-SAT
Rootkits Detection + OpenSCAP
Rootkits Detection - Rootcheck ✔️
Rules and Decoders
Setting Syslog output
Setting Database output
Syscheck ✔️
System Inventory (syscollector)
Tools
Upgrade ✔️
Uninstall
Using Wazuh to monitor Office365 ✔️
Using Wazuh to monitor Github ✔️
Vulnerability Detector ✔️
WazuhDB ✔️
Wazuh Cloud

Details: Here


Coverage of Demo

Case Covered Note
Audit ✔️ This is a syslog event captured by logcollector.
  • test_logcollector/test_log_format/test_log_format.py
  • AWS Wodle
    Brute force ✔️ tests/integration/test_api/test_config/test_bruteforce_blocking_system
    Docker
    Emotet
    FIM ✔️
  • test_fim/test_basic_usage/test_basic_usage_changes.py
  • IP Reputation Even though it's not using IP Reputation tables, the test uses firewall_drop.sh to block an offending ip (as it can be seen in the image.
  • /test_active_response/test_execd/test_execd_firewall_drop.py
  • Netcat ✔️
  • test_rootcheck/test_rootcheck.py
  • Osquery
    Shellshock
    SQL Injection
    Slack
    Suricata
    Trojan ✔️
  • test_rootcheck/test_rootcheck.py
  • Virustotal
    Vulnerability Detector ✔️
  • test_vulnerability_detector/test_scans_results/test_redhat_inventory_redhat_feed.py
  • Yara
    Windows Defender ✔️ This is a windows event captured by logcollector from WindowsDefender/Operational Channel. This test, checks that logs come in valid formats including windows format.
  • test_logcollector/test_log_format/test_log_format.py
  • Details: Here