Power Shell or .Net library to check if DNSSEC is setup for a domain

john john 946 Reputation points
2022-05-29T01:29:43.727+00:00

I am building an application in ASP.NET core MVC which allow users to enter a domain name and click submit >> then the application should check if DNSSEC is setup for a domain >> update the database accordingly.

So is there a .NET core library which allow us to check if DNSSEC is setup for a domain? Or can we use Power shell and get the results of it inside our ASP.NET core web application?

Thanks

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,193 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,381 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 45,091 Reputation points
    2022-05-29T14:38:37.757+00:00

    I suppose you could ask the server for a RRSIG record. Perhaps Get-DNSServerZone. But what your asking is NOT easy! Have a look here: how-do-i-see-if-a-domain-uses-dnssec