Domain Detective

API Reference

Class

TyposquattingSourceContentProfile

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Reusable source-domain web fingerprint for content comparison.

Inheritance

  • Object
  • TyposquattingSourceContentProfile

Usage

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

Constructors

public TyposquattingSourceContentProfile() #

Properties

public String Domain { get; set; } #

Gets or sets the domain value.

public String BodySha256 { get; set; } #

Gets or sets the body sha256 value.

public TyposquattingPageContentFingerprint BodyFingerprint { get; set; } #

Gets or sets the body fingerprint value.

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

Gets or sets the body length value.

public String PageTitle { get; set; } #

Gets or sets the page title value.

public String FinalHost { get; set; } #

Gets or sets the final host value.

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

Gets or sets the tech detections value.

public Boolean HasAnySignals { get; } #

Represents the has any signals value.

{{ include "footer" }}