defensivedepth
11/29/2022, 6:42 PMexclude processes that look like svchost.exe -k
@Marcos Oviedo et al.Samuel Roach
12/07/2022, 11:45 AMJack
01/03/2023, 6:49 AMJack
01/03/2023, 6:49 AMseph
Priya Jagyasi
01/13/2023, 10:26 AMPriya Jagyasi
01/17/2023, 10:51 AMTable windows_events is event-based but events are disabled
I then used --disable_events=0 as said in this doc https://osquery.readthedocs.io/en/stable/deployment/debugging/ but got the same error. Any thoughts?Priya Jagyasi
01/20/2023, 8:55 AMJenny
02/01/2023, 10:50 PMJenny
02/02/2023, 7:05 PMArsenio
02/08/2023, 5:16 PMSandeep Shamboo
02/21/2023, 9:31 AMBhargav koduru
02/22/2023, 10:47 AMArsenio
03/07/2023, 3:32 PMSELECT * FROM windows_eventlog
WHERE eventid=4720 AND channel='Security'
But i am looking to just pull everything from the Security channel but from my understanding you can wildcard a integer. So something like
SELECT * FROM windows_eventlog
WHERE eventid=% AND channel='Security'
Kunal
03/20/2023, 4:50 AMC:\Program Files\osquery>osqueryi --disable-events=false --enable_process_etw_events=true
W0320 10:04:49.862340 9200 options.cpp:106] The CLI only flag --logger_plugin set via config file will be ignored, please use a flagfile or pass it to the process at startup
Using a [1mvirtual database[0m. Need help, type '.help'
osquery> select * from shared_resources;
E0320 10:04:57.237459 9200 shared_resources.cpp:54] The following WMI query could not be constructed: SELECT * FROM Win32_Share. enum osquery::WmiError[0] (WmiRequest creation failed in ExecQuery)
Is this a bug ?
Thanks
Kunalthor
Ignacio
03/29/2023, 9:02 AMGet-Content <target_file> -Stream Zone.Identifier
Kunal
04/10/2023, 7:58 AMMert
04/16/2023, 8:00 PMBibek Chaudhary
05/19/2023, 11:15 AMpath_to_custom_osquery\osqueryd\osqueryd.exe --flagfile=path_to_custom_osquery\osquery.flags --config_path=path_to_custom_osquery\osquery.conf --logger_path=path_to_custom_osquery\log --pidfile=path_to_custom_osquery\osqueryd.pidfile --database_path=path_to_custom_osquery\osquery.db
Is there a way to modify the paths for "Pidfile" and "Osquery.db" during the installation process?Anuj Kharbanda
05/19/2023, 1:29 PMwindows_crashes
table:
When an application is crashed during the login session of user A and I access table from the same user A, I can read this data.
But when I try to access the data from this user: nt authority\system
(This is the local system account that has unrestricted access to all local system resources.), I am not able to fetch data from this table.
I am able to fetch data from all other tables using this account/user.
Is there a way, I can access the data in this table using this account/user only ?
• Regarding background_activities_moderator
table:
When an application is not running from a long time, the data for that application/process is not available in this table. If we close the application now, the data is available after few hours but not after a long time. The use-case is to fetch the last access time of an application (even if it was last used few days back).
Or is there some other way to fetch this metric using osquery ?
It would be helpful I can get some insights on the above queries.
Thanks.Mert
06/04/2023, 10:54 PMselect * from running_apps where is_active = 1
Guido Caffa
06/16/2023, 5:49 PMCollin
06/17/2023, 2:28 PMCollin
06/17/2023, 2:30 PMGuido Caffa
06/21/2023, 11:57 AMMaksim
07/05/2023, 9:40 AMCyberUnify
07/21/2023, 11:08 AMHabtamu Girum
08/24/2023, 8:10 PMseph
Failed to get a handle to the following volume: \\\\.\\/:. Terminating...