Security · 2023
A credentialed vulnerability scan across a mixed Windows, Linux, and macOS lab, run to find what was missing patches, then run again after fixing it to prove the work landed. The point was never just to scan. It was to close the loop.
Scan, remediate, scan again. The second pass across the same hosts shows the high-severity findings coming down after patching. That second scan is the whole point, it's the difference between finding problems and fixing them.
Before remediation
After remediation
Outstanding remediations dropped from 3 to 1 across the fleet, with high-severity findings cleared on the hosts that carried them.
A credentialed scan logs into each target the way an admin would, so it sees the actual installed patch level instead of guessing from the outside. That means it finds far more, and far more accurately, than an unauthenticated scan.
The findings were prioritized by severity, high first, and handled per operating system:
apt update && sudo apt full-upgrade -yy across the VMs and containersThen the same scan was run again to confirm the high-severity items were actually gone rather than assumed fixed.
Screenshots from the scan: the setup, the credentials, and the before and after results.

01 Nessus scan setup, the Credentialed Patch Audit template pointed at the lab range

02 Credentials,

03 Before, 15 vulnerabilities and 3 remediations, high-severity findings visible per host

04 After, the re-scan with remediations down to 1 and high-severity items cleared