I came across a curious set of php file requests today in the logs. Haven't seen this before I don't believe.
Some background: My router is blocking about 29.5% of all allocated IPv4 IP's (my web server is only reachable via IPv4) so this particular set of requests might happen with some substantial frequency that others might see, but for me - this one "got through".
The files requested were:
/abc.php
/popcorn.php
/up.php
/upl.php
/upload.php
/uploader.php
/ups.php
/uvuveve.php
For those that might have such files on their server, I suggest you move them or secure their access.
Each file was requested twice, with the UA changing every time. For those that block on UA, here's what they were:
Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1"
Mozilla/5.0 (Linux; Android 10; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36"
Mozilla/5.0 (Linux; Android 10; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.127 Mobile Safari/537.36"
Mozilla/5.0 (Linux; Android 7.1.1; Nokia 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.83 Mobile Safari/537.36"
Mozilla/5.0 (Linux; Android 8.0.0; PRA-TL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36"
Mozilla/5.0 (Linux; Android 9.0; Pixel 2 XL Build/PPP4.180612.004; Windows 10 Mobile) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3552.0 Mobile Safari/537.36"
Mozilla/5.0 (Linux; Android 9; FLA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36 OPR/59.1.2926.54067"
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36"
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36"
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 YaBrowser/21.3.3.230 Yowser/2.5 Safari/537.36"
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36"
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36"
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/62.0
Maybe some of those are legit, maybe some are well-known fakes, I don't know.
And the IP where the hits came from?
69.71.169.32 (dev.lis.ncgr.org)
Located in a /19 assigned to Visionary Communications (AS10835). Some of that AS is assigned to CenturyLink, which (aside) continues to baffle me (are they an ISP or hoster or what?).
Unless this was a DDOS (ie unless the IP was spoofed, but I don't see the point of requesting PHP's as part of a dos attack) the requesting IP must be compromised, and in this case the organization behind the IP (ncgr.org) is -> National Center for Genome Resources. So that should trouble some people.