Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Mon Dec 05, 2011 4:51 pm 
Offline
Senior Member

Joined: Wed Jul 21, 2010 8:04 pm
Posts: 119
Occasionally, I see requests in my Apache access log for files that should be of mixed-case come in as all lower-case.

For example, a file named /Pages/Home.php will be requested as /pages/home.php.

It doesn't happen a lot, but enough to make me wonder...

Has anyone seen this before? Know what causes it?


Top
   
 Post subject:
PostPosted: Mon Dec 05, 2011 4:55 pm 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
The only reason I can think of is that some of the links on your pages are lower case, or somebody else linked to your website in lower case. (Even Internet Explorer isn't stupid enough to change the letter case of URLs.)

The log files should contain the user agent and the referer (if any). These would help you identify the offending browser and/or link.


Top
   
 Post subject:
PostPosted: Mon Dec 05, 2011 5:13 pm 
Offline
Senior Member

Joined: Wed Jul 21, 2010 8:04 pm
Posts: 119
Code:
xxx.xxx.xxx.xxx - - [05/Dec/2011:08:34:25 -0800] "GET /xxx/login-MySQL.php HTTP/1.1" 404 1210 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7"

xxx.xxx.xxx.xxx - - [05/Dec/2011:10:05:26 -0800] "GET /xxx/teleprompter-richtext2.php HTTP/1.1" 404 2958 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)"

xxx.xxx.xxx.xxx - - [05/Dec/2011:10:05:47 -0800] "GET /xxx/teleprompter-richtext2.php HTTP/1.1" 404 2958 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.3; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; OfficeLiveConnector.1.5;


Here are three from today. The user agent strings are all different. In fact, the only similarity I see in the entries is that none of them provide a referrer.

I'm fairly confident it's not my links. I searched my entire code base for "teleprompter-richtext2.php", and there weren't any occurrences of it.


Top
   
 Post subject:
PostPosted: Mon Dec 05, 2011 10:07 pm 
Offline
Junior Member

Joined: Thu Jan 07, 2010 8:12 pm
Posts: 21
jzimmerlin wrote:
In fact, the only similarity I see in the entries is that none of them provide a referrer.

Sometimes people type URLs into the address bar :)

Otherwise, maybe it's some sort of broken user script?


Top
   
 Post subject:
PostPosted: Tue Dec 06, 2011 1:13 am 
Offline
Senior Member

Joined: Sat May 03, 2008 4:01 pm
Posts: 569
Website: http://www.mattnordhoff.com/
Could also be bots of some sort -- imagine something stupid, and there's an obscure search engine or email harvester that does it.

_________________
Matt Nordhoff (aka Peng on IRC)


Top
   
 Post subject:
PostPosted: Tue Dec 06, 2011 1:25 am 
Offline
Senior Member

Joined: Wed Jul 21, 2010 8:04 pm
Posts: 119
Yeah, I don't know what to make of it. The URLs aren't really public, in the sense that they're not posted on the home page or something. They're only for clients. So I don't know how a bot would discover them.


Top
   
 Post subject:
PostPosted: Tue Dec 06, 2011 2:35 am 
Offline
Senior Member

Joined: Thu May 21, 2009 3:19 am
Posts: 336
jzimmerlin wrote:
Yeah, I don't know what to make of it. The URLs aren't really public, in the sense that they're not posted on the home page or something. They're only for clients. So I don't know how a bot would discover them.


Because your clients are stupid, typical end-users and their computers are massively infected with viruses or other mal/spyware and every link they visit is sent somewhere else.

Hit arin.net and find out who owns the IPs of the computers visiting your site, that, the time stamp and the page they are trying to hit are nearly the only parts of those entries that are not spoof-able.

For the most part, don't bother, those log entries you listed are all 404 errors, so they are not even pages that exist on your site. Just people who have malware installed on their computers trying to find software that's easily compromised.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group