Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

. Consider the following Snort rule used for examining TCP/IP packet. alert 10.2

ID: 664360 • Letter: #

Question

. Consider the following Snort rule used for examining TCP/IP packet.

             alert 10.2.3.1 25 -> 192.168.1.0 111

             (content:"|00 ff 86 a5|"; msg: "ls -l";)

Answer true or false for the following statements:

The rule will be triggered when the destination IP address is 10.2.3.1 ____

The rule will match if the source port is 25 _________

The rule will be triggered if the packet’s has the directory listing command (ls –l). ___

The rule cannot check if any “mountd” command is present in a packet. ____

Explanation / Answer

true

true

true

false