/VirusTotalSDK

.NET API Library for virustotal.com

Primary LanguageC#

VirusTotalSDK

.NET API Library for virustotal.com

Download:https://github.com/loudKode/VirusTotalSDK/releases
NuGet: NuGet

Functions:

  • UserInfo
  • Report
  • ReScan
  • Download
  • Upload
  • UploadCompressed
  • UploadCompressedDirectory
  • ScanUrl

Example:

get token

Dim tkn = Await VirusTotalSDK.GetToken.GetToken("user", "pass")

set client

Dim cLENT As VirusTotalSDK.IClient = New VirusTotalSDK.VClient("token", Nothing, Nothing)

upload small or large file(> 32 mb)

Dim RSLT = Await cLENT.Upload("C:\VB.exe", VirusTotalSDK.VClient.SentType.file, "VB.exe", nothing, nothing)