API Reference
Class
TyposquattingInfrastructureCluster
Shared infrastructure cluster built from registrar, name server, and ASN overlaps.
Inheritance
- Object
- TyposquattingInfrastructureCluster
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 TyposquattingInfrastructureCluster() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Gets or sets the id value.
public String Label { get; set; } #Gets or sets the label value.
public IReadOnlyList<String> Domains { get; set; } #Gets or sets the domains value.
public IReadOnlyList<String> Registrars { get; set; } #Gets or sets the registrars value.
public IReadOnlyList<String> NameServers { get; set; } #Gets or sets the name servers value.
public IReadOnlyList<Int32> Asns { get; set; } #Gets or sets the asns value.
public Int32 HighestRiskScore { get; set; } #Gets or sets the highest risk score value.
public Int32 ThreatListedCount { get; set; } #Gets or sets the threat listed count value.
public Boolean HasMultipleCandidates { get; } #Represents the has multiple candidates value.