Forum Moderators: open

Message Too Old, No Replies

MSIE or Firefox mutant; not on Windows server

         

aristotle

9:04 pm on Mar 13, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Well I don't know what to make of this, with the strange UA, but am pretty sure it's not human.
Host: 113.29.151.94
/example.html
Http Code: 200 Date: Mar 13 06:16:48 Http Version: HTTP/1.1 Size in Bytes: 12006
Referer: -
Agent: Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server;) Daumoa/4.0

IP: 113.29.151.94
Hostname: 113.29.151.94
ISP: CDNetworks
Organization: Daum Communication Co.,LTD
Services: None detected
Type: Broadband
Assignment: Static IP
Country: Korea
State/Region: Seoul-t'ukpyolsi
City: Seoul

[edited by: phranque at 10:58 pm (utc) on Mar 15, 2015]
[edit reason] disabled graphic smile face [/edit]

dstiles

9:26 pm on Mar 14, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I had one a day or so ago with a ludicrously high firefox version number - in the hundreds!

And several that simply say (approx): "Mozilla 5 Firefox"

aristotle

12:39 pm on Mar 15, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Since this came from Korea, could the original UA have been in Korean characters? And if so, could my site's server have had trouble deciphering them?

I'm just speculating on why the UA has such a strange form.

lucy24

7:43 pm on Mar 15, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is that a ; ) in the UA? The part that turned into a smiley. (I tend to deal with these by using inline
code ;)
markup.)

And if so, could my site's server have had trouble deciphering them?

Normally, non-ASCII characters (and also a fair amount of ASCII) would be percent-encoded. Things could get lightly garbled if the original used a one-byte encoding, but yours doesn't look at all like an encoding issue.

:: wandering off to investigate "Daumoa" ::

Oh, oops, it's not new at all:

[webmasterworld.com...]

aristotle

9:03 pm on Mar 15, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thanks for that link to the earlier thread, Lucy. So apparently this weird UA creation from Daumoa, or whatever it's called, has been going on for a long time.

P.S. I don't see a smiley in the UA on my screen, so don't have any explanation for that.

keyplyr

9:08 pm on Mar 15, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I block Daum & CDNetworks, but I've been seeing that stupid UA for years.

(and no smileys either)

lucy24

9:26 pm on Mar 15, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I don't see a smiley in the UA on my screen

Maybe you've turned off smileys in your prefs. (Never noticed this before; it's a global setting in the Control Panel.) The sequence
;)
turns into :wink: by default. (Personally I prefer mandatory noses, but nothing to do about it retroactively.)

aristotle

10:18 pm on Mar 15, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



No, I don't have smileys turned off. I see them here all the time. But not in that UA.

phranque

10:41 pm on Mar 15, 2015 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



i disabled the smiley.
=8)

lucy24

8:02 pm on Mar 22, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Oh, hey, thought it sounded familiar:

203.133.168.163 - - [20/Mar/2015:18:32:37 -0700] "GET /robots.txt HTTP/1.1" 200 647 "-" "Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server;) Daumoa/4.0" 
203.133.169.204 - - [21/Mar/2015:08:10:44 -0700] "GET /robots.txt HTTP/1.1" 200 647 "-" "Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server;) Daumoa/4.0"

a-n-d... (should really have noticed this one)
203.133.171.88 - - [04/Mar/2015:01:26:51 -0800] "GET /robots.txt HTTP/1.1" 200 647 "-" "Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server;) Daumoa/4.0"

:: detour here for comprehensive log search of name "Daumoa" ::

Well, fancy that. I've seen them sporadically since August 2014, from two different IPs:

175.126.171.ddd
203.133.ccc.ddd (I think it's 160/20 but who gives a ###)

Neither of those is a blocked range-- in fact my non-China blocked APNIC ranges can just about be counted on your fingers-- so it took me a while to figure out how they got 403'd. Looks like it's this rule I'd forgotten all about:

RewriteCond %{HTTP_USER_AGENT} Windows
RewriteCond %{HTTP_USER_AGENT} !(Windows\ NT|Windows;\ U|Windows\ Phone)
RewriteRule (^|\.html|/)$ - [F]

Bingo. (I went back and checked. Don't know what originally triggered the rule, but the UA has been involved in thousands of 403s over the years, tralala. Most of course were blocked ranges in their own right, but score another one for belt-and-suspenders.)