Slashdot Log In
Point and Click Cracking
Posted by
Zonk
on Fri Mar 17, 2006 08:42 AM
from the these-kids-have-it-too-easy-nowadays dept.
from the these-kids-have-it-too-easy-nowadays dept.
An anonymous reader writes "Washingtonpost.com is running a story about a number of botnets and keylogger operations being controlled by Web-sites with point-and-click type front-end software interfaces. The sites mentioned in the story look like fairly slick PHP pages designed to sort through password data from keylog victims and update infected computers with new code or instructions. From the story: 'The hacking software also features automated tools that allow the fraudsters to make minute adjustments or sweeping changes to their networks of hacked PCs. With the click of a mouse or a drag on a pull-down menu, users can add or delete files on infected computers.'"
Related Stories
[+]
Symantec Users, Start Your Keyloggers 313 comments
An anonymous reader writes "Script kiddies have been taking advantage of intrusion prevention features of Symantec's Norton Firewall and Norton Internet Security Suites to knock users offline in IRC channels, according to an amusing post at Washingtonpost.com. From the article: 'Turns out that if someone types "startkeylogger" or "stopkeylogger" in an IRC channel, anyone on the channel using the affected Norton products will be immediately kicked off without warning. These are commands typically issued by the Spybot worm, which spreads over IRC and peer-to-peer file-swapping networks, installing a program that records and transmits everything the victim types (known as a keylogger).' Makes you wonder what other magic keywords produce unexpected results with Symantec's software."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
php? (Score:3, Funny)
offcourse not (Score:3, Interesting)
Why if you used .net for the exploit then EVERYONE could just steal your keylog files!
This is basically a non-story. Someone at the washintingpost seems suprised that people do not print out their key logs and search them by hand. The only "new" element is that the tools are migrating to web based apps. Then again isn't that suppopsed to be the next big thing? Why should criminals ignore IT development? I am willing to bet the next one will be using AJAX.
Indeed! (Score:2)
Most of the problem is the users (Score:5, Interesting)
Re:Most of the problem is the users (Score:5, Informative)
After all, once an OS is running something bound to a port, how is it supposed to know whether or not you're an idiot who just installed a keylogger or trojan, or a competent user running some sort of legitimate server software? It can only warn you so much before there's just nothing else that can patch the hole, except maybe some tape over your head.
At this point, browsers warn people, operating systems warn people, firewalls warn people and virus scanners worm people, and they still just have to run that trojan software for whatever pointless whizz-bang effect it adds to their mouse cursor or emails.
Parent
Re:Most of the problem is the users (Score:4, Insightful)
Was "virus scanners worm people" a reference to the recent McAfee problem [sans.org] or just a typo? :)
Er, anyway, my actual point was that people are now so used to be warned about installing just about everything that they just click "yes" without thinking. When you go to Windows Update or Microsoft Update for the first time, Microsoft has a nice little picture explaining how to say "yes" to the warning dialogs that come up when it tries to install the update ActiveX control.
People are just so used to be annoyed by their computer that they mindlessly click through all the warnings anyway. The warnings don't really help, people don't bother understanding what they mean, and websites frequently include instructions on how to bypass them without explaining what the warning means [xenoveritas.org]. (I'll fix that someday. No, really...)
The only real solution is user education. Failing that, the clue-stick (also known as a "clue-by-four") is a fun, but ultimately useless, alternative.
Parent
Re:Most of the problem is the users (Score:5, Interesting)
It's a matter of risk/reward that's inherent in human nature. If 99 times out of a hundred you approach a crossing with a light and bar there's no train coming when there's no lights, you're going to get used to that. Of course, that one time you come along and the lights are broken, you're going to die, but that's the risk/reward. You're taking the 1% chance that you'll get killed by an unannounced train and comparing it to the fact that you'll have to do the extra work of slowing down, looking and speeding back up for nothing 99% of the time.
People just don't take serious warnings seriously unless there's a very good chance that they could be harmed by not following them. It doesn't matter how serious the consequences if they occur too infrequently to stay fresh in one's mind.
Parent
Re:Most of the problem is the users (Score:2)
To be fair, they also explain how to check if the control is signed, who it's signed by, to consider whether or not you trust the publisher of the control, etc. It's a little more than just "If you get a prompt, just click yes!".
Re:Most of the problem is the users (Score:2)
Yup. I really want to write a virus named "This is a virus - don't click on me.exe" and see how many people run it. Then compare those numbers to its variants, "This is a virus LOL.exe" and "This is a virus.mpg.doc.jpg.pif.scr.exe"
At this point, browsers
Re:Most of the problem is the users (Score:2)
There are so much warns out there that they become useless. The user don't read them anymore. The only alternative that works is making it hard to run the trojan, make the user DO several things in order to run it.
Require the user to change permissions is something that works. Linking the file with the browser someway, and requiring the user to unlink it to use out of a sandbox is something that may work. Displaying a confirmation window when the user see several of them each hour is something that doen't
Re:Most of the problem is the users (Score:2)
Re:Most of the problem is the users (Score:2)
Case in point:
Frost blames himself for the theft of his personal information. He said the Web site that launched when he clicked on the link in the fraudulent e-mail belonged to a legitimate online camera store, and that the woman he spoke with at that store even told him that her site had been hacked and that it had probably downloaded "some kind of virus to his computer."
Frost also admits he ignored her warning and put off installing the latest patch, something he said he plans to rectify after re-
Real problem is philosophical (Score:4, Insightful)
Parent
Re:Most of the problem is the users (Score:3, Insightful)
Most of the reasons PC's get hacked now days is that end users are still clicking on the links in phising emails and then holes in the browser being exploited.
Gee, that's great except it is not even close to being true. Most infections by number and most DDoS bandwidth is the result of automated worms that perform automatic remote exploits and require no human intervention.
Surely it wouldn't take much for the main browser makers to put in a user idiocy filter to just say aren't you being a bit silly?
Re:Most of the problem is the users (Score:2, Funny)
Actually, today's fully modern distributions have greatly improved – it only takes nine!
Sure, why wouldn't it? (Score:5, Interesting)
I often migrate things to web-interfaces that were previously shell scripts. It's more convenient, 'cause I can do the things I need to do from any browser without having to ssh in (which isn't always a possibility, rare, but it does occur). Also, it's easier to show to other people without giving away a shell account. Also also, it's easier to show to people who aren't "in the know" because it looks like something.
-JesseRe:Sure, why wouldn't it? (Score:2)
I haven't gotten so lax as to just have a straight-up PHP interface to the command line :) I don't go all-out for security, but I use enough to be reasonable. I don't do any "cracking" at all, the scripting I do is usually just mundane web stuff, which I often start working with on the command line, and move to a web-accessable script once that's all polished up.
I was just saying that it's quite reasonable to move many types of scripts to a web interface, 'cause that's totally convenient.
-Jesse
Re:Sure, why wouldn't it? (Score:2)
not the most secure thing in the world, mind you. but hey, i was in high school. what the frack did i know about security?
(blech, i'm gettin' old)
Stupid Innuendo (Score:5, Insightful)
Stop mincing your words and just say it. Stop telling people about "some website" where "evil hackers" can "point and click" to crack your passwords. Just fucking say Rainbow Crack.
It really fucking gets my goat when someone claims to have secret knowledge. What harm could have come from just saying Metasploit or Rainbow Crack? The evil doers already know. Give JoeUser actual knowledge and let him decide for himself.
Stop pretending that you know something and the public can't be trusted with it.
Re:Stupid Innuendo (Score:3, Funny)
Re:Stupid Innuendo (Score:2)
Re:Stupid Innuendo (Score:2)
Script kiddie wannabe's. So bad that they can't even write a short script. Joe User says, "I'm gonna get revenge on this guy I don't like"
Re:Stupid Innuendo (Score:2)
Re:Stupid Innuendo (Score:4, Informative)
Would you be satisfied if a neighbor was sent to prison without a public trial? If you ask, the police could just say, "If you only knew what we know, you'd want him in prison too."
That's what the WP is doing here. They tell people to be afraid without showing the full truth. The internet is a bad place, but don't try and scare people with secret knowledge.
Parent
Re:Stupid Innuendo (Score:3, Insightful)
Yah, he's in Guantanamo Bay now.
Re:Stupid Innuendo (Score:3, Insightful)
Fortunately, I've had the advantage knowing about these apps before now. But, I'm not the sort of person that goes looking for scripts to take out websites. I could make some good guesses on where to look for these things. But, I'm never going to have the time to be as aware of that area of knowledge as I could and should be. Especially if I have to rel
Re:Stupid Innuendo (Score:3, Interesting)
We started off over 7 years ago running a gaming site. I did the graphics, my mate used Front Page to get a few pages together. We pirated a verison of vBulletin... None of us knew much apart from a Hello World HTML.
3,000 members later and a dozen or so clued-up kiddies thought they'd tak
It's about time (Score:4, Funny)
point and click oblivion (Score:4, Interesting)
So why aren't the police kicking down the doors and confiscating equipment from this ISP? Are they 'protected' or 'special?'
After reading stories like this Dutch hacker arrest, [godutch.com]I am not sure why.
Aside from that, Microsoft needs to do something like pushing out mandatory security patches for all users of Windows and/or IE.
I am not sure why they don't do this either. I guess Microsoft thinks that all these lazy suckers deserve to be hacked.
Re:point and click oblivion (Score:2)
Profit. Microsoft doesn't push them out for profit sake. If you have a legal copy of a recent version of windows you can set the computer to auto update. Which is essentially what you are saying. Those with out a legal copy are left out in the cold. It's m
The *real* killer distributed application? (Score:5, Insightful)
Case in point: Thomas Edison originally conceived of the phonograph as a tool for dictation, teaching children from recorded lessons, and a few other specific apps. You know what he never, ever thought of? Recorded music. And yet, that is the killer app that made his invention a common household object and birthed one of the most successful commercial fields of the 20th century--the whole music industry as we know it wouldn't exist without the phonograph.
We saw the same thing with the Internet, when a bunch or DARPA eggheads (no offense, I love you guys) built an academic network that turned into what may prove to be the newest and most effective mass media tool in the history of the human race. I seriously doubt that anyone involved in the original research, or even anyone engineering TCP/IP networks in the 70s and 80s, imagined what would happen after 1990.
In the same fashion, botnets manage to apply the same basic technologies pioneered by Seti@home, distributed folding, and all of the other "beneficial" distributed computing projects that have wrung work out of the combination of 1) the popularity of the Internet, and 2) the unharnessed cycles, disk, and network I/O bandwidth of all those overpowered word processors around the world. And it's arguable that the economic productivity (at least to a few criminal types) of the botnets is overwhelmingly more than the cash made by all the originators of the concepts (yeah, I know, they're nonprofits, sheesh).
It's kind of a shame that the killer app of distributed ad-hoc networks is so generally harmful, but that's the way the cookie crumbles. Get a firewall, install you patches, and hope to God that nobody targets you with a DoS attack.
Re:The *real* killer distributed application? (Score:2)
If you look at it, these botnet idiots aren't really using the best technology. E.g. how does 20K bots connecting on an IRC channel make any sense? It doesn't -- there are better methods.
But, they've got a way to make money, with crappy tools, and that's what they are doing. So a few of the guys get big, and then they start making decent custom software -- well, that makes them evil genius villains.
Actually, it wouldn't surprise me if DARPA (or the CIA) wants to talk with these guy
Fight fire with fire (Score:3, Insightful)
Re:The *real* killer distributed application? (Score:2)
Certainly they imagined nothing of the sort. If they had, they would have paid a lot more attention to security issues, rather than assuming that users are in any way trustworthy...
Off topic:..*real* killer distributed application? (Score:4, Insightful)
I've got to question that assumption at least a little bit. Many (most?) of the scientists working on computer science related projects have always been fans of science fiction. Are you trying to tell me that they wouldn't have been aware of stories by Asimov, Heinlein, Clarke, Sturgeon, and others who all envisioned ubiquitous communications networks? Many of those authors wrote stories where ubiquitous computer systems of varying degrees of complexity were a factor. And some of those stories included all kinds of fascinating elements revolving around hacking past security measures. Certainly Gibson developed the themes far more completely later, but the elements were already there in the '50s at the latest.
I will concede that the original design(s) were never intended to grow into the global network that we have today. They were merely prototypes. The second one based upon IPv4 was so outstandingly successful that it took off before anyone really understood what was going on.
Suggesting that the original developers never thought about security issues also does them a disservice. They were researching communications for the DoD, for Pete's sake! The original design goal was to come up with a communications systems that would be capable of surviving a nuclear war. While that particular scenario has never been tested (thank Ghu!), faulting them for not thinking through every implication of every design choice doesn't do them justice. They still designed and built a system that just runs (partial network meltdowns are always due to economic reasons, not design). This was a truly remarkable achievement. It's especially true since we see systems in place that are essentially immune to the bulk of the common attack vectors in use today. It's not the original designers' fault that so many implementations are so badly broken. It's especially not the designers' fault that the single most dominant OS in use today is also the most porous.
Parent
Unpaid work (Score:2, Interesting)
Why go to the trouble of writing an easily-countered virus when you can just make cracking tools more convenient for the hordes of script-kiddies with nothing better to do, thus having a much more damaging effect?
Why do people write these? (Score:5, Interesting)
Is it for fame? Signal-to-noise manipulation? Are the little fuckers getting "0wn3d" by backdoors in their "1337 h4x0r t00lz"?
Or is it something else entirely?
Re:Why do people write these? (Score:3, Insightful)
Don't know, but these parts are more of a write-once and reuse code-type. I've seen tools like this, it's like a frigging plug-in system. "Insert exploit here" "Insert shellcode here". Which doesn't mean you'll actually write code - you'll just add some modules of what it's going to do. I imagine the botnet code is simi
Re:Why do people write these? (Score:2)
At the top of the tree, you've got Anti-Virus and Security companies.
They're where the initial energy for the system comes from...
Through proxies, they hire programmers in Eastern Europe and Asia to write all the Trojans, Virii, Backdoors and what have you, which the companies at the top of the tree will protect us from for a price.
If the programmers create a mechanism to make a little profit for themselves, so be it...
human psychology: power is a drug (Score:4, Insightful)
a part of me wants to push the button, just to laugh at your suffering
over time, i could probably could come to enjoy it, sadistic pleasure from your pain
even it required a lot more effort on my part to initiate the reaction
and if it came to define my identity, this dependence on this drug (as this behavior obviously has for some) i might even fetishistically involve myself in the tools i needed initiate your suffering. i might have the magic button encrusted with diamonds. if it really represented the source of so much of my pleasure
and before you sneer at me, recognize that this aspect of human behavior and this potential for asocial manipulation exists in all of us
just look at your average kindergarten class if you think this kind of cruelty and enjoyment of others suffering, impersonal or not, is not something unfortunately intrinsic to human nature
its a dark side, and its defeat comes in recognizing it, not ignoring it
Parent
Gulf Oil hacked ... (Score:2, Interesting)
The flaw is in the underlying Operating System.
A bug in a browser shouldn't lead to such massive breech.
Spur for users to RTFM? (Score:3, Insightful)
Yes. Asides from the "but is it Open Source?" jokes, I'd imagine it's not difficult for anyone with the motivation to get hold of this software - and no matter what it costs, a 'customer' could easily make that amount back and more.
It just makes me think - how far do things have to go before people realise that computers are not inherently safe? I'm being careful not to imply that computers *can't* be safe, because of course they can and I'd imagine the vast majority of /. readers' are - but that it's not some whizzy technological environment where everything is great and snazzier is better.
I'm talking about end-user attitudes; for a long time, public perceptions of computers and the internet has lagged behind the realities. They've shown themselves unwilling to learn out of sheer curiousity or interest in using these new tools. They've shown themselves unwilling to learn when viruses and spyware corrupt files and destabilise operating systems. Now I wonder if they'll start to pay attention to the realities of networked devices when it hits a lot of people in the wallet.
I also wonder whether the commoditization of cracking tools will eventually shoot crackers in the foot, by making them so ubiquitous that people actually get a clue and stop falling for phishing emails. But then I remember that while crackers have the greater desire to learn and exploit, they'll always be able to stay one step ahead, and come up with some new exploit...
And no, Trusted Computing is not the answer.
System Admins (Score:5, Insightful)
I don't get it. How can these Hackers get this tools that do all these great things, and as a system admin I cannot get a application bundle and installed without having to try and move the Rock of Gibraltar.
Considering as a system Admin, I would have more time and a higher budget, you would think some corporation would make some better tools to handle the more common tasks like managing and updating applications on workstations. Instead I get to read how a hacker can control thousands of machines through a configuration more complicated than Enron's accounting procedures all with a click of the button.
Life just ain't fair.
Re:System Admins (Score:2)
It sometimes makes me angry that such a clearly insecure system is being abused to take money from honest people. But everyone I know is totally aware of the risks, I've given them all 'the talk' about Linux, and they choose the blue pill every single time. Desensitisation is a strange thing.
Re:System Admins (Score:5, Insightful)
Well, I imagine the hackers don't give a flying fuck if it fails on 10% of the machines or how much it breaks, since it's all about numbers and it hardly matters which ones that works. If on the other hands it is the fscking machine you're trying to upgrade and instead it hoses the box, I think you might be slightly more annoyed.
Parent
"Infected" (Score:2)
Sounds like someone is confusing Windows' file sharing system with a security breach... oh wait...
For thos interested.... (Score:5, Informative)
Oh and here is a feature breakdown from a Russian bulletin board:
In English...
For those that care.... here [ratsystems.org] is the site.
If you have half a clue you will figure out where to go from there.
Screenshots (Score:4, Informative)
Bonus points if anybody can figure out where the shots came from and shut them down.
They should see the cracking tools for Yahoo, etc (Score:4, Interesting)
I'll sit in a Yahoo chatroom using gyach and FreeBSD, and I'll watch my pflog monitor and see dozens of scans, boot attempts, etc within a couple hours. (I love the chatroom "tough guys" that come in and threaten to "boot" me and "bluescreen" my PC..they get *really* frustrated when their little VB booter programs fall flat against a BSD box with a PF firewall and *nix chat client
There are numerous chat "crews" that trade in "cracked" accounts/screen names. I've never had my account cracked, but I follow proper practice regarding passwords, which most don't.
I've had chatrooms I'm in fill up with an entire "crew" all trying simultaneously to "boot" me after one of their members fail. They finally tire and drift off with vague threats about cracking my account and having their "1337" friend ("..my buddy is certified by Microsoft, he'll crash your hard drive!"
Anyways, back on topic, there are hundreds of very slick-looking cracking and booting programs available for Yahoo/AIM/MSN, most free (as in beer).
If there are programs just for *chat* that are this slick GUI-wise, it doesn't shock me at all that there are similarly-polished underground tools for other tasks and protocols.
Strat
Re:could this have any positive effect? (Score:2)
i mean, if most of the people running botnets are young and doing it for the 'kool factor', doesn't this take away from that a bit?
This is more botnet management software than exploit software. I think the main motivation is money these days. You can rent time on a botnet to perform attacks using a Web UI like this. The people managing the botnet can make a lot of money doing this, especially if they live somewhere like parts of eastern europe. Get one greedy American businessman to give you five grand f