From da539fa86d7bd99478885ec630aa9cd511585cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Toledo?= Date: Wed, 4 Feb 2026 19:54:32 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Expande=20lista=20de=20bad=20bots=20e?= =?UTF-8?q?=20ferramentas=20de=20scanner=20(Intelig=C3=AAncia=20Pathfinder?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snippets/security_maps.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/snippets/security_maps.conf b/snippets/security_maps.conf index 44c3034..788a9a3 100644 --- a/snippets/security_maps.conf +++ b/snippets/security_maps.conf @@ -4,7 +4,14 @@ # Bad Bot Detection map $http_user_agent $is_bad_bot { default 0; - ~*(nikto|sqlmap|wpscan|gobuster|dirbuster|feroxbuster|nessus|nmap|curl) 1; + # Scanners e Ferramentas de Exploração + ~*(nikto|sqlmap|wpscan|gobuster|dirbuster|feroxbuster|nessus|nmap|curl|wget|python|php|perl|ruby|java) 1; + # Crawlers Agressivos e Scrapers + ~*(HTTrack|ia_archiver|mj12bot|AhrefsBot|DotBot|SemrushBot|MJ12bot|DataForSeoBot|PetalBot|QuerySeekerSpider) 1; + # Bots de IA e Outros (Não desejados por padrão) + ~*(GPTBot|ChatGPT-User|CCBot|PerplexityBot|Omgilibot|Bytespider|YisouSpider) 1; + # Ferramentas de Automação e Vulnerabilidade + ~*(Acunetix|Netsparker|AppScan|Zgrab|Masscan|OpenVAS|Scanbot|ZmEu|Morfeus|Jorgee) 1; } # Suspicious URI Detection