Domain Detective

API Reference

Class

CmdletTestDnsTunneling

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDDnsTunneling", DefaultParameterSetName = "File") Alias(["Test-DnsTunneling"])

Analyzes DNS logs for tunneling patterns.

Inheritance

Remarks

Outputs a view object with full raw analysis attached at Raw.

Examples

Analyze logs.


Test-DDDnsTunneling -DomainName example.com -Path ./dns.log
        

Constructors

Methods

ProcessRecordAsync() #

Executes the cmdlet operation.

Returns

A Task representing the asynchronous operation.

Fields

public String[] DomainName #
Parameter(Mandatory = true, Position = 0) ValidateNotNullOrEmpty ValidateDomainName

Domain(s) to inspect.

public String Path #
Parameter(Mandatory = true, Position = 1)

Log file path.

{{ include "footer" }}