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.
|
21
|
|||||
|
|
|
I focused mostly on windows viruses. There is a very elite group called 29a which do a lot of research about stealth execution on windows. Besides there is rootkit.com which focus on stealth in windows drivers. I think that reseaching viruses requires a great in-depth knowledge of how the OS works so it is not such a trivial effort of destruction. I've never actually did any harm with viruses but i researched that a lot for knowledge. Anything about hacking requires great understanding about how things work so state of the art hacking is also state of the art computing. Just remember uncle Ben : With great powers come great responsibilities! |
|||
|
|
|
|
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 :-) |
|||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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... |
|||
|
|
|
|
Yeap I tried mine then I was middle school student. yes.... I executed that virus at my computer by myself... |
|||
|
|
|
|
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. |
|||
|
|
|
|
In high school I wanted to write a virus but how do you start? I recently got a assembly programming book so I had some idea about assembly code. I ask people for examples and checked out the code using hiew (Hacker view Hex Editor). I based mine on the sunday virus. I worked from dos bootdisks to prevent my pc from becoming infected. It was simple but worked. It promptly infected my PC when I accidentally inserted a floppy containing my virus. I had to delete a lot of files to get rid of the virus. After my accident I steered clear of viruses. |
|||
|
|
|
|
echo y | format /q d: This is the command I wrote in .bat file from 6 years to format the machine. Actually I did not try to harm someone but I made this when I was learning batch file commands :) |
|||
|
|
|
|
Just once. I was working on a trojan to infect my friends with, just for the fun of it. After working on it for a few hours I somehow managed to get it on a friends computer, where it sat happily hidden between the system files. Unfortunately, I was never able to connect to the box the trojan sat at, but a few tests with other friends proved that it was working just fine. Oh well. After a few years I was looking through my old archives and found a somehow familiar executable. When I tried to launch it, it instantly hid between my files. I never made a removal tool, so I had to read through the code to find where it has itself placed. This whole writing of the trojan got me a really good insight about the Windows architecture and registry processing, and even though I am not completely sure the trojan is disabled on my (old) box, it was still a fun experience. |
|||
|
|
|
|
If I tell I'll have to kill you all. |
|||
|
|
|
|
I've coded simple thing: The replacement for winword.exe which launched word and even after quitting the microsoft word, the application set the timer to be randomly chosen - 2 - 4 hours, and turned off computer. It was supposed to be revenge but I've never used it :) |
|||
|
|
|
|
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. |
|||
|
|
|
|
About ten years, ago, in my junior year of high school, some of my peers and I used Visual Basic to write a series of applications. These ranged from harmless gags to seriously impacting the productivity of the labs. I think the most notable instance was a rather flashy program which looked nasty but did nothing of consequence which nearly gave some old chap a heart attack in the senior citizens "Intro to Computing" course. It didn't take very long for my prof to figure out who was behind them, but he was more disappointed than upset. I never received any disciplinary action as a result of it. |
|||
|
|
|
|
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... |
|||
|
|
|
|
I did create one, and the only one so far, virus on my beloved Apple ][e clone for fun around 20 years ago using the LISA assembler :P It spreads itself by writing to the boot sector of Apple DOS 3.3 floppy disk and triggers the speaker by hooking into a zero page vector (forgot which), and its only effect is to trigger the speaker for some sound when some Applesoft BASIC programs are running. |
|||
|
|
|
|
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 |
|||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
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). |
|||
|
|
|
|
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. |
|||
|
|
Nothing serious - just SysCall redirection without modifying the SysCall table. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
I tried writing a very simple Outlook virus a number of years ago. It was done with a VBS attachment to an email, and it scanned the user's Contacts and automatically sent a copy of itself including the VBS attachment to those users if you ran the VBS. It didn't do anything malicious, just copy itself (notwithstanding the potential for network clogging with potentially exponentially-increasing numbers of emails). Just a proof of concept. I was quite careful though and had it so that only I ever got emailed, not arbitrary users. It worked for me, and definitely would have worked in the wild, and that was neat enough. It never got sent to anyone else so I didn't get caught/punished or anything like that. I wouldn't have a clue of how to write a real virus that modified .exe files. |
|||
|
|
|
|
After learning HTML and some simple scripting, I moved on to mIRC scripting where I made a script that connected many bots (on the same IP) to the server to flood users. I think I called it PapaFlo0d (named after the PapaSmurf DoS script). It was fairly successful at disconnecting users and I learned a lot about socket programming, loops, etc. The script was even copied/borrowed by some people who extended it. That made me feel kind of good that I was able to accomplish something that other people wanted to use, even if it was malicious. |
|||
|
|
|
|
I know a guy that was trying to win a contract against another vendor - both came in to do a demo to the client, back to back, when vendor "A" was demo-ing their product, vendor "B" had a 'virus' on his machine that kept disconnecting vendor 'A's machine from the corporate network and causing his application to crash - he only made it happen about 5 times during the 30 minute demo, but it made the speaker break his stride repeatedly, and continue on all flustered and red-faced. Vendor "B" got the contract. |
|||
|
|
|
|
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! |
|||
