API Reference
Class
TyposquattingInfrastructureClusterAnalyzer
Builds connected clusters of likely external typosquatting candidates that share infrastructure signals.
Inheritance
- Object
- TyposquattingInfrastructureClusterAnalyzer
Methods
public static IReadOnlyList<TyposquattingInfrastructureCluster> BuildClusters(IReadOnlyList<TyposquattingCandidate> candidates) #Returns:
IReadOnlyList<TyposquattingInfrastructureCluster>Builds clusters.
Parameters
- candidates System.Collections.Generic.IReadOnlyList{DomainDetective.TyposquattingCandidate}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object