AgentSecOps / AgentSecOps/SecOpsAgentKit

skill request: Wazuh XDR for unified EDR, SIEM, and compliance monitoring

未关闭
#20 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
detection enhancement incident-response new-skill
主要语言
Python
星标
209
派生
39
PR 合并指标
30 天内没有已合并 PR

描述

## Summary

The `incident-response` category has strong forensics coverage (osquery, Velociraptor, Sigma) but no unified EDR/SIEM skill. Wazuh is the leading open-source XDR/SIEM platform combining endpoint detection, log analysis, file integrity monitoring, and compliance dashboards in a single agent+manager architecture. It fills a critical gap between post-incident forensics and real-time detection.

## Requested Skill: `incident-response/detection-wazuh`

### What to Cover

**Core workflows**:

1. **Agent deployment and enrollment**
```bash
# Install agent and register to manager
WAZUH_MANAGER='10.0.0.2' WAZUH_AGENT_NAME='web-prod-01' \
apt install wazuh-agent && systemctl start wazuh-agent
```

2. **Custom detection rules** — write rules that trigger on specific log patterns
```xml

5402
COMMAND=/bin/bash
Sudo to bash shell detected - possible privilege escalation
T1548.003

```

3. **File Integrity Monitoring** — detect unauthorized changes to critical files
```xml


/etc,/usr/bin,/usr/sbin

```

4. **Active response** — auto-block IPs triggering brute-force rules
```xml

firewall-drop
local
5763
600

```

5. **Compliance dashboards** — query PCI-DSS, HIPAA, GDPR compliance status via API

### Integration with Existing Skills

- **Sigma rules** (`detection-sigma`) can be converted to Wazuh XML rules using `sigma convert -t wazuh`
- **osquery** results can be forwarded to Wazuh as custom log sources
- Wazuh alerts can trigger Velociraptor hunts for deep forensic collection

### Frameworks

- MITRE ATT&CK (native integration in Wazuh dashboard)
- PCI-DSS Req 10 (logging), Req 11.4 (IDS/IPS)
- HIPAA § 164.312(b) (Audit Controls)
- GDPR Article 32 (security of processing)
- NIST CSF DE.CM (Continuous Monitoring)
- CIS Controls v8 — Control 8 (Audit Log Management), Control 13 (Network Monitoring)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。