Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A full implementation of the VirusTotal 2.0 API

License

NotificationsYou must be signed in to change notification settings

Genbox/VirusTotalNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet

Features

  • Fully asynchronous API
  • Scan, rescan and get reports of scanned files and URLs
  • Get reports for IP addresses, URLs, and domains
  • Batch support for APIs that support it
  • Size and resource limits built in for better performance
  • Configurable limits to accommodate some VT private API features. However, this API does not officially support the private VT API.

Examples

VirusTotalvirusTotal=newVirusTotal("YOUR API KEY HERE");//Use HTTPS instead of HTTPvirusTotal.UseTLS=true;//Create the EICAR test virus. See http://www.eicar.org/86-0-Intended-use.htmlbyte[]eicar=Encoding.ASCII.GetBytes(@"X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*");//Check if the file has been scanned before.FileReportreport=awaitvirusTotal.GetFileReportAsync(eicar);Console.WriteLine("Seen before: "+(report.ResponseCode==FileReportResponseCode.Present?"Yes":"No"));

Output:

Seen before: True

Take a look at the VirusTotal.Examples project for more examples.

About

A full implementation of the VirusTotal 2.0 API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp