Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions DeviceDetector.NET.Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5917,3 +5917,20 @@
producer:
name: BBC
url: https://www.bbc.com/
-
user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.126 Safari/537.36 RuxitSynthetic/1.0 v104032285451 t1437235942278817309 ath5a4d3a2e altpub cvcv=2 smf=0
bot:
name: RuxitSynthetic
category: Site Monitor
producer:
name: Dynatrace LLC
url: https://www.dynatrace.com
-
user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36 +https://sitebulb.com
bot:
name: SiteBulb
category: Crawler
url: 'https://sitebulb.com'
producer:
name: Sitebulb Limited
url: 'https://sitebulb.com'
15 changes: 15 additions & 0 deletions DeviceDetector.NET/regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3532,6 +3532,21 @@
name: 'BBC'
url: 'https://www.bbc.com/'

- regex: 'RuxitSynthetic'
name: 'RuxitSynthetic'
category: 'Site Monitor'
producer:
name: 'Dynatrace LLC'
url: 'https://www.dynatrace.com'

- regex: 'sitebulb'
name: 'SiteBulb'
url: 'https://sitebulb.com'
category: 'Crawler'
producer:
name: 'Sitebulb Limited'
url: 'https://sitebulb.com'

# Generic detections
- regex: '[a-z0-9\-_]*((?<!cu|power[ _]|m[ _])bot(?![ _]TAB|[ _]?5[0-9]|[ _]Senior|[ _]Junior)|crawler|crawl|checker|archiver|transcoder|spider|^firefox$|^chrome$)([^a-z]|$)'
name: 'Generic Bot'