Snort Flashcards
Which one of the following alerting modes will display output on a single
line?
Fast
Binary
Console
Full
fast
Which of the following databases is NOT supported for output by Snort? unixODBC MySQL Oracle Access
Access
Which syntax tells Snort to start logging packets into directories set with
the IP addresses of the hosts involved and puts the packets into files by
protocol and port number?
snort -K ascii -l /var/log/snort
snort -l ascii -K /var/log/snort
snort -F ascii -d /var/log/snort
snort -d ascii -F /var/log/snort
snort -K ascii -l /var/log/snort
Which of the following is NOT a Snort preprocessor plug-in?
ip_spoof
rpc_decode
HTTP_inspect
sfPortscan
ip_spoof
Which of the following distribution models is Snort distributed under?
It is free software only available under the BSD license.
It is commercial software available for purchase only.
It is free software subject to the GPL license.
It requires a trial license key before use.
Its free under GPL license
Which of the following is the default alert mode for Snort?
Full
None
Console
Fast
Full
Which Snort command line switch allows the Analyst to set the syslog
facility and level to LOG_AUTHPRIV and LOG_ALERT?
snort -l
snort -s
snort -M
snort -A unsock
snort -s
Which of the following is a FALSE statement regarding Snort preprocessors?
Application level preprocessors should be specified before protocol level ones.
Snort preprocessors can defragment IP traffic.
Preprocessors are activated by directives in the config file.
Snort preprocessors can detect port scans.
Application level preprocessors should be specified before protocol level ones.
Which option is a FALSE statement regarding Snort output plug-ins?
Argument sets vary for each output plug-in.
Output plug-ins are configured with directives, just as preprocessors are.
Command line switches override output options specified in the configuration file.
Output plug-ins compiled into Snort but not activated in the config file require some system resources.
Output plug-ins compiled into Snort but not activated in the config file require some system resources.
Which of the following statements best describe Snort’s rules and
preprocessors?
The Snort rules system is itself completely stateless, preprocessors were added so that stateless packet analysis could be performed.
The Snort rules system is itself completely stateless, preprocessors were added so that stateful packet analysis could be performed.
The Snort rules system is itself completely stateful, preprocessors were added so that stateful packet analysis could be performed.
The Snort rules system is itself completely stateful, preprocessors were added so that stateless packet analysis could be performed.
The Snort rules system is itself completely stateless, preprocessors were added so that stateful packet analysis could be performed.
Which Snort rule header action will ignore the traffic as defined in the
rule?
pass
drop
log
ignore
pass
Which of the following rules will be processed without errors by Snort?
???
Which of following address formats may cause unexpected results when used
as a Snort source IP address?
8.4.0.0/16
135.8.55.8/24
!192.168.8.65/32
28.6.8.0/24
????
Provided the following Snort rule, what constitutes the rule
options?
alert tcp 10.10.10.0/24 any ->10.10.10.0/24 any (flags:SF; msg:”SYN-FIN scan”;)
alert tcp 10.10.10.0/24 any -> 10.10.10.0/24 any
10.10.10.0/24 any -> 10.10.10.0/24 any
alert tcp 10.10.10.0/24 any -> 10.10.10.0/24 any (flags:SF; msg:”SYN-FIN scan”;)
(flags:SF; msg:”SYN-FIN scan”;)
(flags:SF; msg:”SYN-FIN scan”;)
What must packet attributes be separated by in a Snort rule?
;
:
[]
; semicolon