Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Seph/initial import #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

directionless
Copy link
Member

Initial import of the osquery packs. This is meant as a base to start iterating on.

These were cleaned up by removing the bad-json newlines, and sorting with jq.

cat osx-attacks.conf-orig | ruby -e 'puts STDIN.read.gsub("\\\n", " ")' > osx-attacks.conf
for f in *conf; do mv $f $f.orig; jq -S . $f.orig > $f; done

This is a copy of the existing packs from the osquery repository
Used
```
for f in *conf; do mv $f $f.orig; jq -S . $f.orig > $f; done
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant