📄 1329.txt
字号:
Rule:--Sid:1329--Summary:This event is generated when an attempt is made to access the ps commandvia the web--Impact:Attempt to gain information on system processes on webserver--Detailed Information:This is an attempt to gain intelligence on the processes being run on awebserver. The ps command lists the process status of running processeson a UNIX or Linux based system. The attacker could possibly gaininformation needed for other attacks on the system.Using "ps", the attackers would check for various running systemservices to exploit or for the presence of security software, such ashost IDS or monitoring scripts. This rule looks for the "ps" command inthe URI part of the client to web server connection and does notindicate whether the command was actually successful in displaying thelist of processes. The presence of the "ps" command in the URI indicatesthat an attacker attempted to trick the web server into executing systemcommands in non-interactive mode i.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/ps'inthe URI.--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. This command may also berequested on a command line should the attacker gain access to themachine. On BSD derived systems, setting the parameter"kern.ps_showallprocs" to zero will show only the processes being run bythat user except for root who will still see all processes.--Contributors:Sourcefire Research TeamNigel Houghton <nigel.houghton@sourcefire.com>Additional information from Anton Chuvakin <http://www.chuvakin.org>-- Additional References:sid: 1328Manual page for ps.http://linux.about.com/library/cmd/blcmdl1_ps.htm--
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -