Viruses a piece of self-replicating code attached to some other code – cf biological virus both propagates itself & carries a payload – carries code to.

Slides:



Advertisements
Similar presentations
Lecture 13 Malicious Software modified from slides of Lawrie Brown.
Advertisements

Cryptography and Network Security Chapter 19 Fourth Edition by William Stallings.
Karlstad University Malware Ge Zhang Karlstad Univeristy.
Malware Ge Zhang Karlstad Univeristy. Focus What malware are Types of malware How do they propagate How do they hide How to detect them.
NS-H /11041 Malicious Software. NS-H /11042 Why bother to secure data? Information has value, it can affect our lives and our livelihood Information.
Chapter 14 Computer Security Threats
Cryptography and Network Security Malicious Software Third Edition by William Stallings Lecturer: Dr. Saleem Alzoubi.
Chapter 14 Computer Security Threats Patricia Roy Manatee Community College, Venice, FL ©2008, Prentice Hall Operating Systems: Internals and Design Principles,
Malicious Software programs exploiting system vulnerabilities known as malicious software or malware program fragments that need a host program e.g. viruses,
1 Pertemuan 05 Malicious Software Matakuliah: H0242 / Keamanan Jaringan Tahun: 2006 Versi: 1.
Cryptography and Network Security Third Edition by William Stallings Lecture slides by Lawrie Brown.
After this session, you should be able to:
1 Computer Viruses (and other “Malicious Programs) Computer “Viruses” and related programs have the ability to replicate themselves on an ever increasing.
Intruders significant issue for networked systems is hostile or unwanted access either via network or local can identify classes of intruders: –masquerader.
Cryptography and Network Security Chapter 21
Henric Johnson1 Chapter 10 Malicious Software Henric Johnson Blekinge Institute of Technology, Sweden
Hofstra University – Network Security Course, CSC290A
Computer Security: Principles and Practice First Edition by William Stallings and Lawrie Brown Lecture slides by Lawrie Brown Chapter 7 – Malicious Software.
Malicious Software Malicious Software Han Zhang & Ruochen Sun.
1 Ola Flygt Växjö University, Sweden Malicious Software.
1 Chap 10 Malicious Software. 2 Viruses and ”Malicious Programs ” Computer “Viruses” and related programs have the ability to replicate themselves on.
Chapter 15: Security (Part 1). The Security Problem Security must consider external environment of the system, and protect the system resources Intruders.
Network and Internet Security SYSTEM SECURITY. Virus Countermeasures Antivirus approach ◦Ideal solution: Prevention ◦Not allowing the virus to infect.
Malicious Software CIS 4361 Eng. Hector M Lugo-Cordero, MS Feb
Data Security and Encryption (CSE348) 1. Lecture # 27 2.
Lecture 14 Overview. Program Flaws Taxonomy of flaws: – how (genesis) – when (time) – where (location) the flaw was introduced into the system 2 CS 450/650.
Fundamentals of The Internet Learning outcomes After this session, you should be able to: Identify the threat of intruders in systems and networks and.
VIRUSES - Janhavi Naik. Overview Structure Classification Categories.
Terminology Worm –A computer program that duplicates itself over computer networks. Virus –A computer program that inspects it’s environment and copies.
Structure Classifications &
1 Chapter 19: Malicious Software Fourth Edition by William Stallings Lecture slides by Lawrie Brown (Modified by Prof. M. Singhal, U of Kentucky)
CHAPTER 14 Viruses, Trojan Horses and Worms. INTRODUCTION Viruses, Trojan Horses and worm are malicious programs that can cause damage to information.
1 Chap 10 Virus. 2 Viruses and ”Malicious Programs ” Computer “Viruses” and related programs have the ability to replicate themselves on an ever increasing.
CSCE 522 Lecture 12 Program Security Malicious Code.
Computer viruses are small software programs that are made to spread from one computer to another and to interfere with computer operations. There are.
Administrative: Objective: –Tutorial on Risks –Phoenix recovery Outline for today.
Chapter 11 Malicious Software
Viruses and Related Threats. 2 Summary  have considered:  various malicious programs  trapdoor, logic bomb, trojan horse, zombie  viruses  worms.
Malware Overview Computer Security I CS461/ECE422 Spring 2012.
Fourth Edition by William Stallings Adapted form lecture slides by Lawrie Brown.
Chapter 10 Malicious software. Viruses and ” Malicious Programs Computer “ Viruses ” and related programs have the ability to replicate themselves on.
Name: Perpetual Ifeanyi Onyia Topic: Virus, Worms, & Trojan Horses.
30.1 Lecture 30 Security II Based on Silberschatz & Galvin’s slides And Stallings’ slides.
Week 10-11c Attacks and Malware III. Remote Control Facility distinguishes a bot from a worm distinguishes a bot from a worm worm propagates itself and.
Worm Defense Alexander Chang CS239 – Network Security 05/01/2006.
Malicious Software.
Chapter 19 – Malicious Software What is the concept of defense: The parrying of a blow. What is its characteristic feature: Awaiting the blow. —On War,
Computer Security Threats CLICKTECHSOLUTION.COM. Computer Security Confidentiality –Data confidentiality –Privacy Integrity –Data integrity –System integrity.
Computer virus Done: Aaesha Mohammed ID: H
Cryptography and Network Security Chapter 19 Fourth Edition by William Stallings Lecture slides by Lawrie Brown.
MALICIOUS SOFTWARE Rishu sihotra TE Computer
Page 1 Viruses. Page 2 What Is a Virus A virus is basically a computer program that has been written to perform a specific set of tasks. Unfortunately,
Malicious Programs (1) Viruses have the ability to replicate themselves Other Malicious programs may be installed by hand on a single machine. They may.
Prof. Wenguo Wang Network Information Security Prof. Wenguo Wang Tel College of Computer Science QUFU NORMAL UNIVERSITY.
Attack Methods  Attacks  DoS (Denial of Service)  Malware.
Detected by, M.Nitin kumar ( ) Sagar kumar sahu ( )
By Thomas Pantone Cosc 380.  A virus is a type of malware that self replicates after being executed and inserts itself into other programs, data files,
Protecting Computers From Viruses and Similarly Programmed Threats Ryan Gray COSC 316.
Company LOGO Malicious SW By Dr. Shadi Masadeh 1.
MALWARE.
Malicious Software.
Cryptography and Network Security Chapter 19
Cryptography and Network Security
Viruses and Other Malicious Content
MALICIOUS SOFTWARE A.Sivaramakrishnan, AP
Chap 10 Malicious Software.
Chap 10 Malicious Software.
Presentation transcript:

Viruses a piece of self-replicating code attached to some other code – cf biological virus both propagates itself & carries a payload – carries code to make copies of itself – as well as code to perform some covert task

Virus Operation virus phases: – dormant – waiting on trigger event – propagation – replicating to programs/disks – triggering – by event to execute payload – execution – of payload details usually machine/OS specific – exploiting features/weaknesses

Virus Structure program V := {goto main; ; subroutine infect-executable :={loop: file := get-random-executable-file; if (first-line-of-file = ) 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: }

Types of Viruses can classify on basis of how they attack parasitic virus memory-resident virus boot sector virus stealth polymorphic virus metamorphic virus

Macro Virus macro code attached to some data file interpreted by program using file – eg Word/Excel macros – esp. using auto command & command macros code is now platform independent is a major source of new viral infections blur distinction between data and program files classic trade-off: "ease of use" vs "security” have improving security in Word etc are no longer dominant virus threat

Virus spread using with attachment containing a macro virus – cf Melissa triggered when user opens attachment or worse even when mail viewed by using scripting features in mail agent hence propagate very quickly usually targeted at Microsoft Outlook mail agent & Word/Excel documents need better O/S & application security

Worms replicating but not infecting program typically spreads over a network – cf Morris Internet Worm in 1988 – led to creation of CERTs using users distributed privileges or by exploiting system vulnerabilities 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

Worm Operation worm 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

Morris Worm best known classic worm released by Robert Morris in 1988 targeted Unix systems using several propagation techniques – simple password cracking of local pw file – exploit bug in finger daemon – exploit debug trapdoor in sendmail daemon if any attack succeeds then replicated self

Recent Worm Attacks new spate of attacks from mid-2001 Code Red - used MS IIS bug – probes random IPs for systems running IIS – had trigger time for denial-of-service attack – 2 nd wave infected servers in 14 hours Code Red 2 - installed backdoor Nimda - multiple infection mechanisms SQL Slammer - attacked MS SQL server Sobig.f - attacked open proxy servers Mydoom - mass worm + backdoor

Worm Techology multiplatform multiexploit ultrafast spreading polymorphic metamorphic transport vehicles zero-day exploit

Virus Countermeasures best countermeasure is prevention but in general not possible hence need to do one or more of: – detection - of viruses in infected system – identification - of specific infecting virus – removeal - restoring system to clean state

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