Hi, is there a way to get process events in window...
# general
m
Hi, is there a way to get process events in windows using osqueryd? I know that we can use process_events table for Linux, but is there something similar for windows too?
s
There's an event in the event log. You can enable that and look for it.
m
Is there a particular table for that in osquery?
s
The windows_events table
t
We do not have a great walk through about how to do this. Here are the flags that you set to enable this data on windows; https://osquery.readthedocs.io/en/stable/installation/cli-flags/#windows-only-events-control-flags
It would be great to have a blog article where someone walks through the end to end of enabling the right windows event channels for process auditing and shows how to tweak and optimize this data.
m
It would be great if there was such a walkthrough. Currently, I just wanted to collect process_events, but looks like this table collects all types of logs.