Presentation is loading. Please wait.

Presentation is loading. Please wait.

MALICIOUS SOFTWARE Rishu sihotra TE Computer 411152.

Similar presentations


Presentation on theme: "MALICIOUS SOFTWARE Rishu sihotra TE Computer 411152."— Presentation transcript:

1 MALICIOUS SOFTWARE Rishu sihotra TE Computer 411152

2 Topic  Introduction  Malicious programs  Virus  Macro virus  Worms  Email virus  Antivirus software

3 Introduction (W pg-647) The most sophisticated types of threats to computer systems are presented by programs that exploit vulnerabilities in computing system. Generic term for such threats is malicious software, or malware. Malicious software is designed to cause damage or to use up the resources of a target computer.

4 Malicious Software 4

5 Backdoor or Trapdoor(W pg 647- 649) secret entry point into a program allows those who know access bypassing usual security procedures have been commonly used by developers a threat when left in production programs allowing exploited by attackers very hard to block in O/S 5

6 Logic Bomb (W pg 649) one of oldest types of malicious software code embedded in legitimate program activated when specified conditions met ◦ E.g., presence/absence of some file ◦ particular date/time ◦ particular user when triggered typically damage system ◦ modify/delete files/disks, halt machine, etc. 6

7 Trojan Horse (W pg 649) program with hidden side-effects which is usually superficially attractive ◦ E.g., game, s/w upgrade, etc. when run performs some additional tasks ◦ allows attacker to indirectly gain access they do not have directly often used to propagate a virus/worm or install a backdoor or simply to destroy data Mail the password file. 7

8 Zombie program which secretly takes over another networked computer then uses it to indirectly launch attacks (difficult to trace zombie’s creator) often used to launch distributed denial of service (DDoS) attacks exploits known flaws in network systems 8

9 virus  code that copies itself into other programs and executes secretly when the host program is run.  Once a virus is executing, it can perform any function, such as erasing files and programs.  propagates itself & carries a payload ◦ carries code to make copies of itself ◦ as well as code to perform some covert task

10 Virus phase During its lifetime, a typical virus goes through the following four phases: Dormant phase: virus is idle, waiting for trigger event (eg date, program or file, disk capacity). Not all viruses have this stage Propagation phase: virus places a copy of itself into other programs / system areas Triggering phase: virus is activated by some trigger event to perform intended function Execution phase: desired function (which may be harmless or destructive) is performed

11 Types of Viruses can classify on basis of how they attack parasitic virus -attaches itself to executable files and replicates memory-resident virus -lodges in the main memory and infects every program that executes. boot sector virus -infects a boot record and spreads when the system is booted from the disk 11

12 Types of Viruses… Stealth -designed to hide itself from antivirus software polymorphic virus -a virus that mutates with every infection, making detection very difficult metamorphic virus -mutates with every infection, but rewrites itself completely every time. Making it extremely difficult to detect. 12

13 Virus Structure program V := {goto 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 condition holds} main: main-program :={infect-executable; if trigger-pulled then do-damage; goto next;} next: } 13

14 Macro Viruses Microsoft Office applications allow “macros” to be part of the document. The macro could run whenever the document is opened, or when a certain command is selected (Save File). Platform independent. Infect documents, delete files, generate email and edit letters. Henric Johnson14

15 Cotd……… became very common in mid-1990s since ◦ platform independent ◦ infect documents ◦ easily spread exploit macro capability of office apps ◦ executable program embedded in office doc ◦ often a form of Basic more recent releases include protection recognized by many anti-virus programs

16 Worms replicating program that propagates over net ◦ using email, remote exec, remote login typically spreads over a network ◦ Morris Internet Worm in 1988 using users distributed privileges or by exploiting system vulnerabilities worms perform unwanted functions widely used by hackers to create zombie PC's, subsequently used for further attacks, esp DoS major issue is lack of security of permanently connected systems, esp PC's 16

17 Worm Operation worm has phases like those of viruses: ◦ dormant ◦ propagation  search for other systems to infect  establish connection to target remote system  replicate self onto remote system ◦ triggering ◦ execution 17

18 Email Virus spread using email with attachment containing a macro virus triggered when user opens attachment or worse even when mail viewed by using scripting features in mail agent hence propagates very quickly usually targeted at Microsoft Outlook mail agent & Word/Excel documents 18

19 Anti-Virus Software first-generation ◦ scanner uses virus signature to identify virus ◦ or change in length of programs second-generation ◦ uses heuristic rules to spot viral infection ◦ or uses crypto hash of program to spot changes third-generation ◦ memory-resident programs identify virus by actions fourth-generation ◦ packages with a variety of antivirus techniques ◦ eg scanning & activity traps, access-controls arms race continues 19

20 Advanced Antivirus Techniques Generic Decryption (GD) ◦ CPU Emulator ◦ Virus Signature Scanner ◦ Emulation Control Module Henric Johnson20

21 Semester questions  Write a short note on: 1.Viruses 2. Worms  Explain the nature of viruses and explain different types of viruses?  Can a Trojan horse attack be prevented by using a trusted system ? Justify.  What is virus? Explain different phases of virus. Also with the help of symbolic code explain virus structure.

22 Continue….. Write a short note on system threat? Write a short note on computer virus?

23 THANK YOU THANK YOU


Download ppt "MALICIOUS SOFTWARE Rishu sihotra TE Computer 411152."

Similar presentations


Ads by Google