Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1019 Bytes

File metadata and controls

34 lines (20 loc) · 1019 Bytes

Security Checks

At the moment, execute the security checks is a Manual Step. The Future Plan is, to execute and report the scans by a Scheduler System.

open-scap-scan

The :term:`OpenSCAP` Project make it easy to scan your Systems of existing Security vulnerable or configuration missmatch.

ansible-playbook playbook-execute-security-open-scap-scan.yml

The Generated Report will be stored at ./generated_reports/oscap-reports/{{ inventory_hostname }}-{{ oscap_policy }}.html

Root Kit Analyse

For Root kit analyse we use the :term:`rkhunter` Tool.

ansible-playbook playbook-execute-security-rootkit-scan.yml

The Generated Report will be stored at ./generated_reports/rootkitscan/{{ inventory_hostname }}.txt