Блог пользователя ink65536

Автор ink65536, история, 5 месяцев назад, По-английски

There are platforms now using temporary email addresses to register bots.

The pattern of these bots is that they are all unrated and the username is a random number or letter of length 10, and they will submit several times per minute.

I suggest Mike send an email every 200 submissions to all unrated accounts' email to verify this type of bot.

Here are some examples:

0n9nm0y6ho submitted more than 60 submissions in just 20 mintues.

tzqymu69i6 50 summissions in half an hour.

zunbgg8w3g also 60 submissions in half an hour.

I want to know why they are all using Python and have the following code content:

if __name__ == "__main__":
    main()

Are they training AI?

These bots seriously affect normal user code submission.

MikeMirzayanov, please ban them.

UPD: They're back. This time it's a random string followed by a random number.

  • Проголосовать: нравится
  • +70
  • Проголосовать: не нравится

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

But they can register many accounts and let each account submit 200 times, then use a new account.

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +2 Проголосовать: не нравится
if __name__ == "__main__":
    main()

This is like fun main() {...} (Kotlin). It will execute when you run that particular module only, but will not run if you import it to some other module

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится -8 Проголосовать: не нравится

To tell the truth,you can use a better chptcha system to protect CF from these robot,or just ban temporary email.Also,if do like you say,they can register new account every 200 times.

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

I've made a bot list and this seems to be type II, how do you know if they are using temporary email?

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится -10 Проголосовать: не нравится

so why not ban their registeration ip address

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

Right now some people are suggesting submission bans or other some criteria when registering. However, the most extreme example is registering an account (with temporary email and VPN to prevent multiple account detection), then using it for a single day and then abandoning it. With good logistics and account naming, the testing can be spread among many accounts and become virtually undetectable. Anything short of camera monitoring will fail, so this is extremely difficult to solve.

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

I suggest making it that way that you can submit only like 10 submissions in every 10 minutes

»
5 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by ink65536.