13
What is Computer Security

What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

Embed Size (px)

Citation preview

Page 1: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

What is Computer Security

Page 2: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

The Problem

• There are some bad guys:

• They are called viruses (or viri)

Page 3: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

What is a virus?

A virus is a program created by a mal-intentioned individual that does something in your computer you don't want it to do.

Page 4: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

What can they do?

Virtually anything; for example: Pranks Destruction. They often propagate to other computers They may send information “home”

Credit card numbers Id numbers Etc.

Be a nuisance Slow down your computer.

Page 5: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

They may also crash your computer

Page 6: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

How do viruses attack?

Page 7: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

Attack methods

Usually they hide in some email attachment or some other program. These are called trojans.

They may also attack directly. Viruses which go from computer to computer are called worms

Page 8: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

Defenses?

Page 9: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

How does a regular user defend themselves.

Worms and viruses take advantage of weaknesses in programs (vulnerabilities). As soon as they are discovered, they are patched. That is why it is important to keep your computer up to date with patches.

• Run anti virus and anti root kit software.

• Use at least one firewall

It is also important not to open any attachments or run any programs for which you have not received independent confirmation they are OK (the bad guys can send email pretending it is from a friend of yours).

Definitely, do not “click here”

Page 10: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

Some variant viruses:

Page 11: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

Even the Amish get into the act :)

Page 12: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

So, what do we study in Computer Security?

Page 13: What is Computer Security. The Problem There are some bad guys: They are called viruses (or viri)

Four Courses on Computer Security at Kent State Computer Science

User level Computer Security

– Freshman level course for general users Computer Security

– General Aspects of Computer Security Cryptology

– Secure storing and transmission of information Secure Programming

– Planning your programming to avoid vulnerabilities.