https://github.com/osquery/osquery logo
Title
t

Tej Gandhi

10/27/2020, 2:38 PM
Hello All, are we able to download files from client system,or interact with UsrJournal or MFT utilizing OSQuery?
m

Mike Myers

10/27/2020, 5:49 PM
Trail of Bits created an extension for querying some things from the MFT https://blog.trailofbits.com/2019/05/31/using-osquery-for-remote-forensics/ https://blog.trailofbits.com/2018/05/28/collect-ntfs-forensic-information-with-osquery/ They're not part of osquery core though
For getting file content, osquery is designed to make it difficult to arbitrarily read the user's data, but there is this https://osquery.io/schema/4.5.1/#carves
👍 1