- Which of the following commands would you use to search through the .rules files for active Snort rules?
A. grep -w 'alert' *.rules
B. grep -i 'alert' *.rules
C. grep '^alert$' *.rules
D. grep 'alert' *.rules - Which of the following best describes IPFire?
A. A host-based firewall appliance with a built-in Network Intrusion Detection System
B. An edge firewall appliance with a built-in Network Intrusion Detection System - Which of the following utilities is best for scanning Sarbanes-Oxley compliance issues?
A. Lynis
B. Lynis Enterprise
C. OpenVAS
D. OpenSCAP
- What would you need in order to obtain a set of the official Snort detection rules?
A. An Oinkcode.
B. Nothing. The official Snort rules come already installed.
C. Just use the sudo snort --update command.
D. The official Snort rules can only be obtained via a paid subscription...