From dbc4d781950ab42824060c6c75ec75ac7ee9c88a Mon Sep 17 00:00:00 2001 From: Eric Conrad Date: Thu, 7 Sep 2017 16:21:16 -0400 Subject: [PATCH] Update DeepWhite.md --- DeepWhite.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/DeepWhite.md b/DeepWhite.md index 9eb884d..74e50f1 100644 --- a/DeepWhite.md +++ b/DeepWhite.md @@ -14,6 +14,10 @@ It also requires a VirusTotal API key: - https://www.virustotal.com/en/documentation/public-api/ +Then configure your VirusTotal API key: +``` +set-VTAPIKey -APIKey +``` The script assumes a personal API key, and waits 15 seconds between submissions. ## Generating a Whitelist @@ -34,4 +38,7 @@ cat raw-hashes.csv | tr -d '\r' | egrep "\.dll$|\.exe$" | cut -d, -f2- > win10-x ``` Add this entry to the first line of the file (only sha256 and path are currently needed) -```md5,sha1,sha256,path``` +``` +md5,sha1,sha256,path +``` +