The title pretty much says it all: have you ever written (or tried to write) a computer virus? I know pretty many young programmers try to do something like that in their early days. Did you? If yes, did you succeed? Tell us your tale - What did it do? Did you get punished? What did you learn from this? Etc.
feedback
|
|
I got into a lot of trouble in High School for writing a few things, the biggest and most notorious of which resembled the Novelle Netware login prompt our school used. It looked identical and when a user typed in their username and password it would save them to the current users network folder, display a message box with a standard error we saw every now and then (which of course ended with "Please try again. If the problem persists contact a System Administrator.") and then launched the real login, which worked (logging the current user off and the new user on). The program was actually a prank on a friend of ours, but the program spread around and then someone was stupid enough to try to set it up on an administrator, which then prompted a search and ultimately lead to people pointing fingers. Ultimately, I found the exercise itself rather fun since the network was secured very well we couldn't run untrusted code; ultimately we found the loophole was to enable running macros in word and then use VBA to get the job done. I also learned pretty quickly the repercussions of tampering with government property as the charges they brought against us were massive and plentiful (felonies, federal charges, the works). Ultimately there was no malicious intent and no grades were altered or secure systems affected, so the charges were viewed as excessive, but I still had to tour the local jail and put up some community service on top of being suspended for a week. Afterward I became president of computer club and started helping the admins by finding loopholes and reporting them, which turned ultimately allowed me more research opportunities and leeway so long as the results were properly reported. I think of this turn of events as incredibly influential in my learning and would not change any of it even if I could. | |||||||||||||||||
feedback
|
|
I thought about it when I was in school, but decided if something went wrong (like a bug), it could get out of control, and real damage could be done. Basically, I decided it was not worth the risk. Also, destroying things isn't really as difficult as building them, so I decided to focus only on building value. I'm sure you can learn a lot writing a virus, but you can learn just as much writing something constructive. (no judgement) | |||||||||
feedback
|
|
Yes, but only for personal interest and to learn how they worked. When viruses first became known in the early/mid 80's I wrote a simple virus on DOS in 286 assembler that copied itself into the header of .exe files so it was executed when the file was run. It then scanned the computer for more uninfected .exe files and repeated the copy. The first version was destructive - overwriting the header so the program no longer worked, the second not as it moved the uninfected code to the file end, replacing it with the infection code and executing it after the virus code. I did this using a book on security that went it a lot of detail on actual code and a simple manual on basic 286 assembler - being well before the Internet. Incidentally I did all this on an Atari ST running a DOS emulator so it was completely isolated from any real environment - an early virtual machine - as I had a healthy paranoia about letting it near anything valuable. I never did anything with it beyond experimenting - no payload or such, but it was definitely a worthwhile exercise as it taught me more about 286 assembler and low-level DOS program organisation - like how a program actually loads itself into memory and starts executing - than I would have ever encountered elsewhere, and of course there was a certain interest in playing with something then quite new and 'hackish'. | ||||
|
feedback
|
|
Yes, and some damn good ones. However There is a BIG difference between writing a 'virus' and deploying it into the wild. Many viruses are created in labs to better prepare future developments against malicious intent. Many security firms employ just such an approach. I have created several malicious viruses designed to aggressively take networks down and deployed them in controlled environments. We found this an essential exercise to improve both our development efforts and Network security. And yes, if you're curious, we did initially deploy them secretly within the environment in order to test the IT response to such threats. Sometimes, when it really matters you need to test the theories and redundancies with as much realism as possible. | ||||
|
feedback
|
|
I did once wrote a program that (not intentionally) cleared my hard drive. Does that count ;-). | |||||||||
feedback
|
|
No, but I was asked to. My boss gave me requirements for a program that would start when a user inserted a floppy disk with the program on it, search on the user's network for a computer with one of our attached devices, then update the device driver. This was to be done automagically, without the user needing to know what was going on. After I explained to him (and his boss, and his boss) that this was virus-like activity, and that there was an entire industry devoted to preventing it, I was finally able to get the requirements changed to something more reasonable. It would have been interesting to try it, just to see how many nuclear power plants (our target customers for those instruments) had security relaxed enough to make it work. At the time I was guessing around 0. | |||||
feedback
|
|
I've never written one, but I've disassembled quite a few to find signatures for a now-defunct anti-virus product. Some of the early "virus toolkits" were very well done, written by people with excellent knowledge of the x86 processors, but without thinking about the consequences. Luckily a number of the "in the wild" viruses had bugs or no payload, and could be removed easily. The company had to perform numerous repair jobs on corrupted drives to get back someone's thesis, accounting data, etc., including training about regular backups :-). A number of people still lost years of work when there was too much data corruption -- heartbreaking stuff. So if you have the knowledge to write one you'd really be better off coming up with the next Google instead... | ||||
|
feedback
|
Animal MagicI made an app which played the theme tune to Animal Magic at 5pm every Friday, and installed it on as many company PCs as I could before leaving the company. Not so much a virus, as it could spread itself, more a prank :) You see, every Friday our team would play the theme tune to Animal Magic (a kids TV show from the 70s, google it, the theme tune is excellent). While playing, all involved had to glide around on their chairs in time to the music. I guess you had to be there. Anyway, when I left the company, I wanted to be sure the magic lived on, hence the little app which did its best to stay hidden until the desired time. I hear it took them a few months to completely eradicate it. | ||||
|
feedback
|
|
There used to be something called the "Virus Creation Labs". Essentially, it was a code generator. You would select what features you wanted in your virus and it would generate an assembly file that had those features. When I generated the virus, I had no way of knowing if the assembly really did what it claimed, (I didn't know assembly then, this was l2 years ago) but I did have an assembler and linker! So I assembled it and linked it. Then I had an EXE. I ran it. It corrupted my fat. To this day, I have friends that won't let me live that moment down. | |||||
feedback
|
|
I wrote four simple viruses back in DOS age. It taught me some assembler, some .exe format details, DOS API, something about resident programs, how to hide my virus in the exe file, etc. One virus was interesting as it xor-ed its body with file where it was hiding, so it looked totally different each time (except small loader ;-)). All-in-all, it was fun and I was very proud of these viruses (I was like 15 after all :-)), although they were quite stupid, and I think NOD was able to detect all of them via its heuristic. | ||||
|
feedback
|
|
In highschool I've done some research on how computer virusses work. I've written one to demonstrate to the rest of the class how easy it was to create a virus. This virus was written in Turbo Pascal, and was only capable of "infecting" other Turbo Pascal source files. This made it more visible. Later when I found out that MSN messenger had an API in 15 minutes I hacked something together (in VB6) that could use MSN to spread. To my surprise this really worked. The user had to click a link, but everyone did. I included a maximum work time (for about 15 minutes) and MSN was not that well known back then, but this was a dangerous experiment. | ||||
|
feedback
|
|
1996, at work, I had created some fancy app using a combination of .bat files, pkzip/unzip utilities and some of my own creations with Turbo Pascal running on a Novell Network. Another guy came and used all my code, made a couple minimal changes (like the directories used or something like that) and put HIS name on the ".bat app" I was so pissed of, I created a new .bat, called it "echo .bat", with a #255 character in the name that .bat file deleted his programs every time it was executed all I had to do was to add some "echo " on one of his .bat files oh, it was so much fun... til they found out | |||||
feedback
|
|
I've thought about virus writing. My issue would be how to test them. I could set up a network of virtual machines to test it, however it becomes very complicated. The way I see it, a malicious virus has two properties to it:
I think both aspects are simple enough to create. The challenge is to create them together in a way that is testable, yet not malicious to machines other than your virtual test network. I think the biggest implication is what it means for security. I feel like everyone should learn how to write viruses or some sort of malicious code at some point, just to learn the thought process it takes. The better one knows how to do this, the better off you are at protecting against it. This applies for really any kind of development at any level (almost). Both installable apps, and web apps can be open to vulnerabilities, and any layer within a technology stack is open to attack if not properly secured. Knowing how to cause damage is one of the best ways to prevent it. I think it's better than just being told how to prevent it because actively thinking about how to attack a system means you're more likely to remember it. | |||||||||
feedback
|
|
I regret never having done this. Building a good virus might teach a lot. Back when the virus was still active, I got the source code of the PhatBot worm kit. That was one impressive piece of software. One of the best, cleanest OSS projects I've ever seen, including one of the best documentations. From a technical point of view, this code really was a marvel. Someone else pointed out the considerable logistical challenge of testing a virus. This makes development obviously much harder if you're not one of the two people on earth who are capable of writing correct code every time, without ever testing (the other one is Don Knuth, of course). For someone less interested in the nitty-gritty low-level system exploitation techniques and more in the “biological” component of viruses, there are good alternatives, e.g. CoreWars just to name one of them. | ||||
|
feedback
|
|
Whilst this isn't strictly a virus I had once written a tool that installed itself on a computer once a certain command was passed (login on Novell NetWare) and replicated a spying tool that teachers used to see what students were up to on their computers. The original system allowed them to view a students' screen and send them messages, usually saying "Stop looking at Games" or "Get back to Work!". Mine was a simple messaging system that displayed a message that looked exactly the same as the real one, expect mine was controlled by the number of the PC, not the users' login credentials. After a quick walk-around to see what number PC they were on (they were printed on the monitors) I sent them a couple of disturbing messages, ranging from:
To this delightful one when the Headmaster was playing on a Computer in the Lab and the Teacher was obviously slacking.
That got me into trouble, even though they never found out that it was me that had written the program. | |||||
feedback
|
|
It wasn't exactly a "virus" but it had some negative side-effects. I was always weeks ahead of the rest of the class in my high school programming class, so the teacher would think up some ridiculous projects for me to do. I don't know if she exactly employed me to do this one, or if it was my own idea, but people were always playing games in class when they weren't supposed to. So I wrote a program to stop this behavior. Basically, it just scanned the titlebar of all running apps and killed them if they contained certain keywords. Then I got a little carried away and made it so the program always ran two copies of itself, so that if you tried to ctrl-alt-del kill it, another one would just respawn. I had to install the program manually on all the computers in the lab. I then made it read a text file off a network drive that contained all the keywords I wanted to kill. But... this was no fun, I couldn't see who I was actually stopping. So I started logging everything that people were doing. I then discovered that I was killing some perfectly legitimate programs!! For example, in photoshop and 3ds max, when you save a file, the filename appears in the title. If you saved your file had the word "game" or one of my other magical key words, it would just die, and every time you tried opening it, it would die again. Oops. It had some humorous affects too, when it actually did work. AddictingGames.com was really popular among my class mates. I'd see someone go to site... it would close, they'd scratch their heads and think WTH? Then they'd try again...and again...and again, and have no idea what was going on! It was funny when you heard perplexed noises throughout the class room. There was a real jerk in our class too. He was screwing around with the bios of these computers and other stuff he shouldn't really be doing. Plus, I didn't really like the kid. So I added his username as one of the keywords... every time he tried viewing his network drive in explorer it would close. He then tried going to a different computer... one which I had also installed the program. Sucker :) I shut it down before the teachers actually caught on to the havoc I was wrecking... I didn't think they'd be too pleased, even if my intentions were noble to begin with. I was more or less a teacher's pet though, so... they wouldn't have cared too much. Programmed in C++ I think. | ||||
|
feedback
|
|
TheXenocide, I actually did the exact same Novell trick... programmed a replica login screen screen using dos based Pascal! Going back a bit! Even Had the right time delays between entering a username, password and reporting an error with the password entered to make it look authentic! The program would be executed by the autoexec.bat on start up just before Novell kicked in with the real login screen (black screen with a red bar at the top if I remember right!). It saved all the usernames and passwords to the hard disk... I then logged in as another user and sent a network message to everyone from users account! (nothing malicous off course). The sys admin did come into the computer block one day after I sent several messages to everyone and looked at the empty computer that I was using 5 mins earlier (I moved to opposite side of the room just in time). Good days! My last (and only) computer virus even if it was a bit basic! | ||||
|
feedback
|
|
The closest I ever got was to write a program that executed from the bootsector of a BBC Model B Microcomputer that were popular in UK schools at the time. It made the screen go different colors along with the text "You've been noobled" or something really dumb while playing a stupid tune that I can still remember but defies words to describe how lame it was. The program was unable to replicate itself and didn't do anything harmful other than stop me from going outside or learning to talk to girls so I guess it was pretty benign. I learnt a lot about assembly and hacking around with hex editors that I've forgotten now but I'm pretty sure it did teach me something at the time other than what an interesting graphics architecture the BBC had (and a nice keyboard) As it never caused any damage, I never got into trouble for it. In fact for one class we were left with a substitute teacher and the instructions "See Martin for any questions". Looking back I am not sure if this was the teacher making a comment on the level of ineptitude in the subject of his co-workers or a snide remark at how much I liked to talk about the subject during class. I suspect the former as the substitute teacher in question usually taught pottery and appeared to be grateful when I was able to answer my classmates problems while she read a book. | ||||
|
feedback
|
|
Yep, I created a It would then append the exe files with the sentance (over and over):
It's good fun. EXTRACT FROM THE CODE BELOW, THIS IS NOT THE FULL SOURCE CODE SO DON'T FLAME ME! (AND IT WON'T COMPILE - SO DON'T TRY)*
| ||||
|
feedback
|
|
I have not personally written a virus... To those of you who do it for learning experience, good for you. To those of you who do it to be malicious, what a huge waste of programming talent. I spent enough time cleaning up virus up my neighbors and parents, brothers, etc., that it bothers me to no end to see how good programmers waste their talents away writting virus, spyware, etc. | ||||
|
feedback
|
|
I think it helps to understand security vulnerabilities by experimenting with code that takes advantage of them. For example, it is trivial to write a program that takes advantage of a buffer overflow to change the return address of a function. However, such exercises can be done without resorting to writing actual viruses. In the end, the goal should be for us software developers to learn from the mistakes of the past and not repeat them. | ||||
|
feedback
|
|
When I was younger I made a go at writing a hidden txt file that would fill up the C: drive. My first attempt taught me that Windows XP will automatically compress a text file that has repetitive text. Kinda neat. Multi Gig sized file was compressed down to a couple of megs. | ||||
|
feedback
|
|
Closest I've pulled was an application that spawned a few dozens instances of various pre-installed windows games (winmine, solitare, etc) to cover up the fact it was generating 10,000 empty text files on the desktop. I stuck the code inside of a class project that my professor decided to demo to the class. It got a good laugh (he laughed hardest at it). | ||||
|
feedback
|
|
Back in my days at school I wrote a program which copied itself around the network, and then during my classes scheduled would randomly play funny wave files or open and close CD-rom drives at random. But then I grew up. | ||||
|
feedback
|
|
Two. You'll probably find most people with a hand in anti-malware have written viral code at some point. Obviously I've never released them as I'm not a sociopath, but I can't say that about everyone's... Both were for RISC OS, an obscure OS for UK firm Acorn's ground-breaking but ultimately doomed desktop platform (for which the ARM chip was originally developed). Most RISC OS viruses were annoying but harmless and pretty basic things; the leading anti-virus package was a wobbly lump of compiled BASIC whose performance was terrible, and which couldn't actually be run on Acorn's smaller-memory machines as new definitions pushed its memory footprint into (what was in those days) the stratosphere. The first was little more than a joke, a BASIC virus that infected other BASIC desktop programs by looking for their WIMP loop and hacking extra procedure calls into the source. Incredibly slow and amazing it even worked. The second, on the other hand, was potentially pretty serious. It infected any Module files (which are a bit like .DLLs) that the system ever accessed, adding code to the end of the file and redirecting the entry points. When loaded, it would claim all the operating system's file-handling vectors so that anything that tried to read the infected files (including the OS itself loading them, and the aforementioned anti-virus tool) would see the original uninfected file. In this sense it was rather like the file-hiding stuff today's rootkits. It was virulent and stealthy enough to escape its own testing environment a few times during development, so it was lucky I included a kill-switch; could have been very unpleasant in the wild. The payload was that it searched every file you accessed for a sequence of plain ASCII letters that would execute arbitrary code encoded (similarly to base 64) between the ASCII header and a checksum terminator. This would allow payloads to be hidden in innocuous-looking e-mails or other content from the net or a floppy disc. Compared to the Russian crap we have to put up with today, though, it all seems rather quaint... | ||||
|
feedback
|
|
Viruses were just starting coming to prominence when I was at uni, and with a group of friends we'd collect and share as many samples as we could get our hands on. The main interest was to pull them apart and understand how they operated at the lowest level. The first (and probably last) I remember really getting to the stage of knowing how it all worked end-to-end was the classic Brain virus. Really, this was all about tinkering with our machines at the lowest level - that place where software, hardware and BIOS meet. Examining viruses was in fact just a small but interesting part of that whole discovery process that got me down and dirty with things like
But the question was: did I write any viruses? Not that I recall. What more interested me was applying many of the same techniques in programs that didn't self-replicate and wouldn't class as viruses - like TSRs (terminate, stay-resident), some disk surface analysis utilities and so on. Then later on, working with some autonomous agent methods on the web. Pretty much all the specific technicalities are now obsolete, but the lessons learned and the knowledge gained were invaluable and still help today. The playing field has now shifted somewhat - I suspect moved up from that hardware/BIOS/os interface and now the virus attack surfaces are more likely to be in higher software layers or networking stacks. But I think it is still the case that a responsible interest in virus technology is a great course of study for anyone who is driven to understand 'how it all works'. In a sense, to do so is to challenge and tame the ghost in the machine. | ||||
|
feedback
|
|
I've written trojans and worms in Delphi when I was in high school. My most notorious creation was a server process that remained hidden on the system and allowed me to get screenshots, show message boxes, restart machines, steal passwords etc by sending commands to it. I used to go by female names on IRC on channels with horny guys and give around the executable masked as a jpg picture (example: ana.jpg.exe). Being on irc I could easily find the ip address of the poor bastards that tried to view the "picture". This was before windows xp. Those were my first contacts with TCP/IP programming. | ||||
|
feedback
|
|
I created a simple virus back in high school in Turbo Pascal, slowed down machines DRAMATICALLY, but earned some reputation points from school mates :-)
To start infection I had to give my friends an awesome new game with an install.bat that launches the virus first time :-) I killed my own machines 1 time with that virus, no virtual machines at that time :-) | ||||
|
feedback
|
|
I have created few virus when i was in school or in collage. But they were too lazy and never created a threat for any one. Virus which i created displays a message box after random time and says hello i am a very dangerous virus. apart from that it does nothing. In the mean time a famous I love you virus was released. After I realized that there is no use of creating things which can possibly harm someone. So after that I never thought of writing virus and since then I am doing creative stuff not virus stuff. | ||||
|
feedback
|
|
I though about it several times, I even started to plan something. But I never got around to actually try it. I think you can learn some cool stuff programming viruses. | ||||
|
feedback
|