Ubuntu 22.04 (Jammy Jellyfish) Walkthrough¶
Vagrant VM: ubuntu22 | Box: bento/ubuntu-22.04 | IP: 192.168.56.11 | Family: Debian
Supported Tools¶
| Tool | Status | Notes |
|---|---|---|
| OpenSCAP | ✅ Supported | Packages: openscap-scanner, openscap-utils, libopenscap8, ssg-base, ssg-debderived |
| Lynis | ✅ Supported | Package: lynis |
| USG | ⚠️ Requires Ubuntu Pro | Package: ubuntu-advantage-tools |
| CIS-CAT Lite | ✅ Supported | Pinned to v4.59.0 |
VM Setup¶
Running the Tool¶
sudo cis-hardening-tool --version
sudo cis-hardening-tool doctor
sudo cis-hardening-tool tools install --yes
sudo cis-hardening-tool scan --tools lynis,openscap --non-interactive --export pdf --output /tmp/ubuntu22_report.pdf
Platform-Specific Notes¶
- OpenSCAP SSG Content:
/usr/share/xml/scap/ssg/content/ssg-ubuntu2204-ds.xml - CIS-CAT: Auto-pinned to v4.59.0
- Jammy package naming: The tool handles both legacy and newer package name variants
- Python: Ships with Python 3.10