Linux下Apache遮蔽user-agent

126雲發表於2021-02-27

、編輯httpd.conf配置

# vi /etc/httpd/conf/httpd.conf


2、新增下面的到配置檔案中

#user-agent

BrowserMatch "360JK qiyunce" bad_bot

BrowserMatch "Python-urllib" bad_bot

BrowserMatch "WinHttp" bad_bot

BrowserMatch "MJ12bot" bad_bot

BrowserMatch "AhrefsBot" bad_bot

BrowserMatch "HttpClient" bad_bot

<Location />

Order Allow,Deny

#Deny from env=bad_bot

Allow from all

Deny from env=bad_bot

</Location>


3、重啟apache服務

# service httpd restart




附網上搜集到的部分惡意user-agent


BOT/0.1 (BOT for JCE) sql注入

CrawlDaddy sql注入

Java 內容採集

Jullo 內容採集

Feedly 內容採集

UniversalFeedParser 內容採集

ApacheBench cc攻擊器

Swiftbot 無用爬蟲

YandexBot 無用爬蟲

AhrefsBot 無用爬蟲

YisouSpider 無用爬蟲

jikeSpider 無用爬蟲

MJ12bot 無用爬蟲

ZmEu phpmyadmin 漏洞掃描

WinHttp 採集cc攻擊

EasouSpider 無用爬蟲

HttpClient tcp攻擊

Microsoft URL Control 掃描

YYSpider 無用爬蟲

jaunty wordpress掃描器

oBot 無用爬蟲

Python-urllib 內容採集

Indy Library 掃描

FlightDeckReports Bot 無用爬蟲

Linguee Bot 無用爬蟲


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69957453/viewspace-2759924/,如需轉載,請註明出處,否則將追究法律責任。

相關文章