malicious_ip_check.ps1- Freaky fast PowerShell script for malicious IP address checking
I here want to introduce my new PowerShell script, malicious_ip_check.ps1.
It checks a single IP address against a huge database (it included 26,073 IP addresses when I checked it today) of malicious IP addresses, constantly updated, available at https://lists.blocklist.de/lists/all.txt.
The code downloads the information from the webpage to an output text file, dumps that to an array and checks whether an IP address entered by the user is included in the list or not, and all this in one minute!
Isn't that awesome?
I think it is.
Comments
Post a Comment