Given the recent news about Nvidia GPU driver kernel escalation bugs, I would like to know if it is possible to search for drivers with the following;
Use a variable to examine for a single driver like nvidia.
report the version of the driver. ...
Hello Sophos Team,
I wanted a live discovery query that would retrieve the version of any software installed on macOS machines in my environment, as well as the hostname / IP of the machines.
The purpose of this query is to verify and patch all programs...
REVIEWED by Sophos
The first query will show for Windows devices if any drive has been encrypted using BitLocker:
select drive_letter as "Drive Letter", case protection_status when "1" then "ENABLED" else "DISABLED" end "Protection Status", encryption_method...
REVIEWED by Sophos
Just a quick query to audit the state of MS RDP via the registry, uncomment (remove the 2 leading '--' from the last line) to return only machines where RDP is enabled.
SELECT CASE WHEN data = 0 then 'RDP Enabled' WHEN data...