osquery-defense-kit/incident_response/os_version.sql
Thomas Stromberg 41d83350a1
make reformat
2023-05-08 13:20:47 -04:00

9 lines
119 B
SQL

-- Return the OS version including patch level
--
-- tags: postmortem
-- platform: posix
SELECT
*
FROM
os_version;