📄 classification.config
字号:
# $Id: classification.config,v 1.11 2003/10/20 15:03:03 chrisgreen Exp $# The following includes information for prioritizing rules# # Each classification includes a shortname, a description, and a default# priority for that classification.## This allows alerts to be classified and prioritized. You can specify# what priority each classification has. Any rule can override the default# priority for that rule.## Here are a few example rules:# # alert TCP any any -> any 80 (msg: "EXPLOIT ntpdx overflow"; # dsize: > 128; classtype:attempted-admin; priority:10;## alert TCP any any -> any 25 (msg:"SMTP expn root"; flags:A+; \# content:"expn root"; nocase; classtype:attempted-recon;)## The first rule will set its type to "attempted-admin" and override # the default priority for that type to 10.## The second rule set its type to "attempted-recon" and set its# priority to the default for that type.# ## config classification:shortname,short description,priority#config classification: not-suspicious,Not Suspicious Traffic,3config classification: unknown,Unknown Traffic,3config classification: bad-unknown,Potentially Bad Traffic, 2config classification: attempted-recon,Attempted Information Leak,2config classification: successful-recon-limited,Information Leak,2config classification: successful-recon-largescale,Large Scale Information Leak,2config classification: attempted-dos,Attempted Denial of Service,2config classification: successful-dos,Denial of Service,2config classification: attempted-user,Attempted User Privilege Gain,1config classification: unsuccessful-user,Unsuccessful User Privilege Gain,1config classification: successful-user,Successful User Privilege Gain,1config classification: attempted-admin,Attempted Administrator Privilege Gain,1config classification: successful-admin,Successful Administrator Privilege Gain,1# NEW CLASSIFICATIONSconfig classification: rpc-portmap-decode,Decode of an RPC Query,2config classification: shellcode-detect,Executable code was detected,1config classification: string-detect,A suspicious string was detected,3config classification: suspicious-filename-detect,A suspicious filename was detected,2config classification: suspicious-login,An attempted login using a suspicious username was detected,2config classification: system-call-detect,A system call was detected,2config classification: tcp-connection,A TCP connection was detected,4config classification: trojan-activity,A Network Trojan was detected, 1config classification: unusual-client-port-connection,A client was using an unusual port,2config classification: network-scan,Detection of a Network Scan,3config classification: denial-of-service,Detection of a Denial of Service Attack,2config classification: non-standard-protocol,Detection of a non-standard protocol or event,2config classification: protocol-command-decode,Generic Protocol Command Decode,3config classification: web-application-activity,access to a potentially vulnerable web application,2config classification: web-application-attack,Web Application Attack,1config classification: misc-activity,Misc activity,3config classification: misc-attack,Misc Attack,2config classification: icmp-event,Generic ICMP event,3config classification: kickass-porn,SCORE! Get the lotion!,1config classification: policy-violation,Potential Corporate Privacy Violation,1config classification: default-login-attempt,Attempt to login by a default username and password,2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -