Wazuh Proof of Concept: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Plan) |
|||
| Zeile 4: | Zeile 4: | ||
*sudo iptables -L | *sudo iptables -L | ||
=Plan= | =Plan= | ||
| − | {{drawio:wazuh-profofoconcept}} | + | {{#drawio:wazuh-profofoconcept}} |
| − | |||
=Proof of Concept= | =Proof of Concept= | ||
Aktuelle Version vom 18. September 2025, 06:04 Uhr
Vorbereitung beim Nutzen eines Debian Systems
- sudo apt install iptables
- sudo update-alternatives --set iptables /usr/sbin/iptables-nft
- sudo iptables -L
Plan
Proof of Concept
- Blocking a known malicious actor
- File integrity monitoring
- Detecting a brute-force attack
- Monitoring Docker events
- Detecting unauthorized processes
- Network IDS integration
- Detecting an SQL injection attack
- Detecting suspicious binaries
- Detecting and removing malware using VirusTotal integration
- Detecting a Shellshock attack
- Vulnerability detection
