Skip to content

Small program designed to read IIS bindings in a web server and ping those URLs (www and non-www). The result is compared against pre-defined IP addresses to determine if the domains are pointing to said IP address(es) or not. Will email a recipient with a list of domains that DO NOT point to specified IP addresses.

Notifications You must be signed in to change notification settings

BallisticTorch/DomainTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DomainTesting

Small program designed to read IIS bindings in an IIS-based web server. The program will ping the URLs (www and non-www) found within ALL IIS bindings (regardless of the number of sites and associated domains on those sites).

The result is compared against pre-defined IP addresses to determine if the domains are pointing to said IP address(es) or not.

Will email a recipient with a list of domains that DO NOT point to specified IP addresses using Sendgrid.

In production, this program was auto-run as a batch file using Scheduled Tasks. Can be run at any time though, and it is recommended to run it as a batch file.

About

Small program designed to read IIS bindings in a web server and ping those URLs (www and non-www). The result is compared against pre-defined IP addresses to determine if the domains are pointing to said IP address(es) or not. Will email a recipient with a list of domains that DO NOT point to specified IP addresses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages