Domain Detective

API Reference

Class

ThreatFeedInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides threat feed info functionality.

Inheritance

  • Object
  • ThreatFeedInfo

Constructors

public ThreatFeedInfo() #

Properties

public HealthCheckType Check { get; set; } #

Gets or sets the check value.

public String Subject { get; set; } #

Gets or sets the subject value.

public IReadOnlyList<ThreatListing> Listings { get; set; } #

Gets or sets the listings value.

public String FailureReason { get; set; } #

Gets or sets the failure reason value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

public ThreatFeedAnalysis Raw { get; set; } #

Gets or sets the raw value.

{{ include "footer" }}