I've had 2 mac users hit my site today, and both their browser user agents were:

Mozilla/5.0 (000000000; 0; 00000 000 00 0 000000; 00000) DDDDDDDDDDDDDDDDDDDD DDDDDDD DDDD DDDDDD DDDDDDDDDDDDD DDDDDDDDDDDDDDD

instead of what I would generally expect. I contacted one of them and had them try FireFox and Chrome as well - same result. So clearly something (a proxy, most likely?) is stripping their useragent and replacing it with junk. They're not aware of any software running on their Macs which would do this.

Has anyone else seen this before? Any ideas what does this and how widespread it is?

link|improve this question
Maybe Serverfault would be a better place to ask this? – sdeer Aug 20 '10 at 4:23
two people are saying that this belongs on ServerFault - I tend to agree, as this is not exactly a programming question. You might have better luck over there. My first thought is also that it's a Proxy issue. The user could be behind a transparent proxy and be none the wiser. – Chase Florell Aug 20 '10 at 4:25
yes, agreed. next reader - please close and migrate to ServerFault. – psychotik Aug 20 '10 at 4:47
feedback

migrated from stackoverflow.com Aug 20 '10 at 9:39

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 2 down vote accepted

A Google search for (user agent DDDDDDDDDDDDDDDDDDDD) suggests that the culprit is a program called Intego VirusBarrier. One of the features listed on its page is "Hides browser and platform information."

This behavior can be changed, according to this thread:

On my Intego VirusBarrier X6 I also discovered the tab "Information Hiding" under "Surf". I unchecked "Hide information about my computer and web browser" and it worked instantly.

link|improve this answer
1  
search query FAIL. I tried "useragent macos 00000". Thanks! – psychotik Aug 20 '10 at 5:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.