Mystery Incorporated
03/21/2022, 12:26 AMvar OS=major+.+minor+.+patch
to describe in pseudocodeMystery Incorporated
03/21/2022, 12:28 AMNick Klauer
06/07/2022, 8:25 PMzwass
docker_containers
table)? Not sure if @Artemis Tosini’s cgroup work will help with this. In current osquery, best I've come up with is select * from processes join process_namespaces using (pid) where cgroup_namespace != (select cgroup_namespace from process_namespaces where pid = 1);
(eg. check for a different cgroup than the init process), though I think this will pick up other processes using cgroups besides just containers. I'm looking to do this in order to take advantage of the pid_with_namespace
column @Stefano Bonicatti added to some tables.defensivedepth
08/18/2022, 1:51 AM4.9
44mb ------> 5.0
196mb ?Artemis Tosini
08/18/2022, 7:13 PMSagar Patil
08/25/2022, 4:24 AMMChorfa
11/02/2022, 12:12 PMmchorfa@mchorfa-linux-02:~/tmp$ sudo apt install fleet-osquery_1.3.0_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package fleet-osquery_1.3.0_amd64.deb
Michael
11/09/2022, 6:44 AMLarry Gryziak
02/24/2023, 9:44 PMSlackbot
06/08/2023, 11:19 AM