diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-08-02 15:06:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 15:06:08 +0200 |
commit | 2740a4f4e3d56f992b37e1fa273b6e0f3490868e (patch) | |
tree | 839d7de0a913194efbc8db054e48f10b346dcd5b /src/lib/inc_generated/ndpi_crawlers_match.c.inc | |
parent | dbfeb06e26bb91769b870a1694f85fb6f44e2499 (diff) |
Update all IP lists (#2515)
The `suffix_id` is simply an incremental index (see
`ndpi_load_domain_suffixes`), so its value might changes every time we
update the public suffix list.
Diffstat (limited to 'src/lib/inc_generated/ndpi_crawlers_match.c.inc')
-rw-r--r-- | src/lib/inc_generated/ndpi_crawlers_match.c.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/inc_generated/ndpi_crawlers_match.c.inc b/src/lib/inc_generated/ndpi_crawlers_match.c.inc index 6a6b8d276..4752f231a 100644 --- a/src/lib/inc_generated/ndpi_crawlers_match.c.inc +++ b/src/lib/inc_generated/ndpi_crawlers_match.c.inc @@ -51,7 +51,7 @@ static ndpi_network ndpi_http_crawler_bot_protocol_list[] = { { 0x22628900 /* 34.98.137.0/25 */, 25, NDPI_HTTP_CRAWLER_BOT }, { 0x22628A00 /* 34.98.138.0/25 */, 25, NDPI_HTTP_CRAWLER_BOT }, { 0x22628B00 /* 34.98.139.0/25 */, 25, NDPI_HTTP_CRAWLER_BOT }, - { 0x22628B80 /* 34.98.139.128/27 */, 27, NDPI_HTTP_CRAWLER_BOT }, + { 0x22628B80 /* 34.98.139.128/26 */, 26, NDPI_HTTP_CRAWLER_BOT }, { 0x22628C00 /* 34.98.140.0/25 */, 25, NDPI_HTTP_CRAWLER_BOT }, { 0x22628C80 /* 34.98.140.128/27 */, 27, NDPI_HTTP_CRAWLER_BOT }, { 0x22628D00 /* 34.98.141.0/25 */, 25, NDPI_HTTP_CRAWLER_BOT }, @@ -95,6 +95,8 @@ static ndpi_network ndpi_http_crawler_bot_protocol_list[] = { { 0x227EB260 /* 34.126.178.96/28 */, 28, NDPI_HTTP_CRAWLER_BOT }, { 0x227F8000 /* 34.127.128.0/26 */, 26, NDPI_HTTP_CRAWLER_BOT }, { 0x227F8040 /* 34.127.128.64/27 */, 27, NDPI_HTTP_CRAWLER_BOT }, + { 0x227F8100 /* 34.127.129.0/26 */, 26, NDPI_HTTP_CRAWLER_BOT }, + { 0x227F8140 /* 34.127.129.64/27 */, 27, NDPI_HTTP_CRAWLER_BOT }, { 0x22929690 /* 34.146.150.144/28 */, 28, NDPI_HTTP_CRAWLER_BOT }, { 0x22936E90 /* 34.147.110.144/28 */, 28, NDPI_HTTP_CRAWLER_BOT }, { 0x22974A90 /* 34.151.74.144/28 */, 28, NDPI_HTTP_CRAWLER_BOT }, @@ -373,7 +375,7 @@ static ndpi_network6 ndpi_http_crawler_bot_protocol_list_6[] = { { "2600:1900:0:1d0::", 64, NDPI_HTTP_CRAWLER_BOT }, { "2600:1900:0:1e0::", 62, NDPI_HTTP_CRAWLER_BOT }, { "2600:1900:0:1f0::", 62, NDPI_HTTP_CRAWLER_BOT }, - { "2600:1900:0:1f4::", 64, NDPI_HTTP_CRAWLER_BOT }, + { "2600:1900:0:1f4::", 63, NDPI_HTTP_CRAWLER_BOT }, { "2600:1900:0:200::", 62, NDPI_HTTP_CRAWLER_BOT }, { "2600:1900:0:210::", 62, NDPI_HTTP_CRAWLER_BOT }, { "2600:1900:0:214::", 64, NDPI_HTTP_CRAWLER_BOT }, @@ -405,6 +407,8 @@ static ndpi_network6 ndpi_http_crawler_bot_protocol_list_6[] = { { "2600:1900:0:340::", 64, NDPI_HTTP_CRAWLER_BOT }, { "2600:1900:0:350::", 63, NDPI_HTTP_CRAWLER_BOT }, { "2600:1900:0:352::", 64, NDPI_HTTP_CRAWLER_BOT }, + { "2600:1900:0:370::", 63, NDPI_HTTP_CRAWLER_BOT }, + { "2600:1900:0:372::", 64, NDPI_HTTP_CRAWLER_BOT }, { "2620:0:1c00::", 40, NDPI_HTTP_CRAWLER_BOT }, { "2a03:2880::", 31, NDPI_HTTP_CRAWLER_BOT }, { "2a03:2887:ff2c::", 47, NDPI_HTTP_CRAWLER_BOT }, |