This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
osquery-defense-kit
mirror of
https://github.com/chainguard-dev/osquery-defense-kit
Watch
1
Star
0
Fork
You've already forked osquery-defense-kit
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3a005452ee
osquery-defense-kit
/
incident_response
/
kernel_info.sql
7 lines
86 B
SQL
Raw
Blame
History
-- Return basic kernel information
-- tags: postmortem
SELECT
*
FROM
kernel_info
;
Reference in New Issue
View Git Blame
Copy Permalink