Skip to content

Python script to check if certain IPs in your web server environment are routed through the Prolexic akamai service that prevents DDOS attacks

Notifications You must be signed in to change notification settings

Vasu77df/Prolexic-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prolexic-Checker

Python Script to check if the IP addresses are routed over the Prolexic DDOS mitigator or not.

To Setup as a scheduled task that runs every week on a CentOS server.

  • The Prolexic Checker Program would require python3 to be installed if not available. This can be done by running the following command:
root@user:~$ sudo yum install python3

-After installation copy or clone all the files found in the repository here here or by using the command:

root@user:~$ git clone https://gitlab.com/vasu3797/prolexic-checker.git

-Clone this file to your desired directory.

Running the script as standalone

  • Enter the command:
root@user:~$ python3 /path/to/prolexic_checker.py

Setting up the CRON job

  • Enter this command:
root@user:~$ crontab -e 
  • append the file with this command to run this task every week on Monday at 8 am:
0 8 * * 1 /bin/python3 /path/to/prolexic_checker.py 

About

Python script to check if certain IPs in your web server environment are routed through the Prolexic akamai service that prevents DDOS attacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages