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
SQL
Raw
Blame
History
-- Return user data from /etc/shadow
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
shadow
;
Reference in New Issue
View Git Blame
Copy Permalink