Domain Detective

API Reference

Class

TyposquattingCandidateEnrichment

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Protocol-level enrichment bundle for a single typosquatting candidate.

Inheritance

  • Object
  • TyposquattingCandidateEnrichment

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

Properties

public String Domain { get; set; } #

Candidate domain associated with this enrichment.

public DateTimeOffset EnrichedAtUtc { get; set; } #

Enrichment timestamp in UTC.

public WhoisAnalysis Whois { get; set; } #

WHOIS analysis when requested.

public HttpAnalysis Http { get; set; } #

HTTP posture analysis when requested.

public WebStaticScanAnalysis WebStaticScan { get; set; } #

Static website analysis when requested.

public ThreatIntelAnalysis ThreatIntel { get; set; } #

Threat intelligence analysis when requested.

public IpEnrichmentAnalysis IpEnrichment { get; set; } #

IP enrichment analysis when requested.

public SMTPBannerAnalysis SmtpBanner { get; set; } #

SMTP banner analysis collected from candidate MX hosts when requested.

public SmtpRecipientAcceptanceAnalysis SmtpRecipientAcceptance { get; set; } #

SMTP recipient acceptance analysis collected from candidate MX hosts when requested.

public Boolean HasAnyData { get; } #

True when any enrichment artifact was collected.

{{ include "footer" }}