https://github.com/osquery/osquery logo
m

Mystery Incorporated

06/20/2021, 8:38 AM
Is anyone able to tell me how I can put a file hash into the hash table plz?
z

zwass

06/21/2021, 3:11 PM
In osquery you don't really put a hash into the
hash
table. The table generates a hash from the contents of the file on disk when you run a query.
m

Mystery Incorporated

06/22/2021, 1:18 AM
@zwass oh ok, so in theory is I query the table for a file, it will sha the file and put it in the table (if the hash changes since last run or doesn't exist) is that right?
3 Views