Skip to content

Automatically acknowledge irrelevants IPS - High Severity Event alarms based on filters

License

Notifications You must be signed in to change notification settings

mfesiem/ack-irrelevants-ips-alarms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Acknowledge irrelevants McAfee IPS alarms

Automatically acknowledge irrelevants IPS - High Severity Event alarms based on filters

This script is designed to check and automatically acknowledge irrelevant alarms triggered by McAfee IPS (also known as NSM) because they refer to pages that are inexistent.

Exemple: Acknowledge last 24 hours IPS alarms regarding any URLs matching "login.php" returning a HTTP error or a network error. Do not ask user for confirmation.

python3 ./ack-irrelevants-ips-alarms.py -t last_24_hours -r 404,403,503,error -s login.php --force

About

Automatically acknowledge irrelevants IPS - High Severity Event alarms based on filters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages