For additional security, traffic going through the firewall is also… For additional security, traffic going through the firewall is also monitored using the Snortnetwork intrusion-detection system.• Write a Snort rule that raises an alarm (with the message “Oh, no you don’t!”)when someone not from the internal network tries to access the page admin.php onthe webserver using HTTP! Try to minimize the number of false matches.Note that for source or destination IP addresses, you can specify a range using variable-lengthsubnet masks (e.g., 203.0.113.0/24). Also, note that you can specify the complement of arange or address with the negation operator (e.g., !203.0.113.0/24 matches any IP addressoutside 203.0.113.0/24). Computer Science Engineering & Technology Information Security COSC MISC