agentic-workflows-blueprint.workflow.performing-vulnerability-scanning-with-nessus
Goal
Execute Nessus-based vulnerability assessments with validated findings, risk-prioritized remediation guidance, and auditable scan evidence.
Scope
- Applies to: authorized vulnerability scanning engagements using Nessus across hosts, network infrastructure, and services.
- Does not cover: replacing manual penetration testing or unauthorized scanning operations.
Triggers
- "Run vulnerability scan with Nessus"
- "Perform authenticated patch/compliance assessment"
- "Validate remediation with rescan evidence"
- "Produce prioritized CVE-based remediation plan"
Inputs
authorizedScope: approved target ranges/assets and scanning windowscanPolicy: Nessus policy and plugin family settingscredentialSet(optional): authenticated scan credentials and constraintsriskContext: asset criticality and exposure profilereportingRequirements: executive/technical output expectationsrescanPlan(optional): timeline for validation after remediation
Invariants
- Scanning must only run within explicit written authorization boundaries.
- Credentialed scan integrity must be verified before trusting results.
- Critical/high findings require false-positive triage before escalation.
- Findings must map to concrete remediation actions and owners.
- Scan metadata (plugin date, policy, auth status) must be preserved.
Procedure
Plan and configure scan
- Confirm scope, timing, and risk controls for potentially fragile systems.
- Configure policy, plugin families, and performance limits.
Run scan and monitor
- Execute scan in authorized window.
- Monitor auth success, host reliability, and plugin stability during execution.
Validate result quality
- Confirm authenticated coverage and identify fallback unauthenticated results.
- Remove obvious noise and investigate likely false positives.
Prioritize findings
- Rank by severity, exploitability, exposure, and asset criticality.
- Group remediation by fix action to accelerate closure.
Publish actionable report
- Produce executive and technical outputs with remediation matrix.
- Include scan metadata and confidence notes.
Rescan and verify
- Re-scan remediated assets.
- Confirm closure and track residual findings.
Outputs
- Nessus scan result package (raw + curated findings view).
- Prioritized remediation matrix with SLA and ownership.
- False-positive validation notes and confidence rationale.
- Rescan verification report for remediated findings.
Review gate
- Scan ran within authorized scope and approved window.
- Authentication coverage is measured and reported.
- Critical/high findings are validated and prioritized.
- Remediation guidance is actionable and ownership-bound.
- Rescan confirms remediation outcomes where required.
References
../../SKILL.md../triaging-vulnerabilities-with-ssvc-framework/SKILL.md../review/SKILL.md- Interactive HTML View