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
main
osquery-defense-kit
/
incident_response
/
users.sql
9 lines
93 B
SQL
Raw
Permalink
Blame
History
-- Returns a list of users
--
-- tags: postmortem
-- platform: posix
SELECT
*
FROM
users
Reference in New Issue
View Git Blame
Copy Permalink