Presentation is loading. Please wait.

Presentation is loading. Please wait.

Malicious Programs (1) Viruses have the ability to replicate themselves Other Malicious programs may be installed by hand on a single machine. They may.

Similar presentations


Presentation on theme: "Malicious Programs (1) Viruses have the ability to replicate themselves Other Malicious programs may be installed by hand on a single machine. They may."— Presentation transcript:

1 Malicious Programs (1) Viruses have the ability to replicate themselves Other Malicious programs may be installed by hand on a single machine. They may also be built into widely distributed commercial software packages. (Trojan Horse, Trap Doors and Logic Bombs)

2 Malicious Programs (2) Trap doors – A trap door is a secret entry point into a program that allows someone that is aware of the trap doors to gain access without going through the usual security access procedures. – They have been used legitimately for many years by programmers to debug and test programs. – It is code that recognizes some special sequence of input or is triggered by being run from a certain user ID or by an unlikely sequence of events. – They become threats when they are used by unscrupulous programmers to gain unauthorized access. – It is difficult to implement operating system controls for trap doors Logic Bomb –It si code embedded in some legitimate program that is set to “explode” when certain conditions are met. –Examples of conditions are the presence or absence of certain files, a particular day of the week or date, or a particular user running the application.

3 Malicious Programs (3) Trojan Horses – It is a useful program or command procedure containing hidden ode that, when invoked, performs some unwanted or harmful function. – It can be used to accomplish functions indirectly that an unauthorized user could not accomplish directly. – Another common motivation for the Trojan horse is data destruction. Viruses –It is a program that can “infect” other programs by modifying them. –A virus carries in its instructional code the recipe for making perfect copies of itself. –The infection can be spread form computer to computer by unsuspecting users –In a network environment, the ability to access applications and system services on other computers provides a perfect culture for the spread of a virus.

4 Malicious Programs (4) Worm – A program that replicates itself across the network riding the following Electronic mail facility Remote execution capability Remote login capability – It exhibits the same characteristics as a computer virus – The propagation phase performs the following functions : Search for other systems to infect by examining host tables Establish a connection with a remote system. Copy itself to the remote system and cause the copy to be run. – It may also disguise its presence by naming itself as a system process or using some other name that may not be noticed by a system operator. Bacteria – It replicates until if fills all disk space, or CPU cycles.

5 The Nature of Viruses (1) During its lifetime, a typical virus goes through the following four stages –Dormant phase : The virus is idle –Propagation phase : The virus places an identical copy of itself into other programs or into certain system areas on the disk. –Triggering phase : The virus is activated to perform the function for which it was intended. –Execution phase : The function is performed.

6 The Nature of Viruses (2) program V := {go to main : 1234567; subroutine infect-executable := {loop: file:=get-random-executable-file; if( first-line-of-file = 1234567 ) then goto loop else prepend V to file;} subroutine do-damage := {whatever damage is to be done} subroutine trigger-pulled := {return true if some condition holds} main : main-program := {infect-executable; if trigger-pulled then do-damage; goto next;} next; } - A simple virus - This virus is easily detected because an infected version of a program is longer than the corresponding uninfected one Virus Structure

7 The Nature of Viruses (3) program CV := {go to main : 01234567; subroutine infect-executable := {loop: file:=get-random-executable-file; if( first-line-of-file = 1234567 ) then goto loop (1) compress file; (2) prepend CV to file; } main : main-program := {if ask-permission then infect-executable; (3) uncompress rest-of-file; (4) run uncompressed file; goto next;} next; } - A Compression virus - A way to thwart a means of detecting a simple virus is to compress the executable file so that both the infected and uninfected versions are of identical length.

8 The Nature of Viruses (4) Initial Infection – Viral infection can be completely prevented by preventing the virus from gaining entry in the first place.  extraordinarily difficult – Most viral infections initiate with a disk from which programs are copied onto a machine. – the disks that have games or simple utilities that employees obtain for their home computers. – the manufacturer of an applications. – across a network connection.

9 Types of Viruses Parasitic virus – it attaches itself to executable files and replicates. Memory-resident virus – Lodges in main memory as part of a resident system program. Boot sector virus – Infects a master boot record or boot record. Stealth virus – A form of virus explicitly designed to hide itself from detection by antivirus software. Polymorphic virus – A virus that mutates with every infection.

10 Macro Viruses Microsoft Office applications allow “macro” to be part of the document. The macro could run whenever the document is opened, or when a certain command is selected. It is platform independent. It infect documents, delete files Autoexecuting macros – Autoexecute – Automacro – Command macro

11 Antivirus Approaches (1) First generation (simple scanners) – searched files for any of a library of known virus “signatures”. – checked executable files for length change. Second generation (heuristic scanners) – use heuristic rules to search for probable virus infection – Checked files for checksum or hash changes. Third generation (activity traps) – memory-resident programs that identify a virus by its actions Fourth generation (full-featured protection) – combine the best of the techniques above.

12 Antivirus Approaches (2) Advenced Antivirus Techniques – Generic Decryption (GD) – Digital Immune System

13 Antivirus Approaches (3) Generic Decryption (GD) – CPU emulator A software-based virtual computer. Instructions are interpreted by the emulator The underlying processor is unaffected by programs – Virus signature scanner A module that scans the target code looking for known virus signatures. – Emulation control module Controls the execution of the target code. – How long to run each interpretation.

14 Antivirus Approaches (4) Digital Immune System – It is a comprehensive approach to virus protection developed by IBM – The objective of this system is to provide rapid response time so that viruses can be stamped out almost as soon as they are introduced


Download ppt "Malicious Programs (1) Viruses have the ability to replicate themselves Other Malicious programs may be installed by hand on a single machine. They may."

Similar presentations


Ads by Google