My LAMP web server became briefly unresponsive this morning and looking at the log it looks like it was getting hammered with requests from a suspicious IP. My network activity monitor spiked and there were a bunch of these events in the log:
[proxy_fcgi:error] [pid 27335:tid 139984352806656] (70007)The timeout specified has expired: [client 94.242.62.xxx:45600] AH01075: Error dispatching request to : (polling), referer: https
://www.instagram.com/explore/tags/trending/
This happened a couple days ago (different IP address), and I added this to my httpd.conf:
<Proxy "*">
Require ip 18.188.18.xxx
</Proxy>
But apparently I need to do more here. If anybody can explain exactly what these malicious servers are trying to do and how I harden Apache against it I'd be most grateful. I blacklisted the IP but I that's not a total solution as other attackers will exploit the same vulnerability.
[edited by: phranque at 9:54 pm (utc) on Aug 21, 2018]
[edit reason] obscured IPs [/edit]