Domain Detective

Downloads & Installation

Install DomainDetective via NuGet, PowerShell Gallery, or .NET CLI.

Installation

C# / NuGet

dotnet add package DomainDetective

PowerShell

Install-Module DomainDetective -Scope CurrentUser

CLI Tool

dotnet tool install -g DomainDetective.CLI

Browser

No installation needed! Visit the online tools to analyze domains directly in your browser.

Requirements

  • .NET Library: .NET 8.0+ or .NET Framework 4.7.2+
  • PowerShell Module: PowerShell 5.1+ or PowerShell 7.0+
  • CLI Tool: .NET 8.0+ runtime
  • Browser Tools: Any modern browser with JavaScript enabled

If you only need direct DNS querying instead of full DomainDetective analysis, use DnsClientX:

dotnet add package DnsClientX
Install-Module DnsClientX -Scope CurrentUser