Is anyone able to tell me how I can put a file has...
# general
m
Is anyone able to tell me how I can put a file hash into the hash table plz?
z
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
@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?