allister
05/09/2022, 3:27 AMtokcum
05/09/2022, 1:09 PMRefusePassworChange
or refusepassworchange
. I did some research on how to query with case insensitive and after some tests with lower(), I found this solution:
SELECT * FROM registry WHERE path = "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\RefusePassworChange" COLLATE NOCASE;
Without "COLLATE NOCASE" this statement will not match different spellings like "refusepasswordchange".
Any other thoughts on this?Mystery Incorporated
05/10/2022, 8:18 AMMystery Incorporated
05/10/2022, 8:18 AMMystery Incorporated
05/10/2022, 8:21 AMStefano Bonicatti
05/10/2022, 9:17 AMMystery Incorporated
05/10/2022, 9:19 AMStefano Bonicatti
05/10/2022, 9:19 AMStefano Bonicatti
05/10/2022, 9:19 AMMystery Incorporated
05/10/2022, 9:19 AMStefano Bonicatti
05/10/2022, 9:19 AMStefano Bonicatti
05/10/2022, 9:21 AMStefano Bonicatti
05/10/2022, 9:21 AMStefano Bonicatti
05/10/2022, 9:21 AMMystery Incorporated
05/10/2022, 9:21 AMMystery Incorporated
05/10/2022, 9:22 AMMystery Incorporated
05/10/2022, 9:23 AMStefano Bonicatti
05/10/2022, 9:26 AMMystery Incorporated
05/10/2022, 9:28 AMallister
05/11/2022, 4:03 AMallister
05/11/2022, 9:02 AMDivya
05/11/2022, 9:28 AM[Service]
User=root
Group=osquery-users
The default permission on socket file is coming as 755. But as the consumers are part of the group, we need it to be 765 atleast.
When I set the permissions on the socket file, restart of the daemon seems to be resetting on a restart. Can someone explain the reason for it and avoid this?Zachary
05/11/2022, 8:23 PMcalhall
05/12/2022, 3:22 PMArtem
05/16/2022, 10:20 AMArtem
05/18/2022, 12:14 PMosquery_info
table which should return only one row for every host. Field values are the same for these hosts.
I tried to user --verbose
option to see additional info from osquery from one of such hosts, but I think I need help with this because I still don’t understand such behavior.tokcum
05/19/2022, 1:18 PMHarlanF
05/19/2022, 8:13 PMosqueryi
. Right when I enter osqueryi, I get the complaint, but I can go right to selecting something from the table in question, and it returns a row. Ideas? Thanks in advance.defensivedepth
05/21/2022, 3:30 PMdefensivedepth
05/21/2022, 3:31 PM