Site is getting requests for strange query strings

岁酱吖の 提交于 2019-12-23 21:25:01

问题


I was evaluating the logs for a website I help run and I noticed a repeating pattern of strange requests. The requests are all very similar, and from different IP addresses (possibly a bot net?). I am curious if anybody understands what the point of such a bizarre request is and if there is a security concern:

%5BPLM=0%5D+GET+http://example.org/+%5B0,7309,7252%5D+-%3E+%5BN%5D+POST+http://example.org/+%5B0,0,7329%5D

which decodes to:

[PLM=0] GET http://example.org/ [0,7309,7252] -> [N] POST http://example.org/ [0,0,7329]

回答1:


Anything you dont recognize can be construed as a security concern and if its happening at any significant volume than I would consider it a threat and start finding a way to filter them out via some access rules / firewall, etc



来源:https://stackoverflow.com/questions/7586537/site-is-getting-requests-for-strange-query-strings

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!