Domain Detective

API Reference

Class

TyposquattingOwnershipProfileOptions

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Options for building and comparing source-domain ownership signals.

Inheritance

  • Object
  • TyposquattingOwnershipProfileOptions

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

Accepted by parameters

Constructors

public TyposquattingOwnershipProfileOptions() #

Properties

public Boolean Enabled { get; set; } #

When true, ownership comparison is enabled.

public Boolean IncludeWhois { get; set; } #

When true, WHOIS registrar data is collected for the source domain.

public Boolean IncludeIpEnrichment { get; set; } #

When true, IP enrichment is collected for the source domain.

public Boolean IncludeMx { get; set; } #

When true, source MX hosts are included in ownership comparison.

public Func<String, CancellationToken, Task<WhoisAnalysis>> WhoisOverride { get; set; } #

Optional override for WHOIS profile collection.

public Func<String, CancellationToken, Task<IpEnrichmentAnalysis>> IpEnrichmentOverride { get; set; } #

Optional override for IP enrichment profile collection.

{{ include "footer" }}