📄 1335.txt
字号:
Rule:--Sid:1335--Summary:Attempted kill command access via web--Impact:Attempt to stop or restart processes on a webserver.--Detailed Information:This is an attempt to either stop or restart system processes on awebserver. By stopping a service the attacker can effectively issue a"Denial of Service" to a particular process on a machine. When used torestart a process, the attacker can force a legitimate process tore-read the associated configuration file and possibly compromise theservice by replacing the original configuration with one crafted by the attacker.The signature looks for the "kill" command in the client toweb server network traffic and does not indicate whether the commandwas actually successful in killing the process. The presence of the"kill" command in web traffic indicates that an attacker attempted totrick the web server into executing system in non-interactive modei.e. without a valid shell session.Alternatively this rule may trigger in an unencrypted HTTP tunnelingconnection to the server or a shell connection via another exploitagainst the web server.--Attack Scenarios:The attacker can make a standard HTTP request that contains '/bin/kill'in the URI which can then return sensitive information on groups andusers present on the host. This command may also be requested on acommand line should the attacker gain access to the machine.--Ease of Attack:Simple HTTP request.--False Positives:None Known--False Negatives:None Known--Corrective Action:Webservers should not be allowed to view or execute files and binariesoutside of it's designated web root or cgi-bin. --Contributors:Sourcefire Research TeamNigel Houghton <nigel.houghton@sourcefire.com>Additional information from Anton Chuvakin <http://www.chuvakin.org>-- Additional References:man kill--
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -