5 years ago
DNS Monitoring
Module to monitor Public DNS Records.
Take in variables:
List fo Pubic DNS records to query: (google 8.8.8.8 etc)
Query: Records Type(CNAME, NS, A etc), Query Value (contoso.com,...
@Saqib this could be pretty easily achieved with PowerShell. PowerShell has a command Resolve-DnsName (https://docs.microsoft.com/en-us/powershell/module/dnsclient/resolve-dnsname) that allows you to poll for that information. You could set it up to do manual instances, and if you didn't want the results from the collector itself (which is where you'd be polling from), you could do PS Remoting and get those results from any windows machine that collector has access to (i.e., from different networks without having to install collectors at every location if you're not setup that way).