https://github.com/leonjza/golert
🚨an osquery powered, almost cross platform HIDS
https://github.com/leonjza/golert
hids monitoring osquery security
Last synced: 11 months ago
JSON representation
🚨an osquery powered, almost cross platform HIDS
- Host: GitHub
- URL: https://github.com/leonjza/golert
- Owner: leonjza
- Created: 2018-06-29T12:02:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T10:04:08.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T20:25:19.603Z (about 1 year ago)
- Topics: hids, monitoring, osquery, security
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golert
## build
Current build instruction is:
```bash
go build -o golert.ext && sudo cp golert.ext /var/osquery/extentions
```