ducna09
03/18/2022, 7:17 AMAlexis
03/18/2022, 8:04 PMTodor Petkov
03/21/2022, 1:29 PMJuan Alvarez
03/22/2022, 5:27 PMselect * form windows_events
every 60 secs, and send that data via tls to our SIEM.HarlanF
03/23/2022, 10:53 PMOjas
03/24/2022, 9:26 AMJavier
03/24/2022, 7:03 PMAP
03/25/2022, 11:10 AMTomas Odehnal
03/28/2022, 3:07 PM--verbose
?
We use osquery with fleetdm and face this file carving issue. After creating file carving live query to carve several files, we obtain the carve ids and check the carve endpoint for results. Sometimes, several of the carve ids don't appear on the carve endpoint until a next carve query is requested. The verbose log on the osquery side just shows a bunch of begin
and block
calls, different number for 'failed' and 'successful' attempt.Tilman Bender
03/28/2022, 3:41 PMn8felton
03/29/2022, 5:04 PMn8felton
03/29/2022, 5:06 PMspecs/darwin/sharing_preferences.table
does not currently include the recently added AirPlay Receiver
option, but i'm not sure if that's a bug because it's not there (but should be), or if it's a feature request to get it added because it's a newer preferenceAyobami Popoola
03/29/2022, 5:46 PMHarlanF
03/30/2022, 2:33 PMselect * from users
only comes up with local users, as the documentation states. Thus, anything I join it to (like shell_history
) is similarly only local users. However, if you put in a where clause that calls out a specific username or uid, it'll grab information about non-local users (like myself, so easy to test). Is there some way to enumerate all the users?Dawei Zhang
03/31/2022, 3:14 AMMaTo
04/01/2022, 6:24 PMMaTo
04/01/2022, 6:58 PMcssmason
04/03/2022, 7:26 AMAdam Kuncewitch
04/04/2022, 7:28 AMOjas
04/04/2022, 10:32 AMDivya
04/04/2022, 12:43 PMDaniel Bretón Suárez
04/05/2022, 8:01 AMAbdulRhman Alfaifi
04/06/2022, 7:54 PMosquery-rs
to communicate with osquery socket to execute SQL queries. I want to change the library osquery-rs
from spawning another process to call the C API directly. To accomplish that I need to do the following:
• Compile osquery
as a library then statically compile it with the Rust wrapper
• Figure out which function to call in the osquery API (I can use the same code used in the osqueryi
)
I have been working on compiling osquery
as a library for weeks and I have came up with nothing. I do not have a lot of experience developing in C and C++.
If you have any resources (open source projects compiling osquery as library, blogs, videos, etc) that might help it will be appreciated.
If you want to discuss this more you can message me here or on twitter: https://twitter.com/A__ALFAIFI
Thanks!Peter
04/07/2022, 1:38 PMkauditd
since Kernel 5.4.0-1069.73
(Ubuntu AWS package). Looking at the change set it appears there was a patch to the Kernel which "penalises user space the same as the kernel when under pressure". The cause seems to be the Kernel change, but it seems we're hitting it on systems under load with osquery deployed.
Systems running the same osquery version with Kernels prior to this release do not observe this behaviour. The patch set can be found here: https://www.mail-archive.com/linux-audit@redhat.com/msg15527.html
Any suggestions? 😄Mo
04/07/2022, 2:43 PMterracatta
allister
04/08/2022, 9:05 AMUbani Balogun
04/08/2022, 1:52 PMosquery_docker
tables work?turtleish
04/08/2022, 4:07 PMJojoD
04/08/2022, 5:22 PM