Hackers Sweep Up FTP Credentials For the New York Times, UNICEF and 7,000 Others
SpacemanukBEJY.53u writes "Alex Holden of Hold Security has come forward with a significant find: a 7,000-strong list of FTP sites run by a variety of companies, complete with login credentials. The affected companies include The New York Times and UNICEF. The hackers have uploaded malicious PHP scripts in some cases, perhaps as a launch pad for further attacks. The passwords for the FTP applications are complex and not default ones, indicating the hackers may have other malware installed on people's systems in those organizations."
Pretty common today, I am kinda surprised this is news.
Basically what happens is that you get a few passwords, fire them against some servers that you know or assume the person it belongs to has some kind of access to (people routinely reuse passwords), if you get access to some webpage, slip in some code that loads malware to infect everyone visiting the webpage, rinse and repeat.
It would be interesting to model the "spread" of this way of password gathering. I wouldn't be surprised if it would show similar patterns to the spread of a (RL) infection.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
How does one check to see if they are on this list?
(n/t)
http://it.slashdot.org/story/1... May be related to something like this.
I mean hey, design for security *does* exist, after all.
Religous speak to God. Insane are spoken to by God. When all shut up, one can finally hear Shostakovich in peace
Who will know that that kind of things would be possible in a protocol where login credentials are transfered in plain text.
Cause they would of have died before. BETA fuckeerss
Is that what they are calling a user ID and password these days? "Credentials"?
lol
(I know, I know, in the computer "science" profession, that term has specific meaning. Still, there is a certain douchiness about this usage which I find nauseating).
Just because the passwords were leaked does _not necessarily_ mean that plaintext passwords enabled it. There are multiple attack scenarios that exist that would have just as easily compromised SSH passwords.
The summary was missing a couple important words. I've added them below:
The passwords for the FTP applications, which are transmitted unencrypted because that's just how FTP is and it doesnt matter if your password is "kjasdfkljlYSU87fyue847thIP&SH&&CDFO$Wfhi7qe4h5fo78aegh4fai7oshc7o8vae4hf84" or "correct horse battery staple" because a third-grader could sniff the traffic with decade-old tools, are complex and not default ones
Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
Wow, I guess we are back in the 70s..
Harrison's Postulate - "For every action there is an equal and opposite criticism"
Wonder if this could be related to the rogue filezilla....?
-- "Simplicity is prerequisite for reliability." --Dijkstra
Holy crap - even classic /. is playing ads with auto-play sound? When will the insanity end? Did someone turn off the common sense filter over there?
why people are not using secure comms. No one should be using FTP for anything anymore except maybe internally. All Internet-facing servers and services should, by law, be forced to be encrypted. Enough of this cracking nonsense already. It's the same crap with MS and admin by default out of the box. As an IT guy, 95% of the malware out there could be stopped by not surfing the net with admin privileges. Are we all stupid? SSH, SSL, TLS, IKE, whatever you want to use, just use it already.