Inspired by real-world challenges in banking infrastructure, this tool automates the prioritization of vulnerability findings to reduce "alert fatigue."
Security teams often receive hundreds of findings per month. Many apply to services that are disabled or unused, wasting remediation time.
This Python tool ranks vulnerabilities by CVSS Score and cross-references them with the service's operational status. This allows the ISO (Information Security Officer) to focus on Real Risk vs. Theoretical Vulnerability.
- CVSS Ranking: High-to-low prioritization.
- Operational Filtering: Flags vulnerabilities on inactive services for lower priority.
- OpenVAS Integration Ready: Logic designed to consume GVM/OpenVAS API reports.