VTNet 0.1.0-alpha

This is a prerelease version of VTNet.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package VTNet --version 0.1.0-alpha                
NuGet\Install-Package VTNet -Version 0.1.0-alpha                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VTNet" Version="0.1.0-alpha" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VTNet --version 0.1.0-alpha                
#r "nuget: VTNet, 0.1.0-alpha"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install VTNet as a Cake Addin
#addin nuget:?package=VTNet&version=0.1.0-alpha&prerelease

// Install VTNet as a Cake Tool
#tool nuget:?package=VTNet&version=0.1.0-alpha&prerelease                

VT.NET - VirusTotal API Client Library for .NET

A simple and easy-to-use C# client library for interacting with the VirusTotal API v3. This library simplifies the process of sending files, URLs, and hashes for analysis, as well as retrieving analysis results.

Features

  • Upload files and URLs for analysis
  • Retrieve analysis results using file hashes or analysis IDs
  • Support for custom tags and comments

Getting Started

Installation

Usage

For DI-ready solutions use VT.NET.DependencyInjection.Extensions package which provides extensions for ServiceCollection:

  • by passing your API key as one of the arguments:

      builder.Services.AddVTFilesClient("<api-key>");
    
  • by using configuration:

      {
        "VTConfiguration": {
      	    "ApiKey": "<api key>",
      	    "Url": "<api url>"
        }
      }
    

    and corresponding extension overload to provide IConfiguration object

      builder.Services.AddVTFilesClient(configuration);
    

Then in classes where you will use the client inject IVTFiles via constructor.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

For issues, questions, or feature requests, please open an issue on GitHub.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on VTNet:

Package Downloads
VTNet.DependencyInjection.Extensions

VT.NET VirusTotal .NET client Dependency Injection Extensions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.1-alpha 67 10/10/2024
0.4.0-alpha 50 10/7/2024
0.3.0-alpha 61 10/1/2024
0.2.1-alpha 64 9/30/2024
0.1.0-alpha 80 9/26/2024