How to easily move files from a local folder to Holmes-Storage
Make sure your Holmes-Storage and your Holmes-Mastergateway are running
e.g. go run push_to_holmes.go --gateway https://127.0.0.1:8090 --user test --pw test --tags '["tag1","tag2"]' --comment "mycomment" --insecure --workers 5 --src virusshare --dir $dir
Alternative way:
Move all you samples to one folder
cd into folder
find pwd -type f > out.txt
Make sure your Holmes-Storage and Gateway are running
e.g. go run push_to_holmes.go --gateway https://127.0.0.1:8090 --user test --pw test --tags '["tag1","tag2"]' --comment "mycomment" --insecure --workers 5 --src virusshare --file out.txt
How to easily task Holmes-Totem:
Create a file containing a line with the SHA256-Sum, the filename, and the source (separated by single spaces) for each sample.
e.g. go run push_to_holmes.go --gateway https://127.0.0.1:8090 --user test --pw test --tags '["tag1","tag2"]' --comment "mycomment" --insecure --tasking --file sampleFile --tasks '{"PEINFO":[], "YARA":[]}'