I see that my site regularly gets attempts to login to admin and register. Although I have strong passwords and no registration allowed it concerns me that I should take further action (maybe use a further module to improve security or something).

I would appreciate some expert feedback on this subject.

Comments

WorldFallz’s picture

I believe you can do some apache rewrite foo to make sure only certain referrers can get to the /user page-- check the apache docs. There's also some modules in the user authentication section of module downloads that might be useful (ie blacklist and restrict_by_ip).

cantthinkofanickname’s picture

Thanks, I do have Captcha with a simple maths problem. Is this sufficient to stop auto logons?