Julian Scala
09/11/2020, 6:33 PMprotection_status
column on bitlocker_info
represents? I am trying to figure a query that gets either if Bitlocker is enabled or not. I was using that column to be 1
as Bitlocker is enabled but now I am seeing results with 0
but Bitlocker is in fact enabled.theopolis
farfella
09/26/2020, 10:31 PMWilliam Guilherme
10/05/2020, 9:12 PM*SELECT* firewall, autoupdate, antivirus, antispyware, internet_settings, windows_security_center_service, user_account_control *FROM* windows_security_center *WHERE* firewall *LIKE 'Good' AND* autoupdate *LIKE 'Good' AND* antivirus *LIKE 'Good' AND* antispyware *LIKE 'Good' AND* internet_settings *LIKE 'Good' AND* windows_security_center_service *LIKE 'Good' AND* user_account_control *LIKE 'Good';*
ApoC
10/15/2020, 9:32 AMduongtt
10/19/2020, 6:49 AM--host_identifier=uuid
So, this will be resulted as uuid from select uuid from system_info
. But now, I would like to send my own id, ex: --host_identifier=abcdefgh
This will make the osquery use host_name
to fill in host_identifier
field.
In summary, could I send my own id for this host_identifier
field? and how could I do that? Thank you very much!Tej Gandhi
10/19/2020, 3:06 PMkoba
10/20/2020, 9:45 AMosqueryd.exe
as a process I am able to enroll my windows host. But when i configure a service
. Same host doesn't come online in my Kolide web console. I have also enabled Windows Event Log support
as described here. Event logs also doesn't show any entries. Where to look for further troubleshooting?
PS: I'm using manage-osqueryd.ps1
for configuring the my service.thor
thor
mbmy
10/26/2020, 8:26 PMmbmy
10/26/2020, 8:27 PMTej Gandhi
10/27/2020, 2:38 PMTej Gandhi
10/28/2020, 3:24 PMPete
11/03/2020, 4:11 PMsundsta
11/09/2020, 7:42 PMMagneto
11/12/2020, 11:17 PMAhmed Awadelkarim
11/23/2020, 2:03 PMW1123 14:02:02.860316 1260 tls.cpp:101] Cannot read TLS server certificate(s): 'C:\Program files\osquery\certs\<cert_pem>'
W1123 14:02:02.875946 1260 tls_enroll.cpp:77] Failed enrollment request to https://<tls_host_fqdn>/osquery/enroll (Request error: certificate verify failed) retrying...
I installed osquery as a service choco install osquery --params=/InstallService
.clong
12/02/2020, 7:35 PMsigfile LIKE 'c:\path\to\yara\%.yar
?clong
12/02/2020, 8:08 PMPS C:\Windows\System32\WindowsPowerShell\v1.0> osqueryi
osqueryi : Error: incomplete SQL: 
I don't know why osquery seems to think i'm passing in some garbage arguments or something.Luke R
12/04/2020, 7:07 PMfritz
12/09/2020, 2:03 PMif(NOT SKIP_TSK AND NOT WINDOWS)
list(APPEND TABLE_CATEGORIES "sleuthkit")
endif()
fritz
12/09/2020, 2:14 PMSK
12/21/2020, 11:28 AMselect * from ntfs_acl_permissions where path LIKE
with any path or file doesn't seem to give any results.Brandon
12/31/2020, 5:38 PMmissing windows patches
? How are you going about it since patches
table only return installed patchesAP
01/07/2021, 7:33 PMhimanshu
01/08/2021, 7:40 AMError: no such table: atom_packages
please confirm if i am missing something. thanks.Jordi Garcia
01/08/2021, 6:03 PMasparamancer
01/15/2021, 4:29 PMselect user_account_control as value from windows_security_center;
via osqueryi it returns Good
, but when run from a tls config it consistently returns Poor
I've checked these within a few minutes of the query running, anyone seen this?arod
02/02/2021, 11:55 PMselect * from powershell_events;