API Reference
CmdletTestTyposquatting
Generates and evaluates typosquatting candidates for a domain.
Inheritance
- ExportableAsyncPSCmdlet
- CmdletTestTyposquatting
Examples
Check a brand domain for lookalike candidates.
Test-DDDomainTyposquatting -DomainName example.com -BrandKeyword paypal
Constructors
public CmdletTestTyposquatting() #Methods
ProcessRecordAsync() #Executes the cmdlet operation.
Inherited Methods
public PathInfo CurrentProviderLocation(String providerId) #PathInfoParameters
- providerId String
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
public Collection<String> GetResolvedProviderPathFromPSPath(String path, out ProviderInfo provider) #Collection<String>Parameters
- path String
- provider ProviderInfo
public override String GetResourceString(String baseName, String resourceId) #StringParameters
- baseName String
- resourceId String
public String GetUnresolvedProviderPathFromPSPath(String path) #StringParameters
- path String
public Object GetVariableValue(String name, Object defaultValue) #ObjectParameters
- name String
public Boolean ShouldContinue(String query, String caption) #BooleanParameters
- query String
- caption String
- hasSecurityImpact Boolean
- yesToAll Boolean
- noToAll Boolean
public Boolean ShouldProcess(String verboseDescription, String verboseWarning, String caption) #BooleanParameters
- verboseDescription String
- verboseWarning String
- caption String
- shouldProcessReason ShouldProcessReason
public Void ThrowTerminatingError(ErrorRecord errorRecord) #VoidParameters
- errorRecord ErrorRecord
public Void WriteCommandDetail(String text) #VoidParameters
- text String
public Void WriteError(ErrorRecord errorRecord) #VoidParameters
- errorRecord ErrorRecord
public Void WriteInformation(InformationRecord informationRecord) #VoidParameters
- informationRecord InformationRecord
public Void WriteObject(Object sendToPipeline) #VoidParameters
- sendToPipeline Object
public Void WriteProgress(ProgressRecord progressRecord) #VoidParameters
- progressRecord ProgressRecord
Inherited Properties
public ReportFormat[] ExportFormat { get; set; } #Parameter(Mandatory = false) Alias(["Report"]) ValidateSet(["Html", "Json", "Word", "Excel", "Markdown", "MarkdownHtml"], IgnoreCase = true)public String ExportPath { get; set; } #Parameter(Mandatory = false)public SwitchParameter OpenInBrowser { get; set; } #Parameter(Mandatory = false) Alias(["OpenReport"])public SwitchParameter ExportArtifacts { get; set; } #Parameter(Mandatory = false) Alias(["Artifacts"])public String ArtifactsDirectory { get; set; } #Parameter(Mandatory = false) Alias(["ArtifactsPath"])public SwitchParameter DisableParallel { get; set; } #Parameter(Mandatory = false)public Nullable<Int32> ThrottleLimit { get; set; } #Parameter(Mandatory = false) ValidateRange(1, 128)public Nullable<Int32> MaxParallelism { get; set; } #Parameter(Mandatory = false) ValidateRange(1, 128)public Nullable<Int32> DnsParallelism { get; set; } #Parameter(Mandatory = false) ValidateRange(1, 128)public DnsEndpoint[] DnsEndpoints { get; set; } #Parameter(Mandatory = false)public MultiResolverStrategy MultiResolverStrategy { get; set; } #Parameter(Mandatory = false)public Nullable<Int32> MultiResolverMaxParallelism { get; set; } #Parameter(Mandatory = false)public PSEventManager Events { get; } #public PSHost Host { get; } #public CommandInvocationIntrinsics InvokeCommand { get; } #public ProviderIntrinsics InvokeProvider { get; } #public JobManager JobManager { get; } #public JobRepository JobRepository { get; } #public InvocationInfo MyInvocation { get; } #public PagingParameters PagingParameters { get; } #public String ParameterSetName { get; } #public SessionState SessionState { get; } #public ICommandRuntime CommandRuntime { get; set; } #public Boolean Stopping { get; } #public CommandOrigin CommandOrigin { get; } #Fields
public String[] DomainName #Parameter(Mandatory = true, ParameterSetName = "ServerName", Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true) ValidateNotNullOrEmpty ValidateDomainNameDomain(s) to analyze.
public DnsEndpoint DnsEndpoint #Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)DNS server used for queries.
public String[] BrandKeyword #Parameter(Mandatory = false)Protected brand terms to combine with the analyzed domain label.
public String[] DictionaryWord #Parameter(Mandatory = false)Additional dictionary words used for candidate generation.
public String[] AlternativeTld #Parameter(Mandatory = false)Alternative TLDs used for TLD swap candidate generation.
public Int32 LevenshteinThreshold #Parameter(Mandatory = false) ValidateRange(0, 10)Maximum Levenshtein distance used for edit-distance-based candidate generation.
public SwitchParameter EnableVisualSimilarity #Parameter(Mandatory = false)When specified, visual similarity uses reusable favicon and social-image fingerprinting.
public SwitchParameter EnableBrowserScreenshot #Parameter(Mandatory = false)When specified, visual similarity can try a built-in rendered browser screenshot provider.
public Int32 VisualMaxCandidates #Parameter(Mandatory = false) ValidateRange(1, 50)Maximum number of candidates included in visual similarity comparison.
public Int32 VisualMaxAssetsPerPage #Parameter(Mandatory = false) ValidateRange(1, 10)Maximum number of visual assets compared per analyzed page.
public SwitchParameter EnableSmtpBanner #Parameter(Mandatory = false)When specified, candidate MX hosts are checked for responsive SMTP banners.
public SwitchParameter EnableSmtpRecipientAcceptance #Parameter(Mandatory = false)When specified, candidate MX hosts are probed for recipient acceptance on the lookalike domain.