gladly toe
01/17/2024, 1:10 PMPriya Jagyasi
01/23/2024, 9:05 AMVenkatesh Revanuru
01/25/2024, 6:33 AMVenkatesh Revanuru
01/25/2024, 10:53 AMMike
02/12/2024, 7:09 AMterlanaliyev
02/12/2024, 11:27 AMterlanaliyev
02/12/2024, 11:27 AMTarlan Aliyev
02/13/2024, 10:43 AM{
// Configure the daemon below:
"options": {
"event_publisher": "etw_process_publisher",
"enable_ntfs_event_publisher": true
},
"schedule": {
"chrome_extensions": {
"query": "SELECT * from users;",
"interval": 3600
}
}
}
when i run osqueryd.exe --config_path="C:\Program Files\osquery\osquery.conf", i got the following error: I0212 135533.071751 8240 eventfactory.cpp:156] Event publisher not enabled: etw_process_publisher: etw_process_publisher publisher disabled via configuration.
How can i solve it?Tarlan Aliyev
02/13/2024, 10:43 AMvedang agarwal
02/19/2024, 11:33 AMRishabh Saxena
02/28/2024, 4:58 AMMike
02/29/2024, 6:39 AMMike
02/29/2024, 7:01 AMBearloggs
03/04/2024, 10:39 AMselect * ntfs_acl_permissions where path = "C:\Users\vagrant\Documents\test.txt";
But when I tried to use wildcard, I cannot have results:
select * from ntfs_acl_permissions where path like "C:\Users\vagrant\Documents\%";
Do you know if it is possible to use wildcard with this table or am I making a mistake?
Thanks for your help.tlark
03/13/2024, 1:46 AMwmic
output at all anywhere?tlark
03/13/2024, 1:47 AMWMIC.exe datafile "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" list full
AccessMask=
Archive=TRUE
Caption=C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Compressed=FALSE
CompressionMethod=
CreationClassName=CIM_LogicalFile
CreationDate=20240312182146.364332-420
CSCreationClassName=Win32_ComputerSystem
CSName=TOMLARKIN23B2
Description=C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Drive=c:
EightDotThreeFileName=c:\program files (x86)\google\chrome\application\chrome.exe
Encrypted=FALSE
EncryptionMethod=
Extension=exe
FileName=chrome
FileSize=2118944
FileType=Application
FSCreationClassName=Win32_FileSystem
FSName=NTFS
Hidden=FALSE
InstallDate=20240312182146.364332-420
InUseCount=
LastAccessed=20240312182146.364332-420
LastModified=20240311200100.392708-420
Manufacturer=Google LLC
Name=C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Path=\program files (x86)\google\chrome\application\
Readable=TRUE
Status=OK
System=FALSE
Version=122.0.6261.129
Writeable=TRUE
thor
thor
Philipp
04/17/2024, 3:36 PMwindows_security_center
with osquery 5.11.0
.
Right after booting up, osquery reports Error
for most of the columns in it (except autoupdate
) and only after a minute or so do the columns show the correct values of Good
.
Any ideas what I could do about this or if there’s another table I could query to check if osquery might not be ready for this query?simon herbst
05/03/2024, 5:46 PMPavan
05/29/2024, 10:32 PMZhuoyuan
08/16/2024, 2:24 PMtotal_size
in processes
table, but I found that some of the services shown -1 even if they do use a lot of memory. Thanks!Matt Ackard
09/13/2024, 7:23 PME0912 08:41:21.486761 7268 shutdown.cpp:79] Error adding new results to database for query pack_osquery-monitoring_schedule: Error serializing JSON
Guido Caffa
09/19/2024, 9:26 PMVedang Agarwal
10/14/2024, 12:13 PMAnton
12/12/2024, 6:54 AMgit clone <https://github.com/osquery/osquery>
cd osquery
mkdir build
cd build
cmake -G "Visual Studio 17 2022" -A Win32 ..
cmake --build . --config Release -j10
mkdir package
$env:DESTDIR="C:\Temp\osquery\build\package"
cmake --build . --config Release --target install
And after all waiting there's nothing in "package" dir. No errors, output looks like OK
I tried for x64 too or different configs (debug, relwithdefinfo) - same result
Found old threads with same problem, but no solution there
Anything i missed?Hyder Hussain
03/06/2025, 6:50 AMHussainsab Gurgunni
03/25/2025, 2:40 PM{
"schedule": {
"foobar_win": {
"query": "SELECT * FROM foobar;",
"interval": 10,
"snapshot": true
}
}
}
Working smaple:
{
"snapshot": [
{
"baz": "baz",
"foo": "bar"
},
{
"baz": "baz",
"foo": "bar"
}
],
"action": "snapshot",
"name": "foobar_win",
"hostIdentifier": "DESKTOP-CLKS76M",
"calendarTime": "Sat Mar 22 14:09:26 2025 UTC",
"unixTime": 1742652566,
"epoch": 0,
"counter": 0,
"numerics": false
}
What i have noticed? (in linux it works but in windows it's not)
when i get the error E0322 195053.988317 2444 scheduler.cpp:128] Error executing scheduled query foobar_win: vtable constructor failed: foobar
memory usage and disk usage goes to 100% and also cpu usage goes to 70% which is not consumed by osquery.
this 100% usage issue comes right after i get the vtable constructor failed: foobar
"also noticed 2 process running in the task manager not sure why"
System Information:
• OS: [windows 11 version: 24H2]
• osquery Version: [5.16.0]
Logs and Errors:
I have attached a zip file containing logs, including both working and error states, to help debug the issue.
Let me know if you need any additional details.Hussainsab Gurgunni
03/25/2025, 2:44 PMsean.cavanaugh
03/31/2025, 2:38 PMusb_devices
for Windows that I'm not seeing in the schema?