Snort mailing list archives

A size of log file is zero although there is an attack


From: Jutichai Thongkrachai <thsecmaniac () gmail com>
Date: Sat, 20 Sep 2014 12:51:38 +0700

Hello,

I set up Snort 2.9.6.2 on CentOS 7. the setting up is fine. there is not
any error. I configure snort to generate a log file in unified2 type.I run
snort with Network Intrusion Detection System mode with this command:

*snort -dev -h 10.4.0.0/24 <http://10.4.0.0/24> -c /etc/snort/snort.conf -i
enp2s0*

the console show packets flow through the network.

I test my snort by run a port scanning to 2 PCs in the network with Zenmap
(Windows version of Nmap). When Zenmap run finish, there is a file in
/var/log/snort :




*-rwxrwxrwx. 1 snort snort    0 Sep 16 14:04 barnyard2.waldodrwxr-xr-x. 3
snort snort 4096 Sep  7 11:44 enp2s0-rw-------. 1 root  root     0 Sep 20
11:30 merged.log.1411187404-rw-------. 1 root  root     0 Sep 20 11:30
tcpdump.log.1411187404*

as you can see, there are  2 log file but both of them are empty (their
size are zero)

I don't know why they are empty.

Here the snort.conf of my Snort:































































































































































































































































































































































































































































































































































































































































































































*#--------------------------------------------------#   VRT Rule Packages
Snort.conf##   For more information visit us at:#     http://www.snort.org
<http://www.snort.org>                   Snort Website#
http://vrt-blog.snort.org/ <http://vrt-blog.snort.org/>    Sourcefire VRT
Blog##     Mailing list Contact:      snort-sigs () lists sourceforge net
<snort-sigs () lists sourceforge net>#     False Positive reports:
fp () sourcefire com <fp () sourcefire com>#     Snort bugs:
bugs () snort org <bugs () snort org>##     Compatible with Snort Versions:#
VERSIONS : 2.9.6.2##     Snort build options:#     OPTIONS : --enable-gre
--enable-mpls --enable-targetbased --enable-ppm --enable-perfprofiling
--enable-zlib --enable-active-response --enable-normalizer --enable-reload
--enable-react --enable-flexresp3##     Additional information:#     This
configuration file enables active response, to run snort in#     test mode
-T you are required to supply an interface -i <interface>#     or test mode
will fail to fully validate the configuration and#     exit with a FATAL
error#--------------------------------------------------####################################################
This file contains a sample snort configuration. # You should take the
following steps to create your own custom configuration:##  1) Set the
network variables.#  2) Configure the decoder#  3) Configure the base
detection engine#  4) Configure dynamic loaded libraries#  5) Configure
preprocessors#  6) Configure output plugins#  7) Customize your rule set#
8) Customize preprocessor and decoder rule set#  9) Customize shared object
rule
set#######################################################################################################
Step #1: Set the network variables.  For more information, see
README.variables#################################################### Setup
the network addresses you are protectingipvar HOME_NET 10.4.0.0/23
<http://10.4.0.0/23># Set up the external network addresses. Leave as "any"
in most situationsipvar EXTERNAL_NET !$HOME_NET# List of DNS servers on
your network ipvar DNS_SERVERS $HOME_NET# List of SMTP servers on your
networkipvar SMTP_SERVERS $HOME_NET# List of web servers on your
networkipvar HTTP_SERVERS $HOME_NET# List of sql servers on your network
ipvar SQL_SERVERS $HOME_NET# List of telnet servers on your networkipvar
TELNET_SERVERS $HOME_NET# List of ssh servers on your networkipvar
SSH_SERVERS $HOME_NET# List of ftp servers on your networkipvar FTP_SERVERS
$HOME_NET# List of sip servers on your networkipvar SIP_SERVERS $HOME_NET#
List of ports you run web servers onportvar HTTP_PORTS
[36,80,81,82,83,84,85,86,87,88,89,90,311,383,555,591,593,631,801,808,818,901,972,1158,1220,1414,1533,1741,1830,1942,2231,2301,2381,2809,2980,3029,3037,3057,3128,3443,3702,4000,4343,4848,5000,5117,5250,5600,6080,6173,6988,7000,7001,7071,7144,7145,7510,7770,7777,7778,7779,8000,8008,8014,8028,8080,8081,8082,8085,8088,8090,8118,8123,8180,8181,8222,8243,8280,8300,8333,8344,8500,8509,8800,8888,8899,8983,9000,9060,9080,9090,9091,9111,9290,9443,9999,10000,11371,12601,13014,15489,29991,33300,34412,34443,34444,41080,44449,50000,50002,51423,53331,55252,55555,56712]
# List of ports you want to look for SHELLCODE on.portvar SHELLCODE_PORTS
!80# List of ports you might see oracle attacks onportvar ORACLE_PORTS
1024:# List of ports you want to look for SSH connections on:portvar
SSH_PORTS 22# List of ports you run ftp servers onportvar FTP_PORTS
[21,2100,3535]# List of ports you run SIP servers onportvar SIP_PORTS
[5060,5061,5600]# List of file data ports for file inspectionportvar
FILE_DATA_PORTS [$HTTP_PORTS,110,143]# List of GTP ports for GTP
preprocessorportvar GTP_PORTS [2123,2152,3386]# other variables, these
should not be modifiedipvar AIM_SERVERS
[64.12.24.0/23,64.12.28.0/23,64.12.161.0/24,64.12.163.0/24,64.12.200.0/24,205.188.3.0/24,205.188.5.0/24,205.188.7.0/24,205.188.9.0/24,205.188.153.0/24,205.188.179.0/24,205.188.248.0/24
<http://64.12.24.0/23,64.12.28.0/23,64.12.161.0/24,64.12.163.0/24,64.12.200.0/24,205.188.3.0/24,205.188.5.0/24,205.188.7.0/24,205.188.9.0/24,205.188.153.0/24,205.188.179.0/24,205.188.248.0/24>]#
Path to your rules files (this can be a relative path)# Note for Windows
users:  You are advised to make this an absolute path,# such as:
c:\snort\rulesvar RULE_PATH /etc/snort/rulesvar SO_RULE_PATH
/etc/snort/so_rulesvar PREPROC_RULE_PATH /etc/snort/preproc_rules# If you
are using reputation preprocessor set thesevar WHITE_LIST_PATH
/etc/snort/rulesvar BLACK_LIST_PATH
/etc/snort/rules#################################################### Step
#2: Configure the decoder.  For more information, see
README.decode####################################################config
snort modeconfig policy_mode:tap# Stop generic decode events:config
disable_decode_alerts# Stop Alerts on experimental TCP optionsconfig
disable_tcpopt_experimental_alerts# Stop Alerts on obsolete TCP
optionsconfig disable_tcpopt_obsolete_alerts# Stop Alerts on T/TCP
alertsconfig disable_tcpopt_ttcp_alerts# Stop Alerts on all other TCPOption
type events:config disable_tcpopt_alerts# Stop Alerts on invalid ip
optionsconfig disable_ipopt_alerts# Alert if value in length field (IP,
TCP, UDP) is greater th elength of the packet# config
enable_decode_oversized_alerts# Same as above, but drop packet if in Inline
mode (requires enable_decode_oversized_alerts)# config
enable_decode_oversized_drops# Configure IP / TCP checksum modeconfig
checksum_mode: all# Configure maximum number of flowbit references.  For
more information, see README.flowbits# config flowbits_size: 64# Configure
ports to ignore # config ignore_ports: tcp 21 6667:6671 1356# config
ignore_ports: udp 1:17 53# Configure active response for non inline
operation. For more information, see REAMDE.active# config response: eth0
attempts 2# Configure DAQ related options for inline operation. For more
information, see README.daq## config daq: <type># config daq_dir: <dir>#
config daq_mode: <mode># config daq_var: <var>## <type> ::= pcap | afpacket
| dump | nfq | ipq | ipfw# <mode> ::= read-file | passive | inline# <var>
::= arbitrary <name>=<value passed to DAQ# <dir> ::= path as to where to
look for DAQ module so's# Configure specific UID and GID to run snort as
after dropping privs. For more information see snort -h command line
options## config set_gid:# config set_uid:# Configure default snaplen.
Snort defaults to MTU of in use interface. For more information see
README## config snaplen:## Configure default bpf_file to use for filtering
what traffic reaches snort. For more information see snort -h command line
options (-F)## config bpf_file:## Configure default log directory for snort
to log to.  For more information see snort -h command line options (-l)##
config logdir:#################################################### Step #3:
Configure the base detection engine.  For more information, see
README.decode#################################################### Configure
PCRE match limitationsconfig pcre_match_limit: 3500config
pcre_match_limit_recursion: 1500# Configure the detection engine  See the
Snort Manual, Configuring Snort - Includes - Configconfig detection:
search-method ac-split search-optimize max-pattern-len 20# Configure the
event queue.  For more information, see README.event_queueconfig
event_queue: max_queue 8 log 5 order_events
content_length#####################################################
Configure GTP if it is to be used.## For more information, see
README.GTP##################################################### config
enable_gtp#################################################### Per packet
and rule latency enforcement# For more information see
README.ppm#################################################### Per Packet
latency configuration#config ppm: max-pkt-time 250, \#
fastpath-expensive-packets, \#   pkt-log# Per Rule latency
configuration#config ppm: max-rule-time 200, \#   threshold 3, \#
suspend-expensive-rules, \#   suspend-timeout 20, \#   rule-log
alert#################################################### Configure Perf
Profiling for debugging# For more information see
README.PerfProfiling####################################################config
profile_rules: print all, sort avg_ticks#config profile_preprocs: print
all, sort avg_ticks####################################################
Configure protocol aware flushing# For more information see
README.stream5###################################################config
paf_max: 16000#################################################### Step #4:
Configure dynamic loaded libraries.  # For more information, see Snort
Manual, Configuring Snort - Dynamic
Modules#################################################### path to dynamic
preprocessor librariesdynamicpreprocessor directory
/usr/local/lib/snort_dynamicpreprocessor/# path to base preprocessor
enginedynamicengine /usr/local/lib/snort_dynamicengine/libsf_engine.so#
path to dynamic rules librariesdynamicdetection directory
/usr/local/lib/snort_dynamicrules####################################################
Step #5: Configure preprocessors# For more information, see the Snort
Manual, Configuring Snort -
Preprocessors#################################################### GTP
Control Channle Preprocessor. For more information, see README.GTP#
preprocessor gtp: ports { 2123 3386 2152 }# Inline packet normalization.
For more information, see README.normalize# Does nothing in IDS
modepreprocessor normalize_ip4preprocessor normalize_tcp: ips ecn
streampreprocessor normalize_icmp4preprocessor normalize_ip6preprocessor
normalize_icmp6# Target-based IP defragmentation.  For more inforation, see
README.frag3preprocessor frag3_global: max_frags 65536preprocessor
frag3_engine: policy windows bind_to 10.4.0.0/24 <http://10.4.0.0/24>
detect_anomalies overlap_limit 10 min_fragment_length 100 timeout 60# For
Server zonepreprocessor frag3_engine: policy linux bind_to 10.4.1.0/24
<http://10.4.1.0/24> detect_anomalies overlap_limit 10 min_fragment_length
100 timeout 60# Target-Based stateful inspection/stream reassembly.  For
more inforation, see README.stream5preprocessor stream5_global: track_tcp
yes, \   track_udp yes, \   track_icmp no, \    max_tcp 262144, \   max_udp
131072, \   max_active_responses 2, \   min_response_seconds 5preprocessor
stream5_tcp: policy windows, detect_anomalies, require_3whs 180, \
overlap_limit 10, small_segments 3 bytes 150, timeout 180, \    ports
client 21 22 23 25 42 53 70 79 109 110 111 113 119 135 136 137 139 143
\        161 445 513 514 587 593 691 1433 1521 1741 2100 3306 6070 6665
6666 6667 6668 6669 \        7000 8181 32770 32771 32772 32773 32774 32775
32776 32777 32778 32779, \    ports both 36 80 81 82 83 84 85 86 87 88 89
90 110 311 383 443 465 563 555 591 593 631 636 801 808 818 901 972 989 992
993 994 995 1158 1220 1414 1533 1741 1830 1942 2231 2301 2381 2809 2980
3029 3037 3057 3128 3443 3702 4000 4343 4848 5000 5117 5250 5600 6080 6173
6988 7907 7000 7001 7071 7144 7145 7510 7802 7770 7777 7778 7779 \
7801 7900 7901 7902 7903 7904 7905 7906 7908 7909 7910 7911 7912 7913 7914
7915 7916 \        7917 7918 7919 7920 8000 8008 8014 8028 8080 8081 8082
8085 8088 8090 8118 8123 8180 8181 8222 8243 8280 8300 8333 8344 8500 8509
8800 8888 8899 8983 9000 9060 9080 9090 9091 9111 9290 9443 9999 10000
11371 12601 13014 15489 29991 33300 34412 34443 34444 41080 44449 50000
50002 51423 53331 55252 55555 56712preprocessor stream5_udp: timeout 180#
performance statistics.  For more information, see the Snort Manual,
Configuring Snort - Preprocessors - Performance Monitor# preprocessor
perfmonitor: time 300 file /var/snort/snort.stats pktcnt 10000# HTTP
normalization and anomaly detection.  For more information, see
README.http_inspectpreprocessor http_inspect: global iis_unicode_map
unicode.map 1252 compress_depth 65535 decompress_depth 65535preprocessor
http_inspect_server: server default \    http_methods { GET POST PUT SEARCH
MKCOL COPY MOVE LOCK UNLOCK NOTIFY POLL BCOPY BDELETE BMOVE LINK UNLINK
OPTIONS HEAD DELETE TRACE TRACK CONNECT SOURCE SUBSCRIBE UNSUBSCRIBE
PROPFIND PROPPATCH BPROPFIND BPROPPATCH RPC_CONNECT PROXY_SUCCESS BITS_POST
CCM_POST SMS_POST RPC_IN_DATA RPC_OUT_DATA RPC_ECHO_DATA } \
chunk_length 500000 \    server_flow_depth 0 \    client_flow_depth 0 \
post_depth 65495 \    oversize_dir_length 500 \    max_header_length 750
\    max_headers 100 \    max_spaces 200 \    small_chunk_length { 10 5 }
\    ports { 36 80 81 82 83 84 85 86 87 88 89 90 311 383 555 591 593 631
801 808 818 901 972 1158 1220 1414 1533 1741 1830 1942 2231 2301 2381 2809
2980 3029 3037 3057 3128 3443 3702 4000 4343 4848 5000 5117 5250 5600 6080
6173 6988 7000 7001 7071 7144 7145 7510 7770 7777 7778 7779 8000 8008 8014
8028 8080 8081 8082 8085 8088 8090 8118 8123 8180 8181 8222 8243 8280 8300
8333 8344 8500 8509 8800 8888 8899 8983 9000 9060 9080 9090 9091 9111 9290
9443 9999 10000 11371 12601 13014 15489 29991 33300 34412 34443 34444 41080
44449 50000 50002 51423 53331 55252 55555 56712 } \    non_rfc_char { 0x00
0x01 0x02 0x03 0x04 0x05 0x06 0x07 } \    enable_cookie \
extended_response_inspection \    inspect_gzip \    normalize_utf \
unlimited_decompress \    normalize_javascript \    apache_whitespace no
\    ascii no \    bare_byte no \    directory no \    double_decode no
\    iis_backslash no \    iis_delimiter no \    iis_unicode no \
multi_slash no \    utf_8 no \    u_encode yes \    webroot no# ONC-RPC
normalization and anomaly detection.  For more information, see the Snort
Manual, Configuring Snort - Preprocessors - RPC Decodepreprocessor
rpc_decode: 111 32770 32771 32772 32773 32774 32775 32776 32777 32778 32779
no_alert_multiple_requests no_alert_large_fragments no_alert_incomplete#
Back Orifice detection.preprocessor bo# FTP / Telnet normalization and
anomaly detection.  For more information, see README.ftptelnetpreprocessor
ftp_telnet: global inspection_type stateful encrypted_traffic no
check_encryptedpreprocessor ftp_telnet_protocol: telnet \
ayt_attack_thresh 20 \    normalize ports { 23 } \
detect_anomaliespreprocessor ftp_telnet_protocol: ftp server default \
def_max_param_len 100 \    ports { 21 2100 3535 } \    telnet_cmds yes \
ignore_telnet_erase_cmds yes \    ftp_cmds { ABOR ACCT ADAT ALLO APPE AUTH
CCC CDUP } \    ftp_cmds { CEL CLNT CMD CONF CWD DELE ENC EPRT } \
ftp_cmds { EPSV ESTA ESTP FEAT HELP LANG LIST LPRT } \    ftp_cmds { LPSV
MACB MAIL MDTM MIC MKD MLSD MLST } \    ftp_cmds { MODE NLST NOOP OPTS PASS
PASV PBSZ PORT } \    ftp_cmds { PROT PWD QUIT REIN REST RETR RMD RNFR }
\    ftp_cmds { RNTO SDUP SITE SIZE SMNT STAT STOR STOU } \    ftp_cmds {
STRU SYST TEST TYPE USER XCUP XCRC XCWD } \    ftp_cmds { XMAS XMD5 XMKD
XPWD XRCP XRMD XRSQ XSEM } \    ftp_cmds { XSEN XSHA1 XSHA256 } \
alt_max_param_len 0 { ABOR CCC CDUP ESTA FEAT LPSV NOOP PASV PWD QUIT REIN
STOU SYST XCUP XPWD } \    alt_max_param_len 200 { ALLO APPE CMD HELP NLST
RETR RNFR STOR STOU XMKD } \    alt_max_param_len 256 { CWD RNTO } \
alt_max_param_len 400 { PORT } \    alt_max_param_len 512 { SIZE } \
chk_str_fmt { ACCT ADAT ALLO APPE AUTH CEL CLNT CMD } \    chk_str_fmt {
CONF CWD DELE ENC EPRT EPSV ESTP HELP } \    chk_str_fmt { LANG LIST LPRT
MACB MAIL MDTM MIC MKD } \    chk_str_fmt { MLSD MLST MODE NLST OPTS PASS
PBSZ PORT } \    chk_str_fmt { PROT REST RETR RMD RNFR RNTO SDUP SITE }
\    chk_str_fmt { SIZE SMNT STAT STOR STRU TEST TYPE USER } \
chk_str_fmt { XCRC XCWD XMAS XMD5 XMKD XRCP XRMD XRSQ } \     chk_str_fmt {
XSEM XSEN XSHA1 XSHA256 } \    cmd_validity ALLO < int [ char R int ] >
\        cmd_validity EPSV < [ { char 12 | char A char L char L } ] > \
cmd_validity MACB < string > \    cmd_validity MDTM < [ date
nnnnnnnnnnnnnn[.n[n[n]]] ] string > \    cmd_validity MODE < char ASBCZ >
\    cmd_validity PORT < host_port > \    cmd_validity PROT < char CSEP >
\    cmd_validity STRU < char FRPO [ string ] > \        cmd_validity TYPE
< { char AE [ char NTC ] | char I | char L [ number ] } >preprocessor
ftp_telnet_protocol: ftp client default \    max_resp_len 256 \    bounce
yes \    ignore_telnet_erase_cmds yes \    telnet_cmds yes# SMTP
normalization and anomaly detection.  For more information, see
README.SMTPpreprocessor smtp: ports { 25 465 587 691 } \    inspection_type
stateful \    b64_decode_depth 0 \    qp_decode_depth 0 \
bitenc_decode_depth 0 \    uu_decode_depth 0 \    log_mailfrom \
log_rcptto \    log_filename \    log_email_hdrs \    normalize cmds \
normalize_cmds { ATRN AUTH BDAT CHUNKING DATA DEBUG EHLO EMAL ESAM ESND
ESOM ETRN EVFY } \    normalize_cmds { EXPN HELO HELP IDENT MAIL NOOP ONEX
QUEU QUIT RCPT RSET SAML SEND SOML } \    normalize_cmds { STARTTLS TICK
TIME TURN TURNME VERB VRFY X-ADAT X-DRCP X-ERCP X-EXCH50 } \
normalize_cmds { X-EXPS X-LINK2STATE XADR XAUTH XCIR XEXCH50 XGEN XLICENSE
XQUE XSTA XTRN XUSR } \    max_command_line_len 512 \
max_header_line_len 1000 \    max_response_line_len 512 \
alt_max_command_line_len 260 { MAIL } \    alt_max_command_line_len 300 {
RCPT } \    alt_max_command_line_len 500 { HELP HELO ETRN EHLO } \
alt_max_command_line_len 255 { EXPN VRFY ATRN SIZE BDAT DEBUG EMAL ESAM
ESND ESOM EVFY IDENT NOOP RSET } \    alt_max_command_line_len 246 { SEND
SAML SOML AUTH TURN ETRN DATA RSET QUIT ONEX QUEU STARTTLS TICK TIME TURNME
VERB X-EXPS X-LINK2STATE XADR XAUTH XCIR XEXCH50 XGEN XLICENSE XQUE XSTA
XTRN XUSR } \    valid_cmds { ATRN AUTH BDAT CHUNKING DATA DEBUG EHLO EMAL
ESAM ESND ESOM ETRN EVFY } \     valid_cmds { EXPN HELO HELP IDENT MAIL
NOOP ONEX QUEU QUIT RCPT RSET SAML SEND SOML } \    valid_cmds { STARTTLS
TICK TIME TURN TURNME VERB VRFY X-ADAT X-DRCP X-ERCP X-EXCH50 } \
valid_cmds { X-EXPS X-LINK2STATE XADR XAUTH XCIR XEXCH50 XGEN XLICENSE XQUE
XSTA XTRN XUSR } \    xlink2state { enabled }# Portscan detection.  For
more information, see README.sfportscan# preprocessor sfportscan: proto  {
all } memcap { 10000000 } sense_level { low }# ARP spoof detection.  For
more information, see the Snort Manual - Configuring Snort - Preprocessors
- ARP Spoof Preprocessor# preprocessor arpspoof# preprocessor
arpspoof_detect_host: 192.168.40.1 f0:0f:00:f0:0f:00# SSH anomaly
detection.  For more information, see README.sshpreprocessor ssh:
server_ports { 22 } \                  autodetect \
max_client_bytes 19600 \                  max_encrypted_packets 20
\                  max_server_version_len 100 \
enable_respoverflow enable_ssh1crc32 \                  enable_srvoverflow
enable_protomismatch# SMB / DCE-RPC normalization and anomaly detection.
For more information, see README.dcerpc2preprocessor dcerpc2: memcap
102400, events [co ]preprocessor dcerpc2_server: default, policy WinXP,
\    detect [smb [139,445], tcp 135, udp 135, rpc-over-http-server 593],
\    autodetect [tcp 1025:, udp 1025:, rpc-over-http-server 1025:], \
smb_max_chain 3, smb_invalid_shares ["C$", "D$", "ADMIN$"]# DNS anomaly
detection.  For more information, see README.dnspreprocessor dns: ports {
53 } enable_rdata_overflow# SSL anomaly detection and traffic bypass.  For
more information, see README.sslpreprocessor ssl: ports { 443 465 563 636
989 992 993 994 995 5061 7801 7802 7900 7901 7902 7903 7904 7905 7906 7907
7908 7909 7910 7911 7912 7913 7914 7915 7916 7917 7918 7919 7920 },
trustservers, noinspect_encrypted# SDF sensitive data preprocessor.  For
more information see README.sensitive_datapreprocessor sensitive_data:
alert_threshold 25# SIP Session Initiation Protocol preprocessor.  For more
information see README.sippreprocessor sip: max_sessions 40000, \   ports {
5060 5061 5600 }, \   methods { invite \             cancel \
ack \             bye \             register \             options
\             refer \             subscribe \             update
\             join \             info \             message \
notify \             benotify \             do \             qauth
\             sprack \             publish \             service
\             unsubscribe \             prack }, \   max_uri_len 512, \
max_call_id_len 80, \   max_requestName_len 20, \   max_from_len 256, \
max_to_len 256, \   max_via_len 1024, \   max_contact_len 512, \
max_content_len 2048 # IMAP preprocessor.  For more information see
README.imappreprocessor imap: \   ports { 143 } \   b64_decode_depth 0 \
qp_decode_depth 0 \   bitenc_decode_depth 0 \   uu_decode_depth 0# POP
preprocessor. For more information see README.poppreprocessor pop: \
ports { 110 } \   b64_decode_depth 0 \   qp_decode_depth 0 \
bitenc_decode_depth 0 \   uu_decode_depth 0# Modbus preprocessor. For more
information see README.modbuspreprocessor modbus: ports { 502 }# DNP3
preprocessor. For more information see README.dnp3preprocessor dnp3: ports
{ 20000 } \   memcap 262144 \   check_crc# Reputation preprocessor. For
more information see README.reputationpreprocessor reputation: \   memcap
500, \   priority whitelist, \   nested_ip inner, \   whitelist
$WHITE_LIST_PATH/white_list.rules, \   blacklist
$BLACK_LIST_PATH/black_list.rules
#################################################### Step #6: Configure
output plugins# For more information, see Snort Manual, Configuring Snort -
Output Modules#################################################### unified2
# Recommended for most installsoutput unified2: filename merged.log, limit
128# Additional configuration for specific types of installs#output
alert_unified2: filename snort.alert, limit 128, nostamp#output
log_unified2: filename snort.log, limit 128, nostamp # syslogoutput
alert_syslog: LOG_AUTH LOG_ALERT# pcapoutput log_tcpdump: tcpdump.log#
metadata reference data.  do not modify these linesinclude
classification.configinclude reference.configoutput alert_fast:
snortalert.fast #################################################### Step
#7: Customize your rule set# For more information, see Snort Manual,
Writing Snort Rules## NOTE: All categories are enabled in this conf
file#################################################### site specific
rulesinclude $RULE_PATH/local.rulesinclude
$RULE_PATH/app-detect.rulesinclude $RULE_PATH/attack-responses.rulesinclude
$RULE_PATH/backdoor.rulesinclude $RULE_PATH/bad-traffic.rulesinclude
$RULE_PATH/blacklist.rulesinclude $RULE_PATH/botnet-cnc.rulesinclude
$RULE_PATH/browser-chrome.rulesinclude
$RULE_PATH/browser-firefox.rulesinclude $RULE_PATH/browser-ie.rulesinclude
$RULE_PATH/browser-other.rulesinclude
$RULE_PATH/browser-plugins.rulesinclude
$RULE_PATH/browser-webkit.rulesinclude $RULE_PATH/chat.rulesinclude
$RULE_PATH/content-replace.rulesinclude $RULE_PATH/ddos.rulesinclude
$RULE_PATH/dns.rulesinclude $RULE_PATH/dos.rulesinclude
$RULE_PATH/experimental.rulesinclude $RULE_PATH/exploit-kit.rulesinclude
$RULE_PATH/exploit.rulesinclude $RULE_PATH/file-executable.rulesinclude
$RULE_PATH/file-flash.rulesinclude $RULE_PATH/file-identify.rulesinclude
$RULE_PATH/file-image.rulesinclude $RULE_PATH/file-java.rulesinclude
$RULE_PATH/file-multimedia.rulesinclude $RULE_PATH/file-office.rulesinclude
$RULE_PATH/file-other.rulesinclude $RULE_PATH/file-pdf.rulesinclude
$RULE_PATH/finger.rulesinclude $RULE_PATH/ftp.rulesinclude
$RULE_PATH/icmp-info.rulesinclude $RULE_PATH/icmp.rulesinclude
$RULE_PATH/imap.rulesinclude $RULE_PATH/indicator-compromise.rulesinclude
$RULE_PATH/indicator-obfuscation.rulesinclude
$RULE_PATH/indicator-scan.rulesinclude
$RULE_PATH/indicator-shellcode.rulesinclude $RULE_PATH/info.rulesinclude
$RULE_PATH/malware-backdoor.rulesinclude
$RULE_PATH/malware-cnc.rulesinclude $RULE_PATH/malware-other.rulesinclude
$RULE_PATH/malware-tools.rulesinclude $RULE_PATH/misc.rulesinclude
$RULE_PATH/multimedia.rulesinclude $RULE_PATH/mysql.rulesinclude
$RULE_PATH/netbios.rulesinclude $RULE_PATH/nntp.rulesinclude
$RULE_PATH/oracle.rulesinclude $RULE_PATH/os-linux.rulesinclude
$RULE_PATH/os-mobile.rulesinclude $RULE_PATH/os-other.rulesinclude
$RULE_PATH/os-solaris.rulesinclude $RULE_PATH/os-windows.rulesinclude
$RULE_PATH/other-ids.rulesinclude $RULE_PATH/p2p.rulesinclude
$RULE_PATH/phishing-spam.rulesinclude
$RULE_PATH/policy-multimedia.rulesinclude
$RULE_PATH/policy-other.rulesinclude $RULE_PATH/policy.rulesinclude
$RULE_PATH/policy-social.rulesinclude $RULE_PATH/policy-spam.rulesinclude
$RULE_PATH/pop2.rulesinclude $RULE_PATH/pop3.rulesinclude
$RULE_PATH/protocol-dns.rulesinclude
$RULE_PATH/protocol-finger.rulesinclude
$RULE_PATH/protocol-ftp.rulesinclude $RULE_PATH/protocol-icmp.rulesinclude
$RULE_PATH/protocol-imap.rulesinclude $RULE_PATH/protocol-nntp.rulesinclude
$RULE_PATH/protocol-pop.rulesinclude $RULE_PATH/protocol-rpc.rulesinclude
$RULE_PATH/protocol-scada.rulesinclude
$RULE_PATH/protocol-services.rulesinclude
$RULE_PATH/protocol-snmp.rulesinclude
$RULE_PATH/protocol-telnet.rulesinclude
$RULE_PATH/protocol-tftp.rulesinclude $RULE_PATH/protocol-voip.rulesinclude
$RULE_PATH/pua-adware.rulesinclude $RULE_PATH/pua-other.rulesinclude
$RULE_PATH/pua-p2p.rulesinclude $RULE_PATH/pua-toolbars.rulesinclude
$RULE_PATH/rpc.rulesinclude $RULE_PATH/rservices.rulesinclude
$RULE_PATH/scada.rulesinclude $RULE_PATH/scan.rulesinclude
$RULE_PATH/server-apache.rulesinclude $RULE_PATH/server-iis.rulesinclude
$RULE_PATH/server-mail.rulesinclude $RULE_PATH/server-mssql.rulesinclude
$RULE_PATH/server-mysql.rulesinclude $RULE_PATH/server-oracle.rulesinclude
$RULE_PATH/server-other.rulesinclude $RULE_PATH/server-samba.rulesinclude
$RULE_PATH/server-webapp.rulesinclude $RULE_PATH/shellcode.rulesinclude
$RULE_PATH/smtp.rulesinclude $RULE_PATH/snmp.rulesinclude
$RULE_PATH/specific-threats.rulesinclude
$RULE_PATH/spyware-put.rulesinclude $RULE_PATH/sql.rulesinclude
$RULE_PATH/telnet.rulesinclude $RULE_PATH/tftp.rulesinclude
$RULE_PATH/virus.rulesinclude $RULE_PATH/voip.rulesinclude
$RULE_PATH/web-activex.rulesinclude $RULE_PATH/web-attacks.rulesinclude
$RULE_PATH/web-cgi.rulesinclude $RULE_PATH/web-client.rulesinclude
$RULE_PATH/web-coldfusion.rulesinclude
$RULE_PATH/web-frontpage.rulesinclude $RULE_PATH/web-iis.rulesinclude
$RULE_PATH/web-misc.rulesinclude $RULE_PATH/web-php.rulesinclude
$RULE_PATH/x11.rules####################################################
Step #8: Customize your preprocessor and decoder alerts# For more
information, see
README.decoder_preproc_rules####################################################
decoder and preprocessor event rules# include
$PREPROC_RULE_PATH/preprocessor.rules# include
$PREPROC_RULE_PATH/decoder.rules# include
$PREPROC_RULE_PATH/sensitive-data.rules####################################################
Step #9: Customize your Shared Object Snort Rules# For more information,
see
http://vrt-blog.snort.org/2009/01/using-vrt-certified-shared-object-rules.html
<http://vrt-blog.snort.org/2009/01/using-vrt-certified-shared-object-rules.html>####################################################
dynamic library rules# include $SO_RULE_PATH/bad-traffic.rules# include
$SO_RULE_PATH/browser-ie.rules# include $SO_RULE_PATH/chat.rules# include
$SO_RULE_PATH/dos.rules# include $SO_RULE_PATH/exploit.rules# include
$SO_RULE_PATH/file-flash.rules# include $SO_RULE_PATH/icmp.rules# include
$SO_RULE_PATH/imap.rules# include $SO_RULE_PATH/misc.rules# include
$SO_RULE_PATH/multimedia.rules# include $SO_RULE_PATH/netbios.rules#
include $SO_RULE_PATH/nntp.rules# include $SO_RULE_PATH/p2p.rules# include
$SO_RULE_PATH/smtp.rules# include $SO_RULE_PATH/snmp.rules# include
$SO_RULE_PATH/specific-threats.rules# include
$SO_RULE_PATH/web-activex.rules# include $SO_RULE_PATH/web-client.rules#
include $SO_RULE_PATH/web-iis.rules# include $SO_RULE_PATH/web-misc.rules#
Event thresholding or suppression commands. See threshold.conf include
threshold.conf*
------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://sourceforge.net/mailarchive/forum.php?forum_name=snort-users

Please visit http://blog.snort.org to stay current on all the latest Snort news!

Current thread: