Freemason Hirams Travels Masonic Forums  

Go Back   Freemason Hirams Travels Masonic Forums > Computers & Internet > Software

Software Software

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-08-2008, 06:55 PM
Member
 
Join Date: Mar 2008
Posts: 1
Rep Power: 0
andrewcraigmcardle has a spectacular aura about
How does malicious software work?

I have always wondered how malicious software (viruses, worms etc) work. I am not asking about the programme itself, rather how it embedds itself in other files. For example how can executable code run from a video file, surely the operating system would never run the video as an executable file, so the code would never get a chance to execute. I often hear people say things like "I got a virus from www.website.com" or "a song i downloaded gave me a virus". My admittedly small knowledge of how code executes on a computer makes this seem impossible. How could a website put executable code on your computer, and then execute it? How could executable code in a music file be executed? Can anyone enlighten me on the mechanisms behind this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-08-2008, 06:56 PM
Member
 
Join Date: Mar 2008
Posts: 8
Rep Power: 0
FIRE STORMER has a spectacular aura about
Trojan horses : Turn into presents and when pressed turns into a virus

THis is the the only virus I know or had
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-08-2008, 06:58 PM
Member
 
Join Date: Feb 2008
Posts: 5
Rep Power: 0
payne747 has a spectacular aura about
There are many methods that viruses use to be able to execute code on a victims computer. The most common by far is the buffer overflow vulnerability.

Buffer overflows occur when the Operating System (or some other application) expects data of a certain size, and allocates memory for that data. If the data entered is too large for the buffer - then the extra information should be chopped off and deleted, and the user notified.

However some applications fail to check the size of data entered, and end up extending the buffer size dynamically. This causes a security concern because the extra memory used does not have the same permissions as the rest of the program, and in most cases, has complete executable rights on the OS.

Worms and Viruses use these known exploits to execute in this unprotected part of the computers memory. Therefore, if you vist a website which contains a java applet (an applet that will need to be downloaded to your machine and executed), and it contains a buffer overflow problem with a certain data type the Operating System is unable to handle correctly, the virus could find itself running will full user priviledges. It only needs to execute once to get installed into the local drive, added to the registry and contact the Internet to download more malware.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-08-2008, 06:59 PM
Member
 
Join Date: Mar 2008
Posts: 1
Rep Power: 0
waitinforage21 has a spectacular aura about
It can happen in many ways. With video files and websites they tend to use an exploit or a flaw in a piece of code that allows them to get a wanted thing done on a computer. So, lets say you view a webpage and it causes you to buffer overrun, this would allow a potential person to exploit this flaw and run a program as admin on your computer.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can a computer on a non-encrypted network, be accessed by a malicious attack? teve Computer Networking 0 03-20-2008 07:47 PM
does anyone know how to get the sdk software to work on windows other than just on Ernest S Software 0 03-10-2008 08:55 PM
when ur anti-virus detects a virus or malicious software, witout scanning like it... bushke_man Software 1 03-08-2008 11:45 PM
Can you sue companies that distribute malicious software? Björn Software 0 03-02-2008 07:35 PM
What drives people and groups of people to commit malicious acts? Tom Theater & Acting 5 02-25-2008 08:51 PM


All times are GMT -5. The time now is 02:54 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155