 <?xml-stylesheet type="text/css" href="https://www.mojoportal.com/Data/style/rss/rss1.css" ?> <?xml-stylesheet type="text/xsl" href="https://www.mojoportal.com/Data/style/rss/rss1.xsl" ?>
<rss version="2.0">
  <channel>
    <title />
    <link>https://www.mojoportal.com/forums</link>
    <description />
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>mojoPortal Forum module</generator>
    <item>
      <title>Re: Sites under attack</title>
      <description><![CDATA[<p>Thanks Joe and Crispin</p>

<p>I will look into upgrading my sites as soon as possible</p>

<p>&nbsp;</p>

<p>Chris</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15213~-1#post57831</link>
      <author>Chris Quinn</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 28 Jul 2026 08:28:30 GMT</pubDate>
    </item>
    <item>
      <title>Re: Sites under attack</title>
      <description><![CDATA[<p>Hi Chris,</p>

<p>First, I suggest upgrading to the latest version of mojoPortal. Then, follow Crispin's advice. You can restrict your login page by IP through the IIS IP &amp; Domain Restrictions tool.&nbsp;</p>

<p>I would also suggest changing all admin passwords to ensure they are secure passwords. I personally like&nbsp;<a href="https://correcthorse.pw/">Correct Horse Battery Staple: xkcd-Style Password Generator</a>&nbsp;for password generation. Then, make sure you have mojo set to <a href="https://www.mojoportal.com/docs/password-encryption-hashing">hash your passwords.</a>&nbsp;</p>

<p>We also tend to use made up email addresses for sites we don't need to receive emails from. This makes it much more difficult to guess the login information. We just generate an alpha-numeric password, use a few of the characters for the user and the rest for the domain, slap .com on the end and that's the login. So&nbsp;4p25NgFfrC6c becomes&nbsp;4p25@NgFfrC6c.com. Whatever you do, your site login should not be the same email address that you share with the world.</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15213~-1#post57830</link>
      <author>Chris Quinn</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 25 Jul 2026 16:17:20 GMT</pubDate>
    </item>
    <item>
      <title>Re: Sites under attack</title>
      <description><![CDATA[<p>If it's only you needing to log in, as an administrator, one option is to restrict your login page to just your own IP address, assuming you have a static IP. But if your IP is not static this could lock you out, and you'd need server access to web.config in order to change the blocking rule.</p>

<p>Your IIS logs will show previous requests to your login page, and might show that these all originate from a certain IP address or agent, or a small range of these. In which case you could block them either using IIS or the mojoPortal Banned IP Addresses page (Administration Menu &gt;&nbsp;Advanced Tools &gt;&nbsp;&nbsp;Banned IP Addresses). But in my experience these kinds of attack often come from distributed networks of thousands of IPs, so blocking is futile. You might still find they come from specific countries, in which case you might be able to block at firewall level (so long as you do not want genuine users from those countries).</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15213~-1#post57829</link>
      <author>Chris Quinn</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 25 Jul 2026 09:21:21 GMT</pubDate>
    </item>
    <item>
      <title>Sites under attack</title>
      <description><![CDATA[<p>When trying to log in to one of my sites this morning I got a "locked out due to too many password attempts" message, and a quick SQL query of the dbo.mp_users table showed 24 attempts for the account.&nbsp; I reset the count using SQL and logged in, but querying the admin accounts of all of my sites (multi-site configuratione) many of them are showing elevated and increasing failed password attempts.<br>
<br>
select name, loginname, email, failedpasswordattemptcount<br>
FROM [Quizleagues].[dbo].[mp_Users] usr where failedpasswordattemptcount &gt; 0 and loginname = 'admin'<br>
<br>
userid&nbsp;&nbsp; &nbsp;siteid&nbsp;&nbsp; &nbsp;name&nbsp;&nbsp; &nbsp;loginname&nbsp;&nbsp; &nbsp;email&nbsp;&nbsp; &nbsp;failedpasswordattemptcount<br>
1&nbsp;&nbsp; &nbsp;1&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;admin@quizleagues.co.uk&nbsp;&nbsp; &nbsp;29<br>
5&nbsp;&nbsp; &nbsp;4&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;admin@wirralql.org.uk&nbsp;&nbsp; &nbsp;6<br>
12&nbsp;&nbsp; &nbsp;6&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;admin@merseysidequizleagues.org.uk&nbsp;&nbsp; &nbsp;14<br>
13&nbsp;&nbsp; &nbsp;7&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;admin@ormskirkquizleague.org.uk&nbsp;&nbsp; &nbsp;12<br>
29&nbsp;&nbsp; &nbsp;9&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;chrisq@blueyonder.co.uk&nbsp;&nbsp; &nbsp;2<br>
54&nbsp;&nbsp; &nbsp;16&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;chris.quinn@quincunx.co.uk&nbsp;&nbsp; &nbsp;1<br>
60&nbsp;&nbsp; &nbsp;19&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;admin@quizliverpool.org.uk&nbsp;&nbsp; &nbsp;13<br>
83&nbsp;&nbsp; &nbsp;20&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;chris.quinn@quincunx.co.uk&nbsp;&nbsp; &nbsp;5<br>
117&nbsp;&nbsp; &nbsp;24&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;chrisq@blueyonder.co.uk&nbsp;&nbsp; &nbsp;1<br>
119&nbsp;&nbsp; &nbsp;25&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;chrisq@blueyonder.co.uk&nbsp;&nbsp; &nbsp;3<br>
132&nbsp;&nbsp; &nbsp;26&nbsp;&nbsp; &nbsp;Admin&nbsp;&nbsp; &nbsp;admin&nbsp;&nbsp; &nbsp;chrisq@blueyonder.co.uk&nbsp;&nbsp; &nbsp;5<br>
<br>
Is there any way of monitoring these login attempts and blocking them.&nbsp; I'm not sure what to look for in the log file</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15213~-1#post57828</link>
      <author>Chris Quinn</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 25 Jul 2026 09:07:11 GMT</pubDate>
    </item>
  </channel>
</rss>