Domain Detective

API Reference

Class

VirusTotalStats

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Statistics returned by VirusTotal analysis.

Inheritance

  • Object
  • VirusTotalStats

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public VirusTotalStats() #

Properties

public Int32 Harmless { get; set; } #
JsonPropertyName("harmless")

Count of harmless detections.

public Int32 Malicious { get; set; } #
JsonPropertyName("malicious")

Count of malicious detections.

public Int32 Suspicious { get; set; } #
JsonPropertyName("suspicious")

Count of suspicious detections.

public Int32 Undetected { get; set; } #
JsonPropertyName("undetected")

Count of undetected results.

public Int32 Timeout { get; set; } #
JsonPropertyName("timeout")

Count of timeout results.

public Int32 TypeUnsupported { get; set; } #
JsonPropertyName("type-unsupported")

Count of unsupported type results.

{{ include "footer" }}