https://github.com/githubfoam/macos-githubactions
macos osquery
https://github.com/githubfoam/macos-githubactions
dfir java macos matrix osquery
Last synced: 2 months ago
JSON representation
macos osquery
- Host: GitHub
- URL: https://github.com/githubfoam/macos-githubactions
- Owner: githubfoam
- License: gpl-3.0
- Created: 2021-07-19T12:12:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T07:54:26.000Z (over 3 years ago)
- Last Synced: 2025-03-30T05:42:40.498Z (about 1 year ago)
- Topics: dfir, java, macos, matrix, osquery
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macos-githubactions
[](https://github.com/githubfoam/macos-githubactions/actions/workflows/macos-osquery-workflow.yml)
[](https://github.com/githubfoam/macos-githubactions/actions/workflows/jdk-matrix-wf.yml)
CTI, DFIR, OSX
~~~~
Finding specific indicators of compromise (IOCs) in memory or on disk; Facebook has provided the queries which detect Hacking Team’s OSX backdoor by querying for specific persistent mechanisms and file system activity on OSX
select * from file where path = '/dev/ptmx0';
select * from apps where bundle_identifier = 'com.ht.RCSMac' or bundle_identifier like 'com.yourcompany.%' or bundle_package_type like 'OSAX';
select * from launchd where label = 'com.ht.RCSMac' or label like 'com.yourcompany.%' or name = 'com.apple.loginStoreagent.plist' or name = 'com.apple.mdworker.plist' or name = 'com.apple.UIServerLogin.plist';
~~~~
~~~~
macos_osquery
https://gist.github.com/githubfoam/6753b5efad8e5ab8fa2ca29ce7b29988
windows_osquery
https://gist.github.com/githubfoam/afeb4fbbee731c427d645382e59b7948
linux_osquery
https://gist.github.com/githubfoam/0babb95da5845b8d4ee41f5711de637a
~~~~
~~~~
predefined tables
# https://osquery.readthedocs.io/en/stable/installation/install-linux/
https://github.com/google/santa
https://github.com/groob/moroz
https://github.com/zentralopensource/zentral
~~~~
~~~~
https://github.com/actions/runner-images
~~~~