- Initial release of Domain Detective
- Includes CLI and PowerShell module
- Supports checks for SPF, DMARC, DKIM, CAA, NS, SOA, DNSSEC and DANE/TLSA records
- Enabled trimming on CLI and example projects with partial mode to align with .NET 8 NativeAOT guidance
- Added TTL analysis for common DNS record types
- New
Test-DnsTtlPowerShell cmdlet
- DNSSEC validation now walks the delegation chain and checks DS records
- DNSSEC analysis summarizes any mismatches for each chain element
- SOA analysis now validates serial number format and suggests using
YYYYMMDDnnwhen an invalid pattern is detected
- Evaluate Strict-Transport-Security header for preload readiness
- Added property to report if the
preloadtoken is present - Added tests for headers from hstspreload.org