Domain Detective

API Reference

Class

VirusTotalAttributes

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Attributes for VirusTotal objects.

Inheritance

  • Object
  • VirusTotalAttributes

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 VirusTotalAttributes() #

Properties

public VirusTotalStats LastAnalysisStats { get; set; } #
JsonPropertyName("last_analysis_stats")

Last analysis statistics.

public Nullable<Int32> Reputation { get; set; } #
JsonPropertyName("reputation")

Reputation score.

public Nullable<Int64> LastAnalysisDateEpoch { get; set; } #
JsonPropertyName("last_analysis_date")

Unix timestamp (seconds) of last analysis.

{{ include "footer" }}