Skip to content

a security operations centre developed using osquery and the ELK stack

Notifications You must be signed in to change notification settings

tsitsiflora/osquerySOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

osquerySOC

A security operations centre developed using osquery and the ELK stack

Make use of the documentation

  1. Installing osquery
$ export OSQUERY_KEY=1484120AC4E9F8A1A577AEEE97A80C63C9D8B80B
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $OSQUERY_KEY
$ sudo add-apt-repository 'deb [arch=amd64] https://pkg.osquery.io/deb deb main'
$ sudo apt-get update
$ sudo apt-get install osquery

After installing, the default packages create the following structure

/etc/osquery/
/usr/share/osquery/osquery.example.conf
/usr/share/osquery/lenses/{*}.aug
/usr/share/osquery/packs/{*}.conf
/var/log/osquery/
/usr/lib/osquery/
/usr/bin/osqueryctl
/usr/bin/osqueryd
/usr/bin/osqueryi
  1. Activating osqueryd
$ sudo service osqueryd start
$ sudo systemctl enable osqueryd
$ sudo systemctl start osqueryd
  1. Configurations

An example configuration file: https://gist.github.com/anand1996aditya/3a6ead64fe97c9529eeb76a518234f0f

About

a security operations centre developed using osquery and the ELK stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published