Slashdot Mirror


Trojan Found At Torrent Sites Insists "Downloading Is Wrong"

NoisySplatter writes "Ernesto, founder of TorrentFreak, reports that a new trojan, 'Troj/Qhost-AC,' has been distributed on The Pirate Bay. The virus was disguised as a serial key generator, and the offending torrent has since been removed, but the source has not been identified. Troj/Qhost-AC makes changes to the user's hosts file that redirects The Pirate Bay, Suprbay, and Mininova to 127.0.0.1. In addition to making three popular torrent sites inaccessible, the virus also plays a sound file that says: 'downloading is wrong.' It looks like someone has finally stepped up to the plate to challenge Madonna for the title of 'Most Obnoxious Anti-Piracy Stunt.' Of course, this could just be the software industry's attempt at outdoing the RIAA and MPAA."

2 of 345 comments (clear)

  1. What happened to Slashdot? by hairyfeet · · Score: 0, Offtopic

    This used to be a great place to read about tech and have interesting tech discussions. Key words: used to. But in the last 6 months or so it has frankly turned into shit. Any discussion is more than 80% anon cowards, and most of those are variations on "nigger nigger nigger" "(fill in the blank) are faggots" etc. Honestly it is getting to the point that I read a post, go down and see the discussions are nothing but trolls, and then go to somewhere else. What the hell happened?

    If this doesn't change I can see Slashdot just dying out, because who wants to bother when there are only a handful of posts and the rest are all troll crap. So what happened to Slashdot? Is this a temporary thing, or has all the good posters simply moved on and been replaced with trolls? Does the IP logs show it is only a few trolls posting like mad, or is this a chanology style mass trolling? Seriously Slashdot editors, what is going on?

    --
    ACs don't waste your time replying, your posts are never seen by me.
  2. Re:Please explain to me by Hal_Porter · · Score: 1, Offtopic

    Checkout the x-fry/x-bender headers: echo -e "HEAD / HTTP/1.1\nHost: slashdot.org\n\n" | netcat slashdot.org 80

    http://www.rexswain.com/cgi-bin/httpview.cgi?URL=http://slashdot.org&REQ=HEAD

    HTTP/1.1 200 OK(CR)(LF)
    Date: Sat, 10 Jan 2009 13:36:49 GMT(CR)(LF)
    Server: Apache/1.3.41 (Unix) mod_perl/1.31-rc4(CR)(LF)
    SLASH_LOG_DATA: shtml(CR)(LF)
    X-Powered-By: Slash 2.005001236(CR)(LF)
    X-Fry: Robots don't go to heaven.(CR)(LF)
    Cache-Control: private(CR)(LF)
    Pragma: private(CR)(LF)
    Connection: close(CR)(LF)
    Content-Type: text/html; charset=iso-8859-1(CR)(LF)
    (CR)(LF)

    if you refresh it changes

    X-Bender: Fathero!(CR)(LF)
    X-Bender: Shooting DNA at each other to make babies. I find it offensive!(CR)(LF)
    X-Bender: nogoodlawsprotectingtheinnocent--(CR)(LF)
    X-Bender: Alright! Closure!(CR)(LF)

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;