API Reference
Class
TyposquattingInfrastructureCampaignAnalyzer
Builds campaign-level rollups from clustered typosquatting candidates.
Inheritance
- Object
- TyposquattingInfrastructureCampaignAnalyzer
Methods
public static IReadOnlyList<TyposquattingInfrastructureCampaign> BuildCampaigns(IReadOnlyList<TyposquattingInfrastructureCluster> clusters, IReadOnlyList<TyposquattingCandidate> candidates) #Returns:
IReadOnlyList<TyposquattingInfrastructureCampaign>Builds campaigns.
Parameters
- clusters System.Collections.Generic.IReadOnlyList{DomainDetective.TyposquattingInfrastructureCluster}
- candidates System.Collections.Generic.IReadOnlyList{DomainDetective.TyposquattingCandidate}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object