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
26b50dcf39
osquery-defense-kit
/
incident_response
/
shadow.sql
9 lines
105 B
MySQL
Raw
Normal View
History
Unescape
Escape
Add many new incident response queries
2023-02-23 14:35:38 +00:00
-- Return user data from /etc/shadow
--
-- tags: postmortem
-- platform: linux
make reformat
2023-05-08 17:20:47 +00:00
SELECT
*
FROM
shadow
;