Domain Detective

API Reference

Class

TyposquattingCandidateInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides typosquatting candidate info functionality.

Inheritance

  • Object
  • TyposquattingCandidateInfo

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

Properties

public String Domain { get; set; } #

Gets or sets the domain value.

public String Kind { get; set; } #

Gets or sets the kind value.

public Int32 EditDistance { get; set; } #

Gets or sets the edit distance value.

public Boolean Resolves { get; set; } #

Gets or sets the resolves value.

public Boolean AppearsRegistered { get; set; } #

Gets or sets the appears registered value.

public Int32 RiskScore { get; set; } #

Gets or sets the risk score value.

public String RiskLevel { get; set; } #

Gets or sets the risk level value.

public String RiskSummary { get; set; } #

Gets or sets the risk summary value.

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

Gets or sets the risk reasons value.

public String Disposition { get; set; } #

Gets or sets the disposition value.

public String DispositionSummary { get; set; } #

Gets or sets the disposition summary value.

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

Gets or sets the disposition reasons value.

public String InfrastructureClusterId { get; set; } #

Gets or sets the infrastructure cluster id value.

public String InfrastructureClusterLabel { get; set; } #

Gets or sets the infrastructure cluster label value.

public Int32 InfrastructureClusterSize { get; set; } #

Gets or sets the infrastructure cluster size value.

public String InfrastructureClusterSummary { get; set; } #

Gets or sets the infrastructure cluster summary value.

public Int32 ACount { get; set; } #

Gets or sets the a count value.

public Int32 AaaaCount { get; set; } #

Gets or sets the aaaa count value.

public Int32 NsCount { get; set; } #

Gets or sets the ns count value.

public Int32 MxCount { get; set; } #

Gets or sets the mx count value.

public String Registrar { get; set; } #

Gets or sets the registrar value.

public Boolean HttpReachable { get; set; } #

Gets or sets the http reachable value.

public Nullable<Int32> HttpStatusCode { get; set; } #

Gets or sets the http status code value.

public Boolean ThreatListed { get; set; } #

Gets or sets the threat listed value.

public String ThreatSeverity { get; set; } #

Gets or sets the threat severity value.

public Int32 TechnologyCount { get; set; } #

Gets or sets the technology count value.

public Int32 EnrichedIpCount { get; set; } #

Gets or sets the enriched ip count value.

public Boolean SmtpBannerReachable { get; set; } #

Gets or sets the smtp banner reachable value.

public Boolean SmtpRecipientAccepted { get; set; } #

Gets or sets the smtp recipient accepted value.

public String PrimaryMxHost { get; set; } #

Gets or sets the primary mx host value.

public String SmtpBannerSummary { get; set; } #

Gets or sets the smtp banner summary value.

public String SmtpRecipientAcceptanceSummary { get; set; } #

Gets or sets the smtp recipient acceptance summary value.

public Boolean LikelyOwned { get; set; } #

Gets or sets the likely owned value.

public Int32 OwnershipConfidence { get; set; } #

Gets or sets the ownership confidence value.

public String OwnershipSummary { get; set; } #

Gets or sets the ownership summary value.

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

Gets or sets the ownership signals value.

public Boolean LikelyExternal { get; set; } #

Gets or sets the likely external value.

public Int32 ExternalConfidence { get; set; } #

Gets or sets the external confidence value.

public String ExternalSummary { get; set; } #

Gets or sets the external summary value.

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

Gets or sets the external signals value.

public Int32 ContentSimilarityScore { get; set; } #

Gets or sets the content similarity score value.

public Boolean LikelyImpersonating { get; set; } #

Gets or sets the likely impersonating value.

public Nullable<Int32> ContentFingerprintSimilarity { get; set; } #

Gets or sets the content fingerprint similarity value.

public Nullable<Int32> ContentFingerprintDistance { get; set; } #

Gets or sets the content fingerprint distance value.

public String ContentSimilaritySummary { get; set; } #

Gets or sets the content similarity summary value.

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

Gets or sets the content similarity signals value.

public Int32 VisualSimilarityScore { get; set; } #

Gets or sets the visual similarity score value.

public Boolean LikelyVisualClone { get; set; } #

Gets or sets the likely visual clone value.

public Nullable<Int32> VisualSimilarityDistance { get; set; } #

Gets or sets the visual similarity distance value.

public String VisualMatchKind { get; set; } #

Gets or sets the visual match kind value.

public String VisualMatchedSourceUrl { get; set; } #

Gets or sets the visual matched source url value.

public String VisualCandidateArtifactUrl { get; set; } #

Gets or sets the visual candidate artifact url value.

public String VisualSimilaritySummary { get; set; } #

Gets or sets the visual similarity summary value.

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

Gets or sets the visual similarity signals value.

public TyposquattingCandidateEnrichmentInfo Enrichment { get; set; } #

Gets or sets the enrichment value.

{{ include "footer" }}