Skip to content

Commit

Permalink
Adds detection for CloudServerMarketSpider and Pandalytics (#7873)
Browse files Browse the repository at this point in the history
* Adds detection for Pandalytics
* Adds detection for CloudServerMarketSpider

ref #7872
  • Loading branch information
liviuconcioiu authored Oct 23, 2024
1 parent e6e2c6c commit 81cf44a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8367,3 +8367,18 @@
producer:
name: Peer39 Tech, LLC
url: https://www.peer39.com/
-
user_agent: Pandalytics/2.0 (https://domainsbot.com/pandalytics/)
bot:
name: Pandalytics
category: Crawler
url: https://www.domainsbot.com/business-intelligence/
producer:
name: DomainsBot, Inc.
url: https://www.domainsbot.com/
-
user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5376e Safari/8536.25 ( compatible; CloudServerMarketSpider/1.0; +http://cloudservermarket.com/spider.html )
bot:
name: CloudServerMarketSpider
category: Crawler
url: https://web.archive.org/web/20151228225429/https://cloudservermarket.com/spider.html
13 changes: 13 additions & 0 deletions regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4854,6 +4854,19 @@
name: 'Peer39 Tech, LLC'
url: 'https://www.peer39.com/'

- regex: 'Pandalytics'
name: 'Pandalytics'
category: 'Crawler'
url: 'https://www.domainsbot.com/business-intelligence/'
producer:
name: 'DomainsBot, Inc.'
url: 'https://www.domainsbot.com/'

- regex: 'CloudServerMarketSpider'
name: 'CloudServerMarketSpider'
category: 'Crawler'
url: 'https://web.archive.org/web/20151228225429/https://cloudservermarket.com/spider.html'

# 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|Searcherx?web|kirkland-signature|LinkChain|survey-security-dot-txt|infrawatch|Time/|r00ts3c-owned-you|nvdorz|Root Slut|NiggaBalls|BotPoke|GlobalWebSearch|xx032_bo9vs83_2a|sslshed|geckotrail|Wordup|Keydrop|^xenu|^(?:chrome|firefox|Abcd|Dark|KvshClient|Node.js|Report Runner|url|Zeus|ZmEu)$'
name: 'Generic Bot'
Expand Down

0 comments on commit 81cf44a

Please # to comment.