So i recently set up an Apache2 Server and was looking into the logs and found these logs:
https://pastebin.com/bVKFX9X2
Does anyone know what this or what the goal of the doer is? Finding a specific file on the server, maybe a weakspot?
Also if this is an "attack" how do i protect myself from it?
Kind Regards
PS: For future reference, should i not show the ip-adress?
You could ban by ip but there will be others. grep logs for that IP and if they recieved a 200 response. Then you'll know what they found that may be interesting to them.
There are ways to harden your apache, I suggest implementing them.
You can block the ip in the firewall of that (assumed) bot and maybe create a complicated iptable rule blocking any bots that send a get request for xxx.filename maybe?