Chinese SPAM regardless SPAM settings!

fionix

Well-known member
Hi Guys,

I have some chinese guy spamming the forum with hundred of threads and the same message from several user accounts and IP's.

I setup the Question / Answer captcher but now this guy is back spamming the forum.

So for now I have set the forum for manual approval to stop this idiot but it's not something long term since it makes it all complicated.

Is there a way to block all Japanese / Chinese characters? Is there something that can stop a spam server like this to post the spam on the forum?

What can I do?
 
I setup the Question / Answer captcher but now this guy is back spamming the forum.
This guy is most probably a bot.
Bots cannot read questions unless they are too simple.
Q:Who is the current president of the USA? A: Trump
Q:What color is the sky? A: Blue

Make the Q&As more difficult and change them as soon as some human solved them.
 
It it's the same stuff I've been getting, try this
Copy the following 可以帮助同学朋友 (translates to "Please don't hesitate to contact me")
Paste it into spam phrases in Spam Management and set the action to Reject.

I'm sure there will be variations on it, but it can't hurt.
I believe this is, in fact, human spam.
I'm also trying to make a list of the universities that are being used in the messages.
 
Not really, two new ones last night. One chinese and one english.
Oh well, I felt pretty smart there for a little bit. :) Back to manual approval.
 
Put this in the Spam phrases:

Code:
[url*
#(?<=\W|^)(微信)(?=\W|$)#iu
/\b(?:[0-9\p{Han}\p{Bopomofo}\p{Hiragana}\p{Katakana}\p{Hangul}0-9A-z]+)?微信(?:[0-9\p{Han}\p{Bopomofo}\p{Hiragana}\p{Katakana}\p{Hangul}0-9A-z]+)?\b/iu
/\b(?:\w+?)?[\p{Han}\p{Bopomofo}\p{Hiragana}\p{Katakana}\p{Hangul}0-9A-z]+(?:\w+?)?\b/iu

And you will get rid off it.. I found it in another thread where other forum users posted it! Works great, really awesome.
 
I'm having huge problems with Chinese spam too. It looks like they'll post a message which just contains a few numbers in the title/body, then they'll try and post Chinese character messages which then get caught by the filter posted here.

Any other suggestions on how to keep them away? It's driving me nuts.
 
You can use cloudflare in front of all of this and JS challenge Chines trafic. I got total rid of all of this spam doing it this way.

I use the paid service of cloudflare btw.
 
Put this in the Spam phrases:

Code:
[url*
#(?<=\W|^)(微信)(?=\W|$)#iu
/\b(?:[0-9\p{Han}\p{Bopomofo}\p{Hiragana}\p{Katakana}\p{Hangul}0-9A-z]+)?微信(?:[0-9\p{Han}\p{Bopomofo}\p{Hiragana}\p{Katakana}\p{Hangul}0-9A-z]+)?\b/iu
/\b(?:\w+?)?[\p{Han}\p{Bopomofo}\p{Hiragana}\p{Katakana}\p{Hangul}0-9A-z]+(?:\w+?)?\b/iu

And you will get rid off it.. I found it in another thread where other forum users posted it! Works great, really awesome.

Will this work in xenForo 1.5.x too? I am due to upgrade to 2.x soon, but wanted to know if this work on this version as well.
 
You can use cloudflare in front of all of this and JS challenge Chines trafic. I got total rid of all of this spam doing it this way.

I use the paid service of cloudflare btw.
Can you say more about how you set this up? What's your site traffic like and what did it end up costing you? Thanks!
 
Or this addon,
 
  • Like
Reactions: rdn
Yea, most of them are bouncing through VPNs so blocking IPs isn't going to help me. A regex for common characters they use is probably my best bet.

I'm curious to know if reCAPTCHA v2 has been broken by bots? The uptick has hit my forum and another gear forum at the same time.
 
I added:

Code:
*大学*
*外毕业证*

to my regex block list for spam detection. Those are common character patterns in all the posts in the last two weeks. That should help for now but this is very cat-and-mouse.
 
Top Bottom