Slashdot Log In
Malware vs. Anti-Malware, 20 Years Into The Fray
Posted by
timothy
on Tuesday May 06, @12:33PM
from the might-as-well-enjoy-it dept.
from the might-as-well-enjoy-it dept.
jcatcw writes "Steven J. Vaughan-Nichols considers the dissimilarities between malware of yore and current infiltrations as we approach the 20th anniversary of the Robert Morris worm. Modern malware apps curl up and make themselves at home in your system, where they wait for a chance to snatch an important password or a credit card number. Welcome to the era of capitalist hacking. Any self-respecting malware program today is polymorphic, making signature-based antivirus approaches difficult. Heuristics and virtual sandboxes offer alternatives, but all such methods are reactive. Unfortunately, monitoring lists and networks is about the only current alternative."
Related Stories
[+]
Developers: Malware Modification Contest Has Antivirus Vendors Upset 167 comments
SkiifGeek writes "Race to Zero, a sideline competition being set up at this year's DefCon, already has some Antivirus vendors steaming over the objectives of the contest. They are upset because it is essentially a polymorphism exercise. Entrants are given a set of malware samples which they must then modify to pass through a battery of antivirus scanners without detection while still carrying a viable payload. Even if competitors ignore the published vulnerabilities and weaknesses affecting antivirus vendors, the competition should turn up some interesting results. It may provide technical insight and concepts for further research as similar competitions have done in the past."
[+]
Kraken Infiltration Revives "Friendly Worm" Debate 239 comments
Anonymous Stallion writes "Two security researchers from TippingPoint (sponsor of the recent CanSecWest hacking contest) were able to infiltrate the Kraken botnet, which surpasses its predecessors in size. The researchers have published a pair of blog entries: Owning Kraken Zombies and Kraken Botnet Infiltration. They dissect the botnet and go so far as to suggest that they could cleanse it by sending an update to infected hosts. However, they stopped short of doing so. This raises the old moral dilemma about a hypothetical 'friendly worm' that issues software fixes (except that the researchers' vector is a server that can be turned off, not an autonomous worm that can't be recalled once released). What do you think — is it better to allow the botnet to continue unabated, or perhaps to risk crashing a computer controlling a heart monitor somewhere?"
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.

There is no cleanup anymore (Score:4, Interesting)
Non-admin rights, client-side file-scanners, web-side black-lists, and user training is the only way malware is going to go away.
Reply to This
Re: (Score:3, Interesting)
Re: (Score:2)
Only if we don't unify our code, which probably won't happen because people will want to target broad user bases. When code can be compiled on a Windows machine to target a Linux machine, you st
Re: (Score:3, Funny)
either that or you have to develop a self compiling virus
Re: (Score:2)
Non-admin rights a
Robert Morris, OMG (Score:5, Informative)
http://pdos.csail.mit.edu/~rtm/
You're thinking of the William Morris talent agency in Hollywood, or something. Mods, please correct this.
Reply to This
Re: (Score:2)
Wyrm with Nicely Textured Paisley Wallpaper (Score:2)
Re: (Score:2)
Re: (Score:2)
Some ways to win. (Score:3, Informative)
Prevent any other changes from being made to the system, mount system partitions read only.
Where users are installing software, force it into a sandbox (one for each application). Each sandbox will have limited access to the network, user files and hardware (such as web cams and microphones).
The simplest solution is to never allow software from users to run (mount home partition as no-exec). However, this doesn't cut it much of the time, which is why I would suggest doing something similar to no-exec, but as a sandbox rather then not running the file at all. I'm not sure how hard that would be, but I'm sure it is possible.
(Oh wait, are we talking about MS Windows here? I guess you can ignore what I said then...)
Reply to This
How does a vendor become trusted? (Score:3, Interesting)
Who the hell is William Morris? (Score:4, Funny)
Reply to This
Criminals and Elections (Score:4, Insightful)
Between spam, malware, and credit card fraud, the criminals are winning, big time.
The eventual consequence of this is a faltering of trust in our financial systems and economies, and the rise of new kinds of criminal mafias, with billion dollar portfolios. If you thought the mob was scary, wait until you see what rises out of the ashes of the current system.
The solution to this, I believe, is first to limit the information transferred in any transaction to that which is necessary for the transaction (no grocer, you don't need to know where I live); second to implement electronic cash (in the current credit card system you give authorization to perform transactions at any time in the future without verification); and third to establish and teach strong cryptography for communications, transactions, and identity.
But the biggest thing we can do now is get the world's police forces to get off their asses. As long as these things are not prosecuted, criminals will flourish, and they are.
It's time to make this an important issue in elections, before we all lose big.
Reply to This
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Throw out 2 level access control! (Score:3, Insightful)
When you need to install something esoteric then you would have to do some more advanced steps but if you are installing something strange then you probably know what you are doing anyway.
This could maybe be combined with some sort of trust network. Say your friend installs something that needs non-standard access rights, they could grant the required permissions and create a new profile. You would have them in your trusted list and would have access to all of their profiles so when you install that application, it can categorise it using the info your friend provided.
I think this system provides a good balance between really fine grained permissions and not blindly clicking through loads of confirmation dialogs.
Reply to This
time to throw malware in jail (Score:2)
"Capitalist" hacking? (Score:2)
What does the theft of personal information have to do with the private ownership and exchange of wealth?
NOT William Morris (Score:3, Funny)
Reply to This
There ARE other alternatives (Score:4, Interesting)
There are many alternatives to this, starting with: "Recognize that operating systems which are readily compromised by malware are broken and not acceptable for use." If you choose to use an OS which is so intrinsically weak that it cannot survive exposure to the (unfirewalled) Internet without anti-virus, anti-spyware, anti-adware, etc., then you have chosen poorly, and no subsequent choice you make will compensate for that.
A followup point would be "Understand that it is not possible to 'clean' a malware-contaminated system. The only acceptable course of action is to wipe to bare metal, reinstall, and restore from backups." While it might have been partially true in a limited sense that some malware could be removed by anti-whatever products, that's certainly not the case now: it's much more likely that malware will evade detection and removal. Of course, it serves the purposes of both anti-whatever companies and lazy system administrators to continue propagating this fiction, because if they actually had to scrub and rebuild systems as often as they're infested, they might have to face some hard choices that they'd rather not.
And an excellent set of auxiliary points may be found in Marcus Ranum's The Six Dumbest Ideas in Computer Security [ranum.com], where he enumerates the most egregious (and sadly, most common) mistakes made by nearly everyone, including supposed "experts" with strings of meaningless, worthless certifications after their names.
So there are plenty of alternatives -- but choosing them and implementing them requires vision and insight, two qualities badly lacking in many in the profession.
Reply to This
Alarmist (Score:4, Insightful)
There is a balance to be struck, and "Better safe than sorry" can be answered "better neither than either".
Reply to This
Re: (Score:2)
It further benefits computer shops and geeks who get paid to nuke and pave compromised systems. If Windows were robust and easy to "disinfect" I would have far fewer free computer
Re: (Score:2)