Donny
07/21/2023, 6:47 AM/Users/Dan/Library/Application Support/Firefox/Profiles/iy478cyr.default-release/places.sqlite
For some reason when I load up osqueryi, I can get results from chrome_browser_history
but not from firefox_browser_history
but the error doesn't tell me what the issue is precisely.seph
osqueryi
? Because it doesn’t look like it in the screenshot…seph
Donny
07/23/2023, 7:21 PMchrome_browser_history
from osqueryi. So the file does seem to passed, its just that the firefox table results in an error.seph
seph
--verbose
?
Are there any sqlite files on that path, that you can read?Donny
07/24/2023, 2:09 AM--verbose
I was able to figure out the reason. When firefox runs, it locks the db file (since its writing data to it) and since I had my browser open, it was locking the file.
I assumed that osquery is just getting read access, but I haven't looked into the code that far yet, so I don't know if this is just the firefox app blocking all access, or if osquery asks for read and write access by default as part of its automatic table construction feature. Anyway, thank you so much for your help on this, I really appreciate your help!