hey all, I had a question about the 'network traff...
# core
m
hey all, I had a question about the 'network traffic' osquery contribution guideline -- I'm going to implement a table that allows Windows users to query for user accounts in the domain (not on the local machine). The winapi calls for this will involve network traffic to the domain controller server. I noticed the aws table makes network requests, so I was wondering if it would be worth it to attempt to implement this as patches for upstreaming, or just to implement it in an extension from the start?