Assets with the most risk, for a certain software

Just a quick question seeing if I’m overthinking the issue or if this feature is available. There are a few EOL software that we are looking to uninstall from endpoints. I want to start with the devices that have the most RISK due to this software being present on the device. Does anyone know of a way to query or sort devices based on this? Any help would be appreciated! Thanks.

Hey @mblough It´s about a certain software? You can filter assets by an specific software or even vulnerability and build a remediation project within this scope.

that is true, and I have done that. Problem is that it counts all the risk and vulnerabilities for the machine, not just the ones stemming from having this software instead. It would be incredibly nice to know “Okay, this machine has 97 vulnerabilities for this software, whereas this machine only has 23” so we can focus our efforts on the big ones first.

Uh, would really be something. Maybe not as a remediation project but you could be able to build an SQL query considering proofs and vuln title containing software name to SUM the risk of the vulnerabilities produced by that software per asset. Maybe a bit tricky