Avery
06/16/2022, 5:45 PMAnoop K V
06/17/2022, 6:54 AMtokcum
06/17/2022, 11:48 AMW0617 13:30:39.820879 5988 curl.cpp:83] Error making request: certificate verify failed
With osquery 5.2.2 I do not see this error. Not sure what's going on. The HTTPS resource requested uses the same certificate as osquery is communicating to for reporting its results / logs.
Any help appreciated.Aakif Siddiqui
06/17/2022, 8:33 PMJason Lester
06/20/2022, 1:08 AMAleksandr Maus
06/21/2022, 8:39 PMallister
06/22/2022, 7:31 AMMystery Incorporated
06/22/2022, 9:27 AMMystery Incorporated
06/23/2022, 1:24 PMtokcum
06/24/2022, 7:41 AMSELECT * FROM users JOIN user_groups ON users.uid = user_groups.uid WHERE user_groups.gid = 544;
A quick look at the user_groups table reveals that only local user accounts are related to local groups.
SELECT * FROM user_groups;
Am I missing something?lankesh
06/27/2022, 5:24 AMlankesh
06/27/2022, 5:25 AMnp5
06/28/2022, 10:38 AMnp5
06/28/2022, 10:47 AMioreg -p IODeviceTree -n device-tree -d2
np5
06/28/2022, 2:44 PMioreg -p IODeviceTree -n / -d2
Jordan
06/28/2022, 7:30 PMnp5
06/29/2022, 5:47 PMmcantu
06/29/2022, 10:15 PM--logger_plugin=aws_firehose
). it had been working fine for a couple years, but i recently started seeing the following in the logs:
<snip> aws_util.cpp:223] Exception making HTTP POST request to URL (<https://firehose>.<region>.<http://amazonaws.com|amazonaws.com>): certificate verify failed
<snip> aws_log_forwarder.h:219] aws_firehose: Successfully sent 1 out of 1 log records
i confirmed that the cert has not expired. despite the log line saying that logs were successfully sent, they do not actually end up in aws_firehose.
i found this bug, which appears to be related. the bug has been closed, but i guess the fix won’t hit until milestone 5.4.0?
while waiting for 5.4.0 to be released, do i need to downgrade to 5.2.3? is there anything else i can do in the meantime?Mathew Boswell
06/30/2022, 3:33 PMJordan
06/30/2022, 10:29 PM[jordan ~]$ sudo systemctl enable osqueryd
Synchronizing state of osqueryd.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable osqueryd
Failed to execute /usr/lib/systemd/systemd-sysv-install: No such file or directory
[jordan ~]$ sudo systemctl start osqueryd
[jordan ~]$ sudo systemctl status osqueryd
● osqueryd.service - The osquery Daemon
Loaded: loaded (/usr/lib/systemd/system/osqueryd.service; disabled; vendor preset: disabled)
Active: active (running) since Wed 2022-06-22 09:55:31 UTC; 5s ago
Mystery Incorporated
07/01/2022, 3:24 PMSocknight
07/03/2022, 3:05 PMawkwords
07/05/2022, 3:37 AMAnoop K V
07/05/2022, 11:21 AMJordan
07/05/2022, 12:49 PMBrandon Mesa
07/05/2022, 4:15 PMSELECT * FROM platform_info;
on M1 host, i get no resultsoneiroi
07/05/2022, 5:33 PMSELECT bundle_short_version FROM apps WHERE bundle_identifier = 'com.google.Chrome' AND bundle_short_version < '103.0.5060.114';
returns 0 results, whilst, SELECT bundle_short_version FROM apps WHERE bundle_identifier = 'com.google.Chrome' AND bundle_short_version < '103.0.5060.999';
returns :
+----------------------+
| bundle_short_version |
+----------------------+
| 103.0.5060.53 |
+----------------------+
Visually 103.0.5060.53
is less than `103.0.5060.114`yet using the boolean operator does not seem to follow this logic 🤔 .
I'm presuming something is awry with my version comparison, any directions would be most appreciated, thank you 🙇♂️Mike Myers
07/05/2022, 5:46 PM<
comparison isn't possible (without someone more clever with SQL than myself)Stefano Bonicatti
07/05/2022, 5:48 PM