API Reference
Class
TyposquattingOwnershipProfile
Ownership baseline for the source domain under analysis.
Inheritance
- Object
- TyposquattingOwnershipProfile
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 TyposquattingOwnershipProfile() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #Gets or sets the domain value.
public String Registrar { get; set; } #Gets or sets the registrar value.
public IReadOnlyList<String> NameServers { get; set; } #Gets or sets the name servers value.
public IReadOnlyList<String> MailExchangers { get; set; } #Gets or sets the mail exchangers value.
public IReadOnlyList<String> ARecords { get; set; } #Gets or sets the a records value.
public IReadOnlyList<String> AaaaRecords { get; set; } #Gets or sets the aaaa records value.
public IReadOnlyList<Int32> Asns { get; set; } #Gets or sets the asns value.
public Boolean HasAnySignals { get; } #Represents the has any signals value.