Outils pour utilisateurs

Outils du site


tech:notes_ids

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

tech:notes_ids [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_ids [2025/04/11 16:37] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon}}
 +
 +# Notes IDS
 +
 +Voir aussi :
 +* OSSEC
 +* EDR (Endpoint detection and response)
 +
 +CrowdSec
 +https://linuxfr.org/news/detectez-et-bloquez-les-tentatives-d-exploitation-de-log4j-avec-crowdsec
 +
 +
 +## open-scap / oscap
 +
 +~~~bash
 +oscap info /usr/share/xml/scap/ssg/content/ssg-rhel8-ds.xml
 +
 +oscap-ssh root@plop 22 xccdf --profile pci-dss --report /tmp/report.html /usr/share/xml/scap/ssg/content/ssg-rhel8-ds.xml
 +~~~
 +
 +Scanning the system for configuration compliance and vulnerabilities
 +
 +Source : https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/security_hardening/scanning-the-system-for-configuration-compliance-and-vulnerabilities_security-hardening
 +
 +~~~bash
 +wget -O - https://www.redhat.com/security/data/oval/v2/RHEL8/rhel-8.oval.xml.bz2 | bzip2 --decompress > rhel-8.oval.xml
 +oscap oval eval --report vulnerability.html rhel-8.oval.xml
 +
 +~~~
 +
 +Voir : 
 +* xccdf
 +
 +Report au format ARF ou HTML
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki