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
/
launchd_macos.sql
8 lines
75 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
Initial re-organization around the MITRE ATT&CK framework
2022-10-12 01:53:36 +00:00
-- macOS launchd entries
--
-- platform: darwin
Apply 'npx sql-formatter -l sqlite'
2022-10-17 23:06:17 +00:00
SELECT
*
FROM
launchd
;