Slashdot Log In
Symantec Users, Start Your Keyloggers
Posted by
CowboyNeal
on Thu Mar 02, 2006 08:01 PM
from the unfurling-the-welcome-mat dept.
from the unfurling-the-welcome-mat dept.
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."
Related Stories
[+]
Point and Click Cracking 105 comments
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.'"
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.
Full
Abbreviated
Hidden
Loading... please wait.
+++ATH (Score:5, Funny)
Bitcom too (Score:5, Funny)
Parent
Re:+++ATH (Score:5, Informative)
Some of the early not-too-smart (pre-computer-running-the-show) terminals - notably the "Ann Arbor Terminals" terminal, the DEC VT105, and anything following the ANSI standard for terminal operation which was based on them - had several "soft keys".
- These could be configured to send any desired sequence of up to maybe 128 or so characters when hit.
- They were configured by an escape sequence.
- The escape sequence could be delivered from the far end of the link. (Typically was, by a program setting up the softkey.)
- The escape sequence setting the key would not produce any visual indication on the screen that this was being done (so as not to corrupt the screen).
- The key could also be "struck" by another escape sequence, also deliverable from the remote end.
- Some talk/chat features (think "stone-age instant messaging") did NOT filter out escape sequences in inter-user messages.
What this meant was that a user (especially one running an early terminal emulator on an early home computer - like an Apple ][) could compose a message to another user that would reprogram one of his softkeys to send anything the malicious user wanted and "hit" it remotely. The time-sharing machine in the middle would interpret the command as if it came from the victim. (This was especially handy if the victim happened to be logged in as the equivalent of a superuser at the time.)
If the message was a multiple command to disable keysroke echoing at the start and reenable it at the end it might not show up at all. (Or screen control stuff could be included to blank out the echoed command before it could be noticed.)
There were revs to the terminals to disable this. But installing them made the terminal no longer standards compliant. B-)
Parent
Re:+++ATH (Score:4, Informative)
Parent
Workaround for that dumb +++ problem (Score:5, Insightful)
However, the value 255 was special: if you do ATS2=255, the +++ escape feature is disabled entirely. In this mode, you hang up by dropping the "terminal ready" bit on the serial port - something that can't be faked like +++. This has the disadvantage that you can't switch to command mode without hanging up, but that feature was rarely used (especially because data sent by the other side while in command mode gets dropped).
This feature was frequently used by BBSs to stop this kind of thing from happening (IE, people doing +++ATH ATDT911).
Meow,
Melissa
Parent
Re:Workaround for that dumb +++ problem (Score:3, Insightful)
One thing for sure. (Score:5, Insightful)
But they just did... (Score:4, Funny)
Since IRC is mostly a time-killer, wouldn't something that knocks people off of it be considered productive?
Parent
Re:One thing for sure. (Score:5, Informative)
It wasn't a script kiddie who figured out that this works, it was a "hacker" (or a "cracker").
It's not like some kid spent hours figuring this out. These kids were told by someone who figured it out, who would not be referred to as a script kiddie.
Parent
Re:One thing for sure. (Score:5, Funny)
Only script kiddies use Norton. Seriously.
Parent
Re:One thing for sure. (Score:3, Insightful)
Yep, it works... (Score:5, Funny)
Channel name (Score:3, Interesting)
protection? yeah, right (Score:5, Insightful)
thats a really scary concept, that the very programs we rely on to protect our computers are so incredibly insecure that a couple keystrokes can completely disable our protection. you would think that if we are expected to pay a company to protect us, that they would do their best. this day in age, that is NOT the best they can do. Not a chance.
Re:protection? yeah, right (Score:4, Insightful)
Parent
Re:protection? yeah, right (Score:4, Informative)
"Exepct that Unix like operating systems aren't immune to many virus attacks too. They just haven't been the focus of attack in any significant way, so the true virus potential isn't know."
You seem to think *nix OSes are a lot less popular then they are. You do know that Unix was the most popular server OS until this year, right? You do know that when combined with Linux and BSD, the *nix OSes still outnumber Windows servers, don't you? And surely you've heard that Unix has been around about 35 years, haven't you? So.... where are all the Unix viruses? There should be a million of them at least but there aren't. There have been only 13 Unix viruses in computing history. Maybe it has something to do with the fact that it has always been desinged to be secure from the start.
Parent
Re:protection? yeah, right (Score:3, Insightful)
Which, were it still the 70s and everyone was using dumb terminals off a mainframe, might be something worth considering.
However, in today's world we have these things called *Personal* Computers that aren't managed by a team of engineers and rarely have more than one user. On PCs, the "system" is the *least* important data on the machine.
In Linux and other UNIX-like OS its trivial to set it up so a ignorant user never
Re:protection? yeah, right (Score:5, Informative)
thats a really scary concept, that the very programs we rely on to protect our computers are so incredibly insecure that a couple keystrokes can completely disable our protection. you would think that if we are expected to pay a company to protect us, that they would do their best. this day in age, that is NOT the best they can do. Not a chance.
From what I understood, the keystrokes weren't disabling the protection, but rather activating it, i.e., shutting down the chat session to prevent it from triggering malware. - Paul
Parent
Re:protection? yeah, right (Score:2)
thats a really scary concept, that the very programs we rely on to protect our computers are so incredibly insecure that a couple keystrokes can completely disable our protection. - well, maybe you should read the article then (if it didn't become obvious to you right away) and see that this IS the protection. Nothing is disabled, Norton sees these commands in the channel and decides to shutdown the connection (supposedely to prevent your computer from being infected.)
It doesn'
Re:You are mistaken (Score:3, Insightful)
MMORPG affected? (Score:5, Funny)
Re:MMORPG affected? (Score:2)
The reason I chose to respond to your post, is cause I just did a
Yes, I've had something similar before (Score:3, Funny)
So I'm playing WoW happily and suddenly I'm completely lagged (you know, those time-bubbles where you can run around, but not cast spells or receive any update from the server) and then disconnected. Better yet, when I try to reconnect, I can't.
Turns out that something in that stream of binary data between the WoW server and the WoW client looked to Norton suspiciously like some old SQL Server exploi
Re:MMORPG affected? (Score:4, Insightful)
nc -l -p 6667
on machine with NPF or NIS on it:
telnet machineone 6667
on machine one:
startkeylogger
machine two will now disconnect you from machine one and Norton will block you from connecting to machine one again. You have to go into the AutoBlock tab of the Symantec Client Firewall and remove the ip from the list.
Parent
So bad? (Score:4, Funny)
While yes a bug, most of my experience on IRC would point towards a benefit if anyone could boot anyone else. The benefit is to those booted, to be clear.
No surprise here... (Score:4, Informative)
I deal with hundredes of machines monthly, and it's always the NIS/Norton Antivirus machines that have been completely compromised without Norton making a peep.
US companies suck at malware detection. I've found the eastern European companies to be among the best.
Re:No surprise here... (Score:2, Redundant)
You mean... companies in the former Soviet BLOC?
Because we all know, that in Soviet Russia, malware detects you!
Re:No surprise here... (Score:4, Funny)
Sure, the author is always gonna best know how to uninstall his app.
Parent
Only one thing to say about that... (Score:2)
Um. (Score:3, Interesting)
Doesn't affect me (Score:5, Funny)
Bash.org (Score:2)
"Wait so everytime someone says **** he gets disconnected?"
"Quit
"Join
etc...
Re:Bash.org (Score:3, Informative)
Fun keyword filtering.
Re:Bash.org (Score:2)
Best Part of This + Fix for Problem (Score:4, Informative)
Which means you can change your nick to one of the words.
Or even more devlishly, put it in your ident where noone will notice it. Your speech will be so powerful it will knock people off the internet. Or is it your breath...
PS: Another keyword that works is "stopspy", which is more useful for idents. I don't normally take advantage of stuff like this but it's too good to pass up.
To redeem myself, I will mention that you can work around this by turning off some filter called "Spybot keylogger" or something under advanced options.
Re:Best Part of This + Fix for Problem (Score:3)
Even though I had already cleared the channel of any Norton users, it was funny to watch people joining #xbox and get kick banned for trying startkeylogger & stopkeylogger.
Thanks alot! (Score:2, Funny)
Its good times watching 10-15 people drop at a time in the huge channels.
But now the fun will quickly disapear, thanks to slashdot. DOH!
Some servers filter these already (Score:3, Informative)
Security (Score:3, Insightful)
This is not the first "personal firewall" product to be attackable, either. BlackICE has had its time up on Slashdot, as well as other packages.
"Personal firewalls" do little to improve computer security, and do add overhead, complexity, and their own collection of security problems.
The real fix is to not start servers that you don't trust to be solid listening for traffic from your computer. Microsoft does (irritatingly) have a collection of servers running by default (unless SP2 disabled or blocked access to them -- dunno).
Worrying about personal firewalls, trying to treat NAT as a "security enhancer", etc...it's all crazy. Just don't open the holes in the computer in the first place and you don't have to worry about it.
norton has got to be the least secure virus produc (Score:5, Informative)
Why?
Because you have to run Norton as the administrator, if you want updates. You *used* to be able to get around this, by installing Norton as an admin, then setting up a cron (scheduled tasks
Lame? Yes, it is. Their techincal support staff find nothing odd about this, and their sales staff try to sell you an inordinately expensive "professional" product which does allow you to run as a normal user, and have updates occur without logging in as admin every 5 minutes. This is just sad. Every XP user should be running as a non-admin. Norton should be *encouraging* that.
I thought these people were trying to *help* security? The last thing I want anyone to do, is run as administrator on an XP box. Sure, you don't get the same level of security that you do under Linux, when one runs as a normal user, but it's still *very preferable* to run as a non-admin user for your day to day tasks, under XP.
There are so many "business" class products that don't understand such a simple concept. I've seen income tax software that must be run as the admin user under XP. Anti-virus software though??! That's just absurd.
I can't decide what's more interesting... (Score:3, Interesting)
I mean, if Norton is aware of a keylogger worm on IRC, wouldn't it make more sense to have Norton Internet Security kill the keylogger process or block the data the keylogger tries to send out? It is a firewall after all. Or, for Norton Antivirus to identify the keylogger and remove it as part of removing the worm. Would it not be part of the worm, and therefore something Norton is supposed to be removing, as part of the program's specified function?
If stopping access to a service is how one should protect themselves from threats on it, maybe Norton should just block all TCP/IP traffic to prevent viruses, worms, and identity theft.
Good thing the keylogger trigger wasn't "hello everyone".
Re:Impressive (Score:3, Funny)
Re:Impressive (Score:3, Insightful)
Re:Impressive (Score:3, Informative)
thats just for starters
Re:time for a nick change (Score:3, Insightful)
I've confirmed on my network that the following will kick some serious ass:
- simply saying it in a channel
- adding it to the beginning of a topic (meaning if a user simply does a
- changing your name to it
- Quit messages
It may also cause issues in PM's, notices, but have yet to confirm with that.
We ended up just adding text filters for any spot where the text can occur, something like this (since we're on UnrealIRC):
Re:Does it work with other programs? (Score:3, Informative)
Re:Does it work with other programs? (Score:2)
But I guess that would just time out...
With WoW too (Score:3, Insightful)
Re:Does it work with other programs? (Score:3, Funny)
And now, ladies and gentlemen... (Score:5, Funny)
<n00b>startkeylogger
* n00b has Quit IRC (G-Lined - Banned from AustNet: This address has been used for deliberately try to disconnect others)
<user1>ROFLMAO!
<user2>Dude, stop doing that
<user1>Don't worry, he won't do it again
<user2>LOL!
Parent