Lab 18: Enterprise Audit & Reporting
Overview
Step 1 — Install auditd and AIDE
apt-get update -qq && apt-get install -y -qq auditd audispd-plugins aide 2>/dev/null
# Verify
auditd --version 2>/dev/null || dpkg -l auditd | tail -1
aide --version 2>&1 | head -2ii auditd 1:3.0.7-1.1 amd64 User space components of the Linux Auditing System
Aide 0.17.4
Compiled with the following options:
WITH_MHASH
WITH_CURLStep 2 — Advanced auditd Rules (64-bit Syscall Filtering)
Step 3 — Load Rules and Verify
Step 4 — aureport: Generate Structured Audit Reports
Step 5 — Centralised Audit Log Forwarding (audisp-remote)
Step 6 — AIDE File Integrity Monitoring
Step 7 — AIDE Integrity Check & Scheduled Monitoring
Step 8 — Capstone: Complete Audit Reporting Pipeline
Summary
Component
Purpose
Key Command
Last updated
