
There a multiple options to report which computers are affected by the vulnerability.
- Option: Use Custom Inventory to report on the affected Computers – Symantec created a KB with a Custom Inventory Script that can be used.
- Option: Use the Build-in Inventory File Scan to report on the affected Computers
In the SMP Console navigate to Manage -> Policies -> Discovery and Inventory -> Inventory and create a new Policy -> configure a Custom schedule

Click Advanced and click on File Properties Scan Settings




Use this SQL Query to create a Report on the affected Computers

select vc.name, vc.[user], fd.Name, fd.Path
from vcomputer vc
inner join Inv_Installed_File_Details fd
on vc.Guid = fd._ResourceGuid
where fd.Name like 'dbutil%.sys'