Recently I looked through the logs of the administered site built on Joomla , and I found out that there were unusually many requests to the admin panel of the site (for the main, I know that I’ve lost all the standard addresses ). Began to delve into the requests to the site, and found the sequence:
- Some IP is trying to access wp_admin.php (because Joomla is not there, but still)
- Next is the appeal to the admin area, already the correct address.
In this situation, IP was extremely embarrassed - it turned out to be a closed proxy located in France.
Next, I closed access to the admin area, and changed its address.
The next day, the request from France was repeated (again, first at wp_admin, then at the standard address), but having received the 404th error, after 10 minutes the request was repeated from another closed proxy, this time from Luxemburg.
I thought that someone was deliberately trying to get, or already got access.
What advise to do in this situation? and how to protect yourself from such hackers?