rudi Posted June 25, 2019 Posted June 25, 2019 Hi. I've found this UDF: https://www.autoitscript.com/forum/topic/166414-virustotal-hash-checker/ that's propably doing exactly what I'm needing. vt.au3 includes "WinHttp.au3", the appropriate one I cannot find in the UDF's (this site) Anyone with one example call to let VirusTotal scan e.g. the file "C:\temp\Test.exe" ? Or any other suggestions? (My personal API key is put into the script) I'm desparately failing to use this UDF. TIA, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
rudi Posted June 25, 2019 Author Posted June 25, 2019 Thanks, Had been on that tread before, but missed the download URL. Now it's running, but I'll have to get familiar with the reported results. #include "VT.au3" Local $hVirusTotal = VT_Open() ConsoleWrite("$sFilePath: " & VT($hVirusTotal, $fScan, $sFilePath,$APIkey) & @CRLF) VT_Close($hVirusTotal) {[snip]https://www.virustotal.com/file/e517e36831ff9e8e0d7fe20ccfb************/analysis/15614****/[/snip] "Scan request successfully queued, come back later for the report"} Earth is flat, pigs can fly, and Nuclear Power is SAFE!
Danyfirex Posted June 25, 2019 Posted June 25, 2019 Hello. maybe you could some minutes after check for fReport of your file hash. Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
rudi Posted June 27, 2019 Author Posted June 27, 2019 @Danyfirex thanks for your reply. I think that this "wait some while" will be required, so far I couldn't get the results from VT to process them. (for uploaded files to be checked / checked over again) CU, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now