Domain Detective

API Reference

Class

TyposquattingInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides typosquatting info functionality.

Inheritance

  • Object
  • TyposquattingInfo

Constructors

Properties

public HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public Int32 CandidateCount { get; set; } #

Gets or sets the candidate count value.

public Int32 ActiveCount { get; set; } #

Gets or sets the active count value.

public Int32 RegisteredCount { get; set; } #

Gets or sets the registered count value.

public Boolean ContainsHomoglyphs { get; set; } #

Gets or sets the contains homoglyphs value.

public IReadOnlyList<TyposquattingKindCount> KindCounts { get; set; } #

Gets or sets the kind counts value.

public IReadOnlyList<TyposquattingCandidateInfo> Candidates { get; set; } #

Gets or sets the candidates value.

public Int32 EnrichedCandidateCount { get; set; } #

Gets or sets the enriched candidate count value.

public Int32 ReachableWebCount { get; set; } #

Gets or sets the reachable web count value.

public Int32 ThreatListedCount { get; set; } #

Gets or sets the threat listed count value.

public Int32 HighRiskCount { get; set; } #

Gets or sets the high risk count value.

public Int32 LikelyOwnedCount { get; set; } #

Gets or sets the likely owned count value.

public Int32 LikelyExternalCount { get; set; } #

Gets or sets the likely external count value.

public Boolean OwnershipProfileBuilt { get; set; } #

Gets or sets the ownership profile built value.

public Int32 LikelyImpersonatingCount { get; set; } #

Gets or sets the likely impersonating count value.

public Boolean ContentProfileBuilt { get; set; } #

Gets or sets the content profile built value.

public Int32 LikelyVisualCloneCount { get; set; } #

Gets or sets the likely visual clone count value.

public Boolean VisualProfileBuilt { get; set; } #

Gets or sets the visual profile built value.

public Int32 ClusteredCandidateCount { get; set; } #

Gets or sets the clustered candidate count value.

public Int32 InfrastructureClusterCount { get; set; } #

Gets or sets the infrastructure cluster count value.

public Int32 MultiCandidateInfrastructureClusterCount { get; set; } #

Gets or sets the multi candidate infrastructure cluster count value.

public Int32 LargestInfrastructureClusterSize { get; set; } #

Gets or sets the largest infrastructure cluster size value.

public IReadOnlyList<TyposquattingCampaignInfo> Campaigns { get; set; } #

Gets or sets the campaigns value.

public TyposquattingResponsePackInfo TopResponsePack { get; set; } #

Gets or sets the top response pack value.

public Int32 HighPriorityCampaignCount { get; set; } #

Gets or sets the high priority campaign count value.

public Int32 CriticalCampaignCount { get; set; } #

Gets or sets the critical campaign count value.

public Int32 AvailableCount { get; set; } #

Gets or sets the available count value.

public Int32 DefensiveOwnedDispositionCount { get; set; } #

Gets or sets the defensive owned disposition count value.

public Int32 MonitorCount { get; set; } #

Gets or sets the monitor count value.

public Int32 LikelyImpersonationDispositionCount { get; set; } #

Gets or sets the likely impersonation disposition count value.

public Int32 LikelyMaliciousCount { get; set; } #

Gets or sets the likely malicious count 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 String Summary { get; set; } #

Gets or sets the summary 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 TyposquattingAnalysis Raw { get; set; } #

Gets or sets the raw value.

{{ include "footer" }}