2056.txt
来自「snort入侵检测规则文件2.4 Snort是众所周知的网络入侵检测工具」· 文本 代码 · 共 70 行
TXT
70 行
Rule:--Sid:2056--Summary:This event is generated when an attempt is made to exploit a known vulnerability in a web server using the TRACE command.--Impact:Possible disclosure of information.--Detailed Information:The TRACE method is used when debugging a webserver to ensure that server returns information to the client correctly. When used with othervulnerabilities it is possible to use the TRACE method to return sensitive information from a webserver such as authentication data and cookies.This is known as a Cross Site Tracing (XST) attack.--Affected Systems:All platforms running a webserver that responds to the TRACE method.--Attack Scenarios:The attacker needs to perform a TRACE request to a vulnerable server.--Ease of Attack:Simple--False Positives:The TRACE method is legitimate and may be used to debug a webserver or can be used to debug other networking equipment.--False Negatives:None Known--Corrective Action:Disable the webserver from responding to TRACE requests.--Contributors:Sourcefire Research TeamBrian Caswell <bmc@sourcefire.com>Nigel Houghton <nigel.houghton@sourcefire.com>--Additional References:CERT:http://www.kb.cert.org/vuls/id/867593Nessus:http://cgi.nessus.org/plugins/dump.php3?id=11213RFC:http://www.ietf.org/rfc/rfc2616.txt--
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?