Domain Detective

API Reference

Class

TyposquattingInfrastructureCampaign

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Rollup view of a suspicious infrastructure campaign spanning one or more lookalike domains.

Inheritance

  • Object
  • TyposquattingInfrastructureCampaign

Usage

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

Constructors

Properties

public String Id { get; set; } #

Gets or sets the id value.

public String Label { get; set; } #

Gets or sets the label value.

public String ClusterId { get; set; } #

Gets or sets the cluster id value.

public Int32 CampaignScore { get; set; } #

Gets or sets the campaign score value.

public TyposquattingInfrastructureCampaignSeverity Severity { get; set; } #

Gets or sets the severity 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 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 LikelyMaliciousCount { get; set; } #

Gets or sets the likely malicious count value.

public Int32 LikelyImpersonationCount { get; set; } #

Gets or sets the likely impersonation count value.

public Int32 LikelyImpersonatingCount { get; set; } #

Gets or sets the likely impersonating count value.

public Int32 LikelyVisualCloneCount { get; set; } #

Gets or sets the likely visual clone count value.

public Int32 HighestRiskScore { get; set; } #

Gets or sets the highest risk score value.

public String TopCandidateDomain { get; set; } #

Gets or sets the top candidate domain value.

public String TopCandidateDisposition { get; set; } #

Gets or sets the top candidate disposition value.

public String PrimaryRegistrar { get; set; } #

Gets or sets the primary registrar value.

public Int32 RegistrarConcentrationPercent { get; set; } #

Gets or sets the registrar concentration percent value.

public String PrimaryHostingProvider { get; set; } #

Gets or sets the primary hosting provider value.

public Int32 HostingConcentrationPercent { get; set; } #

Gets or sets the hosting concentration percent value.

public String PrimaryCountry { get; set; } #

Gets or sets the primary country value.

public Int32 CountryConcentrationPercent { get; set; } #

Gets or sets the country concentration percent value.

public String PrimaryAbuseContact { get; set; } #

Gets or sets the primary abuse contact value.

public Int32 ActionabilityScore { get; set; } #

Gets or sets the actionability score value.

public TyposquattingInfrastructureCampaignActionability Actionability { get; set; } #

Gets or sets the actionability value.

public String ActionabilitySummary { get; set; } #

Gets or sets the actionability summary value.

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

Gets or sets the abuse contacts value.

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

Gets or sets the registrar contacts value.

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

Gets or sets the hosting providers value.

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

Gets or sets the countries value.

public TyposquattingInfrastructureCampaignEscalationBundle EscalationBundle { get; set; } #

Gets or sets the escalation bundle value.

public String Summary { get; set; } #

Gets or sets the summary value.

public String PivotSummary { get; set; } #

Gets or sets the pivot summary value.

public String RecommendedAction { get; set; } #

Gets or sets the recommended action value.

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

Gets or sets the domains value.

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

Gets or sets the shared signals value.

public Boolean RequiresUrgentReview { get; } #

Represents the requires urgent review value.

{{ include "footer" }}