GitHub
03/25/2025, 2:10 AM<https://github.com/osquery/osquery/tree/master|master>
by directionless
<https://github.com/osquery/osquery/commit/2fea4e4d3fc9379fd3b0bcc647ae9baa8407696a|2fea4e4d>
- Fix dicker container table disk/write metrics, compares "op" values with ignore case (#8566)
osquery/osqueryGitHub
03/25/2025, 12:20 PM<https://github.com/osquery/osquery/tree/master|master>
by directionless
<https://github.com/osquery/osquery/commit/0c952af9d7a6b72e5771f0e0ae75f140f4fbdb95|0c952af9>
- Escape service binary path in manage-osqueryd.ps1
(#8569)
osquery/osqueryGitHub
03/25/2025, 12:23 PM<https://github.com/osquery/osquery/tree/master|master>
by directionless
<https://github.com/osquery/osquery/commit/e5ef44e80271009a92f6d94060ffd561dc6fc481|e5ef44e8>
- Update docker_container_stats
table to include memory_inactive_file and memory_total_inactive_file (#8577)
osquery/osqueryHussainsab Gurgunni
03/25/2025, 2:50 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.GitHub
03/25/2025, 4:54 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/7e4c11a43b4f401e9eac7e07a2c23b2338d2ab88|7e4c11a4>
- Add auto_update
and app_name
column to homebrew_packages
table (#8520)
osquery/osqueryGitHub
03/25/2025, 4:59 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/60342cacb0831e0102d61672579b1a78b96de163|60342cac>
- Add support for scheduled queries to run at startup (#8554)
osquery/osqueryGitHub
03/25/2025, 5:42 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/4ea10544a944715a1078065a5b82ffba36fc8c26|4ea10544>
- Boost 1.87 compatibility (#8533)
osquery/osqueryGitHub
03/25/2025, 6:27 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/2801baffd4ff3522434d593e6b22ede24cc7f283|2801baff>
- Pin macos python versions in CI to fix mismatch between builder and test runner (#8559)
osquery/osqueryGitHub
03/26/2025, 2:35 AM<https://github.com/osquery/osquery/tree/master|master>
by directionless
<https://github.com/osquery/osquery/commit/1424defadf2bf65b5a6ff9bdde787820b5a1e1e2|1424defa>
- cve: Ignore util-linux CVE-2024-28085 (#8579)
osquery/osqueryGitHub
03/29/2025, 4:38 PM<https://github.com/osquery/osquery/tree/master|master>
by directionless
<https://github.com/osquery/osquery/commit/701b62fa7c6116cbe148e13766896b7f239d14ff|701b62fa>
- build(deps): bump jinja2 from 3.1.5 to 3.1.6 (#8563)
osquery/osqueryGitHub
03/31/2025, 2:29 AM<https://github.com/osquery/osquery/tree/master|master>
by directionless
<https://github.com/osquery/osquery/commit/26ed5139fb5ad8006db8a9f4b2c571d43cef6ee1|26ed5139>
- Fix SMC reading values (#8583)
osquery/osqueryGitHub
04/02/2025, 7:11 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/7bbe33d1e923bc794a60cbf0a6096c62d94358be|7bbe33d1>
- Fix network metrics in docker_container_stats (#8567)
osquery/osqueryGitHub
04/02/2025, 7:24 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/11dacee23afcabc93ce18f2591aeec89db8b2428|11dacee2>
- Implement yara_events table for Windows (#8580)
osquery/osquerygautam
04/08/2025, 9:26 AMI0404 11:53:12.662837 16328 init.cpp:413] osquery initialized [version=5.16.0]
I0404 11:53:12.766654 16328 extensions.cpp:438] Found autoloadable extension: C:\Program Files\custom\extensions\compliance.exe
O2025/04/04 11:53:14 Error creating extension: dialing pipe '\\.\pipe\osquery.em': open \\.\pipe\osquery.em: The system cannot find the file specified.
W0404 11:53:16.786880 3532 watcher.cpp:739] Extension respawning too quickly: C:\Program Files\custom\extensions\compliance.exe
Flags used:
--extensions_autoload="C:\Program Files\custom\extensions.load"
--extensions_timeout=5
--extensions_interval=5
--extensions_socket="\\.\pipe\osquery.em"
(I also tried using --extensions_socket="\\.\pipe\shell.em"
but faced the same issue.)
Has anyone faced a similar issue or can help me troubleshoot this? Any help would be appreciated!
Looking forward to your suggestions.GitHub
04/09/2025, 4:08 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/1e5ed3750e8f73257819d75694cd1b9f82280918|1e5ed375>
- Fix flaky mdfind test in CI (#8589)
osquery/osqueryGitHub
04/09/2025, 4:22 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/6b87d0cb535af8ecd4d53af39e8921c9b65727bb|6b87d0cb>
- libs: openssl: 3.2.1 -> 3.4.1 (#8586)
osquery/osqueryGitHub
04/09/2025, 10:14 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/ddd83fab60350090c2aa78e84e890738bd317b79|ddd83fab>
- Add support for DEB822-style apt sources (#8556)
osquery/osqueryGitHub
04/09/2025, 10:16 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/7815b6bf71ae26de5233c695aa8aca0a653bfbb6|7815b6bf>
- Add support for msix packages (#8585)
osquery/osqueryGitHub
04/10/2025, 2:59 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/c18a20d7fc7be9b13503258bcba1445090591ffe|c18a20d7>
- Implement dns_lookup_events table on Windows (#8553)
osquery/osqueryGitHub
04/10/2025, 5:22 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/60ce8f30dc86892a2ff3b388c6612d39f223a5ef|60ce8f30>
- Added UpgradeCode to programs table (#8587)
osquery/osqueryGitHub
04/10/2025, 6:22 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/24416b16f9c406d3deb1f74d5dfcee924c732bcd|24416b16>
- libs: expat bump from 2.6.0 to 2.7.1 (#8595)
osquery/osqueryGitHub
04/11/2025, 2:28 PM<https://github.com/osquery/osquery/tree/master|master>
by Smjert
<https://github.com/osquery/osquery/commit/455cdd7715ec2f3850b9cccced47885ed43089a2|455cdd77>
- Update ubuntu runners to 22.04 (#8592)
osquery/osqueryIgnacio Ovsannikov
04/14/2025, 8:42 AMGitHub
04/15/2025, 1:47 PM<https://github.com/osquery/osquery/tree/master|master>
by directionless
<https://github.com/osquery/osquery/commit/e0ce3da13ab62cc4c5e61751059e6d084ee1d864|e0ce3da1>
- Refactor ETW helpers for unicode support (#8596)
osquery/osqueryGitHub
04/15/2025, 7:11 PM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/73123f921402c933de9b2f84ebc5e28a148b91ff|73123f92>
- Fix/startup items parsing (#8536)
osquery/osqueryGitHub
04/16/2025, 4:56 AM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/1ab05a6e4a21b8a6b6531ed45ecc4a748b47f5d1|1ab05a6e>
- Filter the Win32_Processor query to only required fields (#8598)
osquery/osqueryGitHub
04/16/2025, 5:04 AMCHANGELOG.md
entry for 5.16.0 by @lucasmrod in #8548
• Add symlink_target_path
to files
tables by @DocEmmetBrown in #8502
• cve: Ignore libarchive CVE-2024-26256 by @Smjert in #8546
• Fixes in windows helpers by @zwass in #8549
• Align ES functions with documented macOS versions by @SilverPlate3 in #8338
• Fix include path in logger-plugins.md by @zwass in #8550
• Fix integration test name in Windows build instructions by @zwass in #8552
• Fix event expiration to prevent losing events by @zwass in #8535
• Update shell_history
table to include ash by @jbeley in #8568
• Fix dicker container table disk/write metrics, compares "op" values with ignore case by @Kislaci90 in #8566
• Escape service binary path in manage-osqueryd.ps1 by @smithclay in #8569
• Update docker_container_stats
table to include memory_inactive_file and memory_total_inactive_file by @kfnorbi in #8577
• Add auto_update
and app_name
column to homebrew_packages
table by @DocEmmetBrown in #8520
• Add support for scheduled queries to run at startup by @Micah-Kolide in #8554
• Boost 1.87 compatibility by @carlsmedstad in #8533
• Pin macos python versions in CI to fix mismatch between builder and test runner by @scottvanta in #8559
• cve: Ignore util-linux CVE-2024-28085 by @Smjert in #8579
• build(deps): bump jinja2 from 3.1.5 to 3.1.6 by @dependabot in #8563
• Fix SMC reading values by @sgress454 in #8583
• Fixes network metrics by @Kislaci90 in #8567
• Implement yara_events table for Windows by @zwass in #8580
• Fix flaky mdfind test in CI by @zwass in #8589
• libs: openssl: 3.2.1 -> 3.4.1 by @LeSuisse in #8586
• Add support for DEB822-style apt sources by @dantecatalfamo in #8556
• Add support for msix packages by @ksykulev in #8585
• Implement dns_lookup_events table on Windows by @zwass in #8553
• Added UpgradeCode to programs table by @ksykulev in #8587
• libs: expat bump from 2.6.0 to 2.7.1 by @LeSuisse in #8595
• Update ubuntu runners to 22.04 by @zwass in #8592
• Refactor ETW helpers for unicode support by @zwass in #8596
• Fix/startup items parsing by @AndreaMarangoni in #8536
• Filter the Win32_Processor query to only required fields by @jaymzjulian in #8598
## New Contributors
• @DocEmmetBrown made their first contribution in #8502
• @jbeley made their first contribution in #8568
• @Kislaci90 made their first contribution in #8566
• @smithclay made their first contribution in #8569
• @kfnorbi made their first contribution in #8577
• @scottvanta made their first contribution in #8559
• @LeSuisse made their first contribution in #8586
• @dantecatalfamo made their first contribution in #8556
• @jaymzjulian made their first contribution in #8598
Full Changelog: 5.16.0...5.17.0
osquery/osqueryGitHub
04/18/2025, 12:14 AM<https://github.com/osquery/osquery/tree/master|master>
by zwass
<https://github.com/osquery/osquery/commit/182672a0728f26fd20424b69ecad8d4c453c9dd0|182672a0>
- [Performance Analysis] print stderr if exists (#8600)
osquery/osqueryLichao Li
04/26/2025, 12:57 AMDo not use arbitrary category names under thenode; only valid names are allowed.exclude_paths
• Valid categories - Categories referenced under theOther thannode. In the above example config,file_paths
,homes
andetc
are valid categories.tmp
homes
, etc
and tmp
, are there any other valid categories? can I exclude a path like /var/logs
and call the category var
Kyle Pazandak
04/29/2025, 4:57 PM