Jump to content

How much trouble would I get in. . .

- - - - -

  • Please log in to reply
7 replies to this topic

#1
ki4jgt

ki4jgt

    Learning Programmer

  • Members
  • PipPipPip
  • 84 posts
How much trouble would I get in for writing a virus, which scans it's host system for other viruses, alerts the user that there has been a virus found on the system and tells them how to get rid of it, asks the user if they'd like a copy sent to everyone in their address book, if so, sends it and then deletes itself.

All while claiming plausible deniability b/c technically I wasn't the person who willingly sent the virus. The person who said yes, was.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
This just sounds like a bad idea, and not very helpful (since the targeted virus would just be rewritten to avoid your anti-virus virus).
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
DarkLordofthePenguins

DarkLordofthePenguins

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 409 posts
None, assuming it's only for experimental purposes and you don't actually send it to anyone. Writing viruses can't get you in trouble, but using them to take control of someone else's computer is illegal.
Programming is a journey, not a destination.

#4
zoranh

zoranh

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 207 posts
How would you technically do that, even if you suppose you're legally right? Virus databases are hundreds of megabytes large today, and also local file systems contain hundreds of thousands of files - finding a virus, even if it is present, is not easy task at all.

#5
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
The only way somebody can actually scan for virii with a successful scan rate and low false positives without losing hundreds, is for them to charge money for it to be removed. Putting THAT many features into a program for free is a bit silly.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#6
DarkLordofthePenguins

DarkLordofthePenguins

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 409 posts
Law enforcement takes cyber crimes very seriously.
Programming is a journey, not a destination.

#7
Momerath

Momerath

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 243 posts

ki4jgt said:

How much trouble would I get in for writing a virus, which scans it's host system for other viruses, alerts the user that there has been a virus found on the system and tells them how to get rid of it, asks the user if they'd like a copy sent to everyone in their address book, if so, sends it and then deletes itself.
And your twenty or so 'friends' then all send you back a copy, along with copies to all the people you have that are mutual friends. Suddenly you are sending thousands of copies to each person and their computer crashes because it can't handle the load.

#8
ki4jgt

ki4jgt

    Learning Programmer

  • Members
  • PipPipPip
  • 84 posts

Momerath said:

And your twenty or so 'friends' then all send you back a copy, along with copies to all the people you have that are mutual friends. Suddenly you are sending thousands of copies to each person and their computer crashes because it can't handle the load.

Understood I'm thinking it would have to be 300KB or something to that effect. the original which would check to see if the system had already been scanned recently If yes, then it would delete itself.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users