Question: Exercise #1b Rule to send alert when the source and destination addresses are the same. alert IP 192.168.1.1 any 192.168.1.1 any (msg: Source / Destination

Exercise \#1b Rule to send alert when the source and destination addresses are the same. alert IP 192.168.1.1 any 192.168.1.1 any (msg: "Source / Destination Addresses same.";) alert any any 80 any 443 (msg: "Source / Destination Addresses same.";) alert tcp 192.168.1.1 any 192.168.1.1 any (msg: "Source / Destination Addresses same.";) alert IP ip address any ip address any (msg: "sane ip address";) QUESTION 2 Exercise \#2b Rule to detect SNMP connection over UDP using default "public" is made Ans: Let protected address is 192.168.1.1 alert IP any any 192.168.1.1 161 (msg: "SNMP connection attempt over UDP using Public default.";content: "public";) Ans: Let protected address is 192.168.1.1 alert UDP any 161192.168.1.1 any (msg: "SNMP connection attempt over UDP using Public default." "content: "public";) Ans: Let protected address is 192.168.1.1 alert IP any 161 192.168.1.1 any (msg: "SNMP connection attempt over UDP using Public default.";content: "public";) Ans: Let protected address is 192.168.1.1 alert UDP any any 192.168.1.1 161 (msg: "SNMP connection attempt over UDP using Public default.";content: "public";)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
