[QUESTION]Anyone know how to work with Virustotal' s C# apis? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

[QUESTION]Anyone know how to work with Virustotal' s C# apis?

I need some examples of URL SCANNING using the Virustotal API's in c#. I'm not able to find out how to use it...

22nd May 2018, 8:39 PM
Nicolas Fasolo
Nicolas Fasolo - avatar
1 Answer
+ 1
To be more useful in general (all languages), here's a top-level post listing ALL the APIs: https://support.virustotal.com/hc/en-us/articles/115002146469-API-Scripts For future reference, I literally got that by using a search engine, typing "virustotal API" and the 5th link down was "API Scripts" If you follow the .NET link (the one that lists C#.NET in the text), you'll land in a github repository. "A full implementation of the VIrusTotal 2.0 API" The UnitTests folder is good news; it means they probably test all features... You might want to look through that, or the "VirusTotal.NET Client" folder: The single program file there includes at least one URL demo, possibly more.
22nd May 2018, 9:19 PM
Kirk Schafer
Kirk Schafer - avatar