|
|
|
|
|
by fiorix
3316 days ago
|
|
You can configure osquery to execute periodic queries (scheduled queries) of all kinds: computing md5 of your binaries and other files, taking a snapshot of sockets/connections per process, and so on. By default, osquery uses glog, which means it'll output the results to a local file that you can ship anywhere you want. There's also logging plugins to help you push the results of scheduled queries to other systems. Once you have that data flowing through your pipelines you can start doing security/anomaly detection on things. |
|