diff --git a/Tests/fixtures/bots.yml b/Tests/fixtures/bots.yml index 6eb873d859..7bfa978c07 100644 --- a/Tests/fixtures/bots.yml +++ b/Tests/fixtures/bots.yml @@ -5888,6 +5888,12 @@ name: phpMyAdmin category: Service Agent url: https://www.phpmyadmin.net/ +- + user_agent: phpMyAdmin/reporting-script + bot: + name: phpMyAdmin + category: Service Agent + url: https://www.phpmyadmin.net/ - user_agent: Trackable/0.1 NNjCeA bot: @@ -7748,3 +7754,43 @@ name: DepSpid category: Crawler url: https://web.archive.org/web/20080321224033/http://about.depspid.net/ +- + user_agent: GlobalWebSearch + bot: + name: Generic Bot +- + user_agent: acme.sectigo.com/v2/DV + bot: + name: Sectigo DCV + category: Service Agent + url: https://sectigo.com/ + producer: + name: Sectigo Limited + url: https://sectigo.com/ +- + user_agent: acme.sectigo.com/v2/OV + bot: + name: Sectigo DCV + category: Service Agent + url: https://sectigo.com/ + producer: + name: Sectigo Limited + url: https://sectigo.com/ +- + user_agent: acme.sectigo.com/v2/EV + bot: + name: Sectigo DCV + category: Service Agent + url: https://sectigo.com/ + producer: + name: Sectigo Limited + url: https://sectigo.com/ +- + user_agent: Mozilla/5.0 (compatible; Website-info.net-Robot; https://website-info.net/robot) + bot: + name: Website-info + category: Crawler + url: https://website-info.net/robot + producer: + name: Meins und Vogel GmbH + url: https://muv.com/ diff --git a/regexes/bots.yml b/regexes/bots.yml index 4814e0a2c4..3918bfd558 100644 --- a/regexes/bots.yml +++ b/regexes/bots.yml @@ -3369,7 +3369,7 @@ name: 'Comodo Security Solutions, Inc.' url: 'https://www.comodo.com/' -- regex: 'Sectigo DCV' +- regex: 'Sectigo DCV|acme\.sectigo\.com' name: 'Sectigo DCV' category: 'Service Agent' url: 'https://sectigo.com/' @@ -4525,8 +4525,16 @@ category: 'Crawler' url: 'https://web.archive.org/web/20080321224033/http://about.depspid.net/' +- regex: 'Website-info\.net' + name: 'Website-info' + category: 'Crawler' + url: 'https://website-info.net/robot' + producer: + name: 'Meins und Vogel GmbH' + url: 'https://muv.com/' + # Generic bots -- regex: 'nuhk|grub-client|Download Demon|SearchExpress|Microsoft URL Control|borg|altavista|dataminr\.com|teoma|oegp|http%20client|htdig|mogimogi|larbin|scrubby|searchsight|semanticdiscovery|snappy|vortex(?!(?: Build|Plus| CM62| HD65))|zeal(?!ot)|dataparksearch|findlinks|BrowserMob|URL2PNG|ZooShot|GomezA|Google SketchUp|Read%20Later|7Siters|centuryb\.o\.t9|InterNaetBoten|EasyBib AutoCite|Bidtellect|tomnomnom/meg|cortex|Re-re Studio|adreview|AHC/|NameOfAgent|Request-Promise|ALittle Client|Hello,? world|wp_is_mobile|0xAbyssalDoesntExist|Anarchy99|^revolt|nvd0rz|xfa1|Hakai|gbrmss|fuck-your-hp|IDBTE4M CODE87|Antoine|Insomania|Hells-Net|b3astmode|Linux Gnu \(cow\)|Test Certificate Info|iplabel|Magellan|TheSafex?Internetx?Search|Searcherweb|kirkland-signature|LinkChain|survey-security-dot-txt|infrawatch|Time/|r00ts3c-owned-you|nvdorz|Root Slut|NiggaBalls|BotPoke|^xenu|^(?:chrome|firefox|Abcd|Dark|KvshClient|url|Zeus|ZmEu)$' +- regex: 'nuhk|grub-client|Download Demon|SearchExpress|Microsoft URL Control|borg|altavista|dataminr\.com|teoma|oegp|http%20client|htdig|mogimogi|larbin|scrubby|searchsight|semanticdiscovery|snappy|vortex(?!(?: Build|Plus| CM62| HD65))|zeal(?!ot)|dataparksearch|findlinks|BrowserMob|URL2PNG|ZooShot|GomezA|Google SketchUp|Read%20Later|7Siters|centuryb\.o\.t9|InterNaetBoten|EasyBib AutoCite|Bidtellect|tomnomnom/meg|cortex|Re-re Studio|adreview|AHC/|NameOfAgent|Request-Promise|ALittle Client|Hello,? world|wp_is_mobile|0xAbyssalDoesntExist|Anarchy99|^revolt|nvd0rz|xfa1|Hakai|gbrmss|fuck-your-hp|IDBTE4M CODE87|Antoine|Insomania|Hells-Net|b3astmode|Linux Gnu \(cow\)|Test Certificate Info|iplabel|Magellan|TheSafex?Internetx?Search|Searcherweb|kirkland-signature|LinkChain|survey-security-dot-txt|infrawatch|Time/|r00ts3c-owned-you|nvdorz|Root Slut|NiggaBalls|BotPoke|GlobalWebSearch|^xenu|^(?:chrome|firefox|Abcd|Dark|KvshClient|url|Zeus|ZmEu)$' name: 'Generic Bot' # Generic detections