From 0e34aa42f51ea9f72935149862fbdf01d8abfa85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20ROUCOU?= Date: Mon, 22 Jan 2024 16:17:32 +0100 Subject: [PATCH 1/2] COUNTER_Robots_list.json: add centreon New bot with a default user agent of "centreon::plugins::backend::http::useragent" but we can identify them uniquely with his name --- COUNTER_Robots_list.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/COUNTER_Robots_list.json b/COUNTER_Robots_list.json index 40df507..7371a38 100644 --- a/COUNTER_Robots_list.json +++ b/COUNTER_Robots_list.json @@ -200,6 +200,12 @@ "pattern": "celestial", "last_changed": "2017-08-08" }, + { + "pattern": "centreon", + "last_changed": "2024-01-22", + "description": "IT and Application monitoring software.", + "url": "https://www.centreon.com/" + }, { "pattern": "centuryb", "last_changed": "2022-04-27" From 84772062d729ae58e2138268e3e23765b7fa8cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20ROUCOU?= Date: Mon, 22 Jan 2024 16:22:43 +0100 Subject: [PATCH 2/2] COUNTER_Robots_list.json: add W3C-checklink Requests seen with versioned user agent like "W3C-checklink/5.0.0" but we can identify them uniquely without a version. --- COUNTER_Robots_list.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/COUNTER_Robots_list.json b/COUNTER_Robots_list.json index 7371a38..1214881 100644 --- a/COUNTER_Robots_list.json +++ b/COUNTER_Robots_list.json @@ -1231,6 +1231,12 @@ "url": "https://w3af.org/", "last_changed": "2017-08-08" }, + { + "pattern": "W3C-checklink", + "last_changed": "2024-01-22", + "description": "This Link Checker looks for issues in links, anchors and referenced objects in a Web page, CSS style sheet, or recursively on a whole Web site.", + "url": "https://validator.w3.org/checklink" + }, { "pattern": "Wanadoo", "last_changed": "2017-08-08"