~kris/dots

srice

ref: e98f3b030dc24445bd55c68d95d2d81933fd68b3 srice/doc/networking/monitoring/siem.md -rw-r--r-- 2.0 KiB
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago

#SIEM and Log Management

#Wazuh (Open-Source SIEM/XDR)

Three components:

  • Wazuh Indexer (OpenSearch-based)
  • Wazuh Server (decoder/rule engine)
  • Wazuh Dashboard (web UI)

Capabilities: log analytics, intrusion detection, FIM, configuration assessment, vulnerability detection, compliance.

Collects via agents (logs, system activity, file changes) and agentless (Syslog/SSH/APIs).

#Volatility Memory Forensics

V3 replaced V2. Supports Windows, Linux, macOS memory dumps. Detects fileless malware, kernel rootkits, process injection, in-memory C2.

Workflow: process triage (pstree, psscan) -> network triage (netscan) -> suspicious process analysis (dlllist, malfind) -> command history (cmdline, linux.bash)

#Container Security Scanning

#Trivy

Comprehensive: vulnerabilities, misconfigs, secrets, SBOM generation. Broader scope, slightly slower.

#Grype

Focused vuln scanner, 30-40% faster than Trivy. Pairs with Syft for SBOM.

Both produce false positives/negatives. Do not treat as authoritative alone.

#Supply Chain