Domain Detective

API Reference

Class

TyposquattingScoringOptions

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Tunables for typosquatting candidate risk scoring.

Inheritance

  • Object
  • TyposquattingScoringOptions

Usage

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

Accepted by parameters

Constructors

public TyposquattingScoringOptions() #

Properties

public Int32 ActiveScore { get; set; } #

Gets or sets the active score value.

public Int32 RegisteredScore { get; set; } #

Gets or sets the registered score value.

public Int32 DelegatedScore { get; set; } #

Gets or sets the delegated score value.

public Int32 DistanceOneScore { get; set; } #

Gets or sets the distance one score value.

public Int32 DistanceTwoScore { get; set; } #

Gets or sets the distance two score value.

public Int32 HomoglyphScore { get; set; } #

Gets or sets the homoglyph score value.

public Int32 CommonMutationScore { get; set; } #

Gets or sets the common mutation score value.

public Int32 BrandLikeScore { get; set; } #

Gets or sets the brand like score value.

public Int32 HttpReachableScore { get; set; } #

Gets or sets the http reachable score value.

public Int32 HttpHealthyScore { get; set; } #

Gets or sets the http healthy score value.

public Int32 ThreatListedScore { get; set; } #

Gets or sets the threat listed score value.

public Int32 ThreatSeverityBoost { get; set; } #

Gets or sets the threat severity boost value.

public Int32 WebTechnologyScore { get; set; } #

Gets or sets the web technology score value.

public Int32 EnrichedIpScore { get; set; } #

Gets or sets the enriched ip score value.

public Int32 RegistrarKnownScore { get; set; } #

Gets or sets the registrar known score value.

public Int32 ResponsiveMailInfrastructureScore { get; set; } #

Gets or sets the responsive mail infrastructure score value.

public Int32 MailInterceptionScore { get; set; } #

Gets or sets the mail interception score value.

public Int32 LikelyOwnedPenalty { get; set; } #

Gets or sets the likely owned penalty value.

public Int32 LikelyExternalBoost { get; set; } #

Gets or sets the likely external boost value.

public Int32 MultiCandidateClusterBoost { get; set; } #

Gets or sets the multi candidate cluster boost value.

public Int32 StrongContentSimilarityBoost { get; set; } #

Gets or sets the strong content similarity boost value.

public Int32 ModerateContentSimilarityBoost { get; set; } #

Gets or sets the moderate content similarity boost value.

public Int32 StrongScreenshotVisualSimilarityBoost { get; set; } #

Gets or sets the strong screenshot visual similarity boost value.

public Int32 StrongSocialVisualSimilarityBoost { get; set; } #

Gets or sets the strong social visual similarity boost value.

public Int32 StrongIconVisualSimilarityBoost { get; set; } #

Gets or sets the strong icon visual similarity boost value.

public Int32 ModerateScreenshotVisualSimilarityBoost { get; set; } #

Gets or sets the moderate screenshot visual similarity boost value.

public Int32 ModerateSocialVisualSimilarityBoost { get; set; } #

Gets or sets the moderate social visual similarity boost value.

public Int32 ModerateIconVisualSimilarityBoost { get; set; } #

Gets or sets the moderate icon visual similarity boost value.

public Int32 MediumThreshold { get; set; } #

Gets or sets the medium threshold value.

public Int32 HighThreshold { get; set; } #

Gets or sets the high threshold value.

public Int32 CriticalThreshold { get; set; } #

Gets or sets the critical threshold value.

{{ include "footer" }}