Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Spam users on DNN7.4 registering, yet registration = NoneSpam users on DNN7.4 registering, yet registration = None
Previous
 
Next
New Post
7/2/2015 6:06 AM
 
Hi
I have a site which has been seriously attacked by spam registrations as early version DNN7.
1. I removed unauthorised users (65,000) which led to huge numbers of page not founds in Site error logs as they attempted to access their profile page.
2. Regularly cleaned the databases including log files using Aderson's and Sebastian's great scripts.(Thanks guys)
3. After a while either the scripts stopped working, or we were going to change site anyway (I cant remember exactly), we rebuilt clean site as portal/1 on DNN 7.4.0
4. Site registration has always been None on both sites since the rebuild.
5. Portal/0 site was always clean - no spammers.

Issues

  1. Our server CPU is being hammered by these spammers attacking this site (portal/1)
  2. Noticed about  a week ago our new clean portal/1 will not accept image uploads. Content editor hangs, after a while, click cancel, which actually saves changes.
  3. It seems to have lost the licence key on Superform (portal/0 and /1), which I cannot now add back in. - developer suggests the website doesnt have write permissions to the folder (which it does).
  4. 2 days ago, portal/0  had a new spammer register on the site even though registration is None and I cannot load a register page. He is unauthorised, but I foresee portal/0 now ending up in the same mess as portal/1.  Google analytics implies bot? only went to / (home) page

    please help - the database clean up tools recommended by Sebastian and Aderson no longer work, Registration is None, and site is unmanageable.

    Thanks
 
New Post
7/2/2015 10:24 AM
 
Did you try a applicationpool recycle and/or an IISreset?  Also a re-registering of the .Net Version?
 
New Post
7/2/2015 11:31 AM
 

This won't address the underlying registration issue but it could at least block the spammer.

If the traffic is coming from a specific or IP range then you could use the web.config and rewrite rules to block the offender.  I use the code below on a pure asp.net site but please note I have not tested this on a DNN installation.  It should work but it should be done with care and by someone familiar with web config files.   I left a few examples of a single IP block and a range block.  This will drop the traffic and you will not see an entry in the IIS log files for the blocked IPs.


<system.webServer>
   <rewrite>
     <rules>

<rule name="Block access from unwanted REMOTE_ADDR">
<match url=".*" />
<conditions logicalGrouping="MatchAny">
<add input="{REMOTE_ADDR}" pattern="\b207\.246\.75\.253\b" />
<add input="{REMOTE_ADDR}" pattern="\b27\.1[6789]\.(25[0-5]|2[0-4][0-9]|1?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|1?[0-9]?)\b" />
<add input="{REMOTE_ADDR}" pattern="\b39\.88\.(25[0-5]|2[0-4][0-9]|1?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|1?[0-9]?)\b" />
</conditions>
<action type="AbortRequest" />

</rule>
</rules>
</rewrite>
</system.webServer>
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Spam users on DNN7.4 registering, yet registration = NoneSpam users on DNN7.4 registering, yet registration = None


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out