ASIMP :: Security Platform
ANSIBLE SYSTEM INTEGRITY MANAGEMENT PLATFORM // baselines & hardening
MODE:


About ASIMP

ASIMP is an automated framework built with Ansible to assess host compliance, configure OS parameters, secure SSH, and verify integrity.

Mock Scanning Utility Reference

Ansible >= 9.0.0 OpenSCAP: CIS L2 Lynis: Enabled debsums: Enabled

Mock Scanning Utility Reference

tools/mock-asimp.sh is a shell utility designed to mock SCAP Level 2 and Lynis compliance scan reports for unprivileged or sandboxed workspaces.


🛠️ CLI Execution

bash tools/mock-asimp.sh

💾 Outputs Generated

Saves identical compliant outputs under the local mock directory:

  • data/asimp_mock/opt/report/openscap/openscap-report-pre.html
  • data/asimp_mock/opt/report/openscap/openscap-report-post.html
  • data/asimp_mock/opt/report/openscap/SECURITY_AUDIT_REPORT.md
  • data/asimp_mock/opt/report/lynis/lynis-report-pre.txt
  • data/asimp_mock/opt/report/lynis/lynis-report-post.txt

🔒 Exit Codes

  • 0: Success. Reports written successfully.
  • 1: Directory creation failure or write restriction.