N

NG/2.

http-library ^NG/2\.

NG generic crawler

About this crawler

NG/2. is a web crawler identified by the regular-expression pattern ^NG/2\. in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block NG/2. traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.065%
latest snapshot
2026-06-04
matched key: NG/2.0
2026-05-022026-06-040.15%

Technical details

Name
NG/2.
Pattern
^NG/2\.
Tags
http-library
Added
2026/05/09
Instances
1 known sample(s)

Sample User-Agent strings

NG/2.0

Block this crawler

robots.txt — disallow NG/2.:

User-agent: NG/2. Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^NG/2\. [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "^NG/2\\.") { return 403; }
← back to all crawlers