Bad Neighborhood Header Detector

scanner Bad Neighborhood Header Detector

Website security risk analysis for link quality

About this crawler

Bad Neighborhood Header Detector is a web crawler identified by the regular-expression pattern Bad Neighborhood Header Detector in the User-Agent request header. It is categorised as scanner. Use the regex above to detect, log, allow, or block Bad Neighborhood Header Detector traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.13%
latest snapshot
2026-06-04
matched key: BadBot
2026-05-012026-06-040.15%

Technical details

Name
Bad Neighborhood Header Detector
Pattern
Bad Neighborhood Header Detector
Tags
scanner
Reference
https://datadome.co/bots/bad-neighborhood/
Added
2026/04/17
Instances
1 known sample(s)

Sample User-Agent strings

Bad Neighborhood Header Detector (http://www.bad-neighborhood.com/header_detector.php)

Block this crawler

robots.txt — disallow Bad Neighborhood Header Detector:

User-agent: Bad Neighborhood Header Detector Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Bad Neighborhood Header Detector [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Bad Neighborhood Header Detector") { return 403; }
← back to all crawlers