SlideShare uma empresa Scribd logo
1 de 26
TOPIC 1TOPIC 1
Basic Security ConceptsBasic Security Concepts
INTRODUCTIONINTRODUCTION
 What is security?What is security?
Security is about the protection of assets.Security is about the protection of assets.
- Computer-related assets.- Computer-related assets.
Computing system :- hardware, software,Computing system :- hardware, software,
storage media, data and people.storage media, data and people.
 Principle of Easiest PenetrationPrinciple of Easiest Penetration
Intruder must be expected to use allIntruder must be expected to use all
available means of penetration. Use theavailable means of penetration. Use the
‘weakest point’.‘weakest point’.
INTRODUCTIONINTRODUCTION
 There are 3 classification of protection:There are 3 classification of protection:
– PreventionPrevention: take measures that prevent your: take measures that prevent your
assets from being damaged.assets from being damaged.
– DetectionDetection: take measures that allow you to: take measures that allow you to
detect when an asset has been damageddetect when an asset has been damaged
– ReactionReaction: take measures that allow you to: take measures that allow you to
recover your assets or to recover from damagerecover your assets or to recover from damage
to your assets.to your assets.
 Example from physical world:Example from physical world:
– PreventionPrevention: locks at the door or window bars,: locks at the door or window bars,
wall around the propertywall around the property
– DetectionDetection: you detect when something has been: you detect when something has been
stolen if it is no longer there, a burglar alarmstolen if it is no longer there, a burglar alarm
goes on when break-in occurs, cctv providegoes on when break-in occurs, cctv provide
information that allows you to identify intrudersinformation that allows you to identify intruders
– ReactionReaction: you can call the police or you may: you can call the police or you may
decide to replace the stolen itemdecide to replace the stolen item
INTRODUCTIONINTRODUCTION
INTRODUCTIONINTRODUCTION
 Example from cyber world: consider credit card fraudExample from cyber world: consider credit card fraud
cases.cases.
– PreventionPrevention: use encryption when placing an order,: use encryption when placing an order,
rely on the merchant to perform some checks on therely on the merchant to perform some checks on the
caller before accepting a credit card order or don’tcaller before accepting a credit card order or don’t
use credit card number on the Internet.use credit card number on the Internet.
– DetectionDetection: a transaction that you had not authorized: a transaction that you had not authorized
appears on your credit card statements.appears on your credit card statements.
– ReactionReaction: you can ask for new credit card number,: you can ask for new credit card number,
the cost of the fraudulent may be recovered by thethe cost of the fraudulent may be recovered by the
card holder or the merchant where the fraudster hadcard holder or the merchant where the fraudster had
made the purchase or the credit card issuer.made the purchase or the credit card issuer.
SECURITY
GOALS
SECURITY
GOALS
INTEGRITY: An assets can be
modified only by authorized or
only in authorized ways.
CONFIDENTIALITY: an assets of
computing systems are available
only by authorized parties (also
known as secrecy).
AVAILABILITY : An assets are
accessible to authorized parties
when needed without any
delay.
SECURITY
THREATS
INTERRUPTION: An asset of the
system is destroyed or become
unavailable or unusable – attack
on AVAILABILTY
INTERCEPTION: An
unauthorized party (program,
person, computer) gains access
to an asset – attack on
CONFIDENTIALITY
MODIFICATION: An
unauthorized party not only gain
access to but tampers with an
assets – attack on INTEGRITY
FABRICATION: An unauthorized
party insert counterfeit objects
into the system – an attack on
AUTHENTICITY
Information
source
Information
destination
INTERRUPTION
Information
source
Information
destination
MODIFICATION
Information
source
Information
destination
INTERCEPTION
Information
source
Information
destination
FABRICATION
Middle
man
Middle
man
Middle
man
SECURITY THREATS
Examples of security threats/attacks:Examples of security threats/attacks:
Interruption
~ destruction of piece of hardware (hard disk)
~ cutting of communication line or
~ disabling of the file management system
Interception
~ wiretapping
~ illicit copy of files or programs
Modification
~ changing values in data file,
~ altering a program so that
it performs differently,
~ modifying the content of messages being transmitted in a network.
Fabrication
~ addition of records to a file,
~ insertion of spurious messages in a network
VulnerabilitiesVulnerabilities
VulnerabilitiesVulnerabilities : a weaknesses in the: a weaknesses in the
securitysecurity
systemsystem that might be exploited to causethat might be exploited to cause
loss or harm.loss or harm.
DATADATASOFTWARESOFTWARE
HARDWAREHARDWARE
Interception
(Theft)
Interruption
(Denial of service)
Interruption
(Deletion)
Interception
(piracy)
Modification
Interruption
(Loss)
Interception
Modification
Fabrication
Vulnerabilities in Computing Systems
VulnerabilitiesVulnerabilities
Threats to Hardware
• involuntary machine-slaughter: accidental acts not intended
to do serious damage.
• voluntary machine-slaughter: intended to do harm
Threats to Software
• deletion
• modification – trojan horse, virus, trapdoor, logic bomb
• theft - piracy
VulnerabilitiesVulnerabilities
Threats to Data
• loss of data
•interception
• modification
• fabrication
Threats to other exposed assets
• storage media – consider backups
• networks – very expose medium, access from distant
• access – steal computer time, denial of service
• key people – disgruntled employees
Methods of DefenseMethods of Defense
Encryption provides
~ confidentiality for data
~ integrity
~ basis for protocol
SOFTWARE/HARDWARE
CONTROLSENCRYPTION
POLICIES
Software controls:
~ Internal program controls
~ Operating system controls
~ Development controls
Hardware controls:
~ hardware devices :
- smartcard (encryption)
- circuit board ctrl disk
drives in PCs~ frequent changes
of password
~ training
Legal and ethical controls
~ codes of ethics ~ locks of doors
~ backup copies of important s/w and data
~ physical site planning (reduce natural disasters)
PHYSICAL CONTROLS
METHODS OF
DEFENSE
METHODS OF
DEFENSE
Who are the people?Who are the people?
 AmateursAmateurs:: not career criminal but normal people
who observe a flaw in a security system – have
access to something valuable.
 Crackers: may be university or high school
students who attempt to access computing facilities
for which they have not been authorized.
 Career criminal: understands the targets of
computer crime, international groups, electronic
spies, information brokers.
 Hackers: someone with deep knowledge and
interest in operating systems or multiple OS. Do not
attempt to intentionally break any system (non-
malicious).
How to makes a systemHow to makes a system
secure?secure?
There are four methods how computer security provideThere are four methods how computer security provide
protection:protection:
(1)(1) System Access ControlSystem Access Control : ensuring that unauthorized: ensuring that unauthorized
users don’t get into the system.users don’t get into the system.
(2)(2) Data Access ControlData Access Control : monitoring who can access: monitoring who can access
what data and for what purposes.what data and for what purposes.
(3)(3) System and Security AdministrationSystem and Security Administration : performing: performing
certain procedures (system administrator’s responsibilities orcertain procedures (system administrator’s responsibilities or
training users appropriately)training users appropriately)
(4)(4) System DesignSystem Design: Taking advantage of basic hardware: Taking advantage of basic hardware
and software security characteristics.and software security characteristics.
System Access ControlSystem Access Control
 The first way in which system provides computerThe first way in which system provides computer
security is by controlling access to that system:security is by controlling access to that system:
– Who’s allowed to log in?Who’s allowed to log in?
– How does the system decide whether a user is legitimate?How does the system decide whether a user is legitimate?
 Identification and authentication provides theIdentification and authentication provides the
above.above.
Identification & AutheticationIdentification & Authetication
 IdentificationIdentification tells the system who you aretells the system who you are
 AuthenticationAuthentication proves to the system that you areproves to the system that you are
who you are.who you are.
 There are 3 ways to prove ourselves:There are 3 ways to prove ourselves:
– Something you knowSomething you know
– Something you haveSomething you have
– Something you areSomething you are
System Access ControlSystem Access Control
e.g.: password
~ you know the
password,
you the owner
IDENTIFICATION
&
AUTHENTICATION
IDENTIFICATION
&
AUTHENTICATION
SOMETHING YOU
HAVE
SOMETHING YOU
KNOW
SOMETHING YOU
ARE
e.g.: tokens, keys &
smart cards
~ you have the key,
you must be the owner
of it
e.g: fingerprints, retina pattern, handprint etc.
Username and PasswordUsername and Password
 Typical first line of defenseTypical first line of defense
 User name (Login ID) – identificationUser name (Login ID) – identification
 Password – authenticationPassword – authentication
 Login will succeed if you entered a valid user nameLogin will succeed if you entered a valid user name
and corresponding password.and corresponding password.
System Access ControlSystem Access Control
 User plays an important role inUser plays an important role in
password protection – authenticationpassword protection – authentication
is compromised when you gave awayis compromised when you gave away
your own password by telling others.your own password by telling others.
Common threats on password:Common threats on password:
– Password guessing: exhaustive searchPassword guessing: exhaustive search
and intelligent searchand intelligent search
– Password spoofingPassword spoofing
– Compromise of the password fileCompromise of the password file
System Access ControlSystem Access Control
 How we can defend password security:How we can defend password security:
– Compulsory to set a passwordCompulsory to set a password
– Change default passwordChange default password
– Password lengthPassword length
– Password formatPassword format
– Avoid obvious passwordsAvoid obvious passwords
 How system help to improve password security:How system help to improve password security:
– Password checkersPassword checkers
– Password generationPassword generation
– Password ageingPassword ageing
– Limit login attemptsLimit login attempts
– Inform usersInform users
System Access ControlSystem Access Control
Data Access ControlData Access Control
 On the most elementary level, a subjectOn the most elementary level, a subject
may observe an object or alter an object,may observe an object or alter an object,
therefore the common access modes aretherefore the common access modes are
defined as below:defined as below:
– Observe: look at the contents of an objectObserve: look at the contents of an object
– Change: change the contents of an objectChange: change the contents of an object
Data Access ControlData Access Control
Observe
Change
execute append read write
√
√ √
√
Access rights in the Bell-LaPadula model
{execute, read, write}
Alice
Bill
bill.doc edit.exe fun.com
{read, write}
{execute}
{execute}
{execute, read}
-
An access control matrix
Effectiveness of ControlsEffectiveness of Controls
 Awareness of ProblemsAwareness of Problems : people will cooperate: people will cooperate
with security requirements only if they understandwith security requirements only if they understand
why security is appropriate in each specificwhy security is appropriate in each specific
situation.situation.
 Likelihood of useLikelihood of use : controls must be used to be: controls must be used to be
effective – therefore it must be easy to use andeffective – therefore it must be easy to use and
appropriate.appropriate.
 Overlapping controlsOverlapping controls : combinations of control: combinations of control
on one exposure.on one exposure.
 Periodic reviewPeriodic review: ongoing task in judging the: ongoing task in judging the
effectiveness of a control.effectiveness of a control.
The EndThe End

Mais conteúdo relacionado

Mais procurados

Network security (vulnerabilities, threats, and attacks)
Network security (vulnerabilities, threats, and attacks)Network security (vulnerabilities, threats, and attacks)
Network security (vulnerabilities, threats, and attacks)Fabiha Shahzad
 
Network security
Network securityNetwork security
Network securityEstiak Khan
 
Information Security- Threats and Attacks presentation by DHEERAJ KATARIA
Information Security- Threats and Attacks presentation by DHEERAJ KATARIAInformation Security- Threats and Attacks presentation by DHEERAJ KATARIA
Information Security- Threats and Attacks presentation by DHEERAJ KATARIADheeraj Kataria
 
Cyber Security-Foundation.ppt
Cyber Security-Foundation.pptCyber Security-Foundation.ppt
Cyber Security-Foundation.pptErAdityaSingh1
 
Introduction to Information Security
Introduction to Information SecurityIntroduction to Information Security
Introduction to Information SecurityDr. Loganathan R
 
Computer security overview
Computer security overviewComputer security overview
Computer security overviewCAS
 
Data Security - English
Data Security - EnglishData Security - English
Data Security - EnglishData Security
 
Cybersecurity Attack Vectors: How to Protect Your Organization
Cybersecurity Attack Vectors: How to Protect Your OrganizationCybersecurity Attack Vectors: How to Protect Your Organization
Cybersecurity Attack Vectors: How to Protect Your OrganizationTriCorps Technologies
 
Introduction to Cybersecurity Fundamentals
Introduction to Cybersecurity FundamentalsIntroduction to Cybersecurity Fundamentals
Introduction to Cybersecurity FundamentalsToño Herrera
 
Information Security Risk Management
Information Security Risk Management Information Security Risk Management
Information Security Risk Management Ersoy AKSOY
 
Operating system security
Operating system securityOperating system security
Operating system securityRamesh Ogania
 
Information risk management
Information risk managementInformation risk management
Information risk managementAkash Saraswat
 
Chapter2 the need to security
Chapter2 the need to securityChapter2 the need to security
Chapter2 the need to securityDhani Ahmad
 
Application Security
Application SecurityApplication Security
Application Securityflorinc
 
Information System Security(lecture 1)
Information System Security(lecture 1)Information System Security(lecture 1)
Information System Security(lecture 1)Ali Habeeb
 

Mais procurados (20)

Network security (vulnerabilities, threats, and attacks)
Network security (vulnerabilities, threats, and attacks)Network security (vulnerabilities, threats, and attacks)
Network security (vulnerabilities, threats, and attacks)
 
Network security
Network securityNetwork security
Network security
 
Information Security- Threats and Attacks presentation by DHEERAJ KATARIA
Information Security- Threats and Attacks presentation by DHEERAJ KATARIAInformation Security- Threats and Attacks presentation by DHEERAJ KATARIA
Information Security- Threats and Attacks presentation by DHEERAJ KATARIA
 
Cyber Security-Foundation.ppt
Cyber Security-Foundation.pptCyber Security-Foundation.ppt
Cyber Security-Foundation.ppt
 
Introduction to Information Security
Introduction to Information SecurityIntroduction to Information Security
Introduction to Information Security
 
Computer security overview
Computer security overviewComputer security overview
Computer security overview
 
Data Security - English
Data Security - EnglishData Security - English
Data Security - English
 
Cybersecurity Attack Vectors: How to Protect Your Organization
Cybersecurity Attack Vectors: How to Protect Your OrganizationCybersecurity Attack Vectors: How to Protect Your Organization
Cybersecurity Attack Vectors: How to Protect Your Organization
 
Introduction to Cybersecurity Fundamentals
Introduction to Cybersecurity FundamentalsIntroduction to Cybersecurity Fundamentals
Introduction to Cybersecurity Fundamentals
 
Information Security Risk Management
Information Security Risk Management Information Security Risk Management
Information Security Risk Management
 
Operating system security
Operating system securityOperating system security
Operating system security
 
Computer security
Computer securityComputer security
Computer security
 
Secure software design
Secure software designSecure software design
Secure software design
 
Security Measures
Security MeasuresSecurity Measures
Security Measures
 
Information risk management
Information risk managementInformation risk management
Information risk management
 
Chapter2 the need to security
Chapter2 the need to securityChapter2 the need to security
Chapter2 the need to security
 
Cyber Security
Cyber SecurityCyber Security
Cyber Security
 
Application Security
Application SecurityApplication Security
Application Security
 
Types of attacks
Types of attacksTypes of attacks
Types of attacks
 
Information System Security(lecture 1)
Information System Security(lecture 1)Information System Security(lecture 1)
Information System Security(lecture 1)
 

Destaque

Internet Security Basics
Internet Security BasicsInternet Security Basics
Internet Security BasicsBipin Jethwani
 
1. chapter 1 introduction of Finance
1. chapter 1 introduction of Finance1. chapter 1 introduction of Finance
1. chapter 1 introduction of FinanceAfiqEfendy Zaen
 
SYSTEM SECURITY - Chapter 1 introduction
SYSTEM SECURITY - Chapter 1   introductionSYSTEM SECURITY - Chapter 1   introduction
SYSTEM SECURITY - Chapter 1 introductionAfna Crcs
 
Network basic security
Network basic  securityNetwork basic  security
Network basic securityMohamed Radji
 
Protocols and Practices in Using Encryption Chapter 4
Protocols and Practices in Using Encryption Chapter 4Protocols and Practices in Using Encryption Chapter 4
Protocols and Practices in Using Encryption Chapter 4AfiqEfendy Zaen
 
Secure Encyrption Systems Chapter 2
Secure Encyrption Systems Chapter 2Secure Encyrption Systems Chapter 2
Secure Encyrption Systems Chapter 2AfiqEfendy Zaen
 
OS Database Security Chapter 6
OS Database Security Chapter 6OS Database Security Chapter 6
OS Database Security Chapter 6AfiqEfendy Zaen
 
Virus and Malicious Code Chapter 5
Virus and Malicious Code Chapter 5Virus and Malicious Code Chapter 5
Virus and Malicious Code Chapter 5AfiqEfendy Zaen
 
Basic Security Requirements
Basic Security RequirementsBasic Security Requirements
Basic Security RequirementsSteven Cahill
 
Basic Encryption Decryption Chapter 2
Basic Encryption Decryption Chapter 2Basic Encryption Decryption Chapter 2
Basic Encryption Decryption Chapter 2AfiqEfendy Zaen
 
Chapter 1: Overview of Network Security
Chapter 1: Overview of Network SecurityChapter 1: Overview of Network Security
Chapter 1: Overview of Network SecurityShafaan Khaliq Bhatti
 
Motivational Slides
Motivational SlidesMotivational Slides
Motivational Slidessaimpaki
 
Cyber security & network attack6
Cyber security & network attack6Cyber security & network attack6
Cyber security & network attack6HCL Technologies
 
Memory and file system concepts
Memory and file system conceptsMemory and file system concepts
Memory and file system conceptsSatyendra Mohan
 
File system security
File system securityFile system security
File system securityAmmAr mobark
 

Destaque (20)

Internet Security Basics
Internet Security BasicsInternet Security Basics
Internet Security Basics
 
1. chapter 1 introduction of Finance
1. chapter 1 introduction of Finance1. chapter 1 introduction of Finance
1. chapter 1 introduction of Finance
 
Pki by Steve Lamb
Pki by Steve LambPki by Steve Lamb
Pki by Steve Lamb
 
SYSTEM SECURITY - Chapter 1 introduction
SYSTEM SECURITY - Chapter 1   introductionSYSTEM SECURITY - Chapter 1   introduction
SYSTEM SECURITY - Chapter 1 introduction
 
Network basic security
Network basic  securityNetwork basic  security
Network basic security
 
Protocols and Practices in Using Encryption Chapter 4
Protocols and Practices in Using Encryption Chapter 4Protocols and Practices in Using Encryption Chapter 4
Protocols and Practices in Using Encryption Chapter 4
 
Secure Encyrption Systems Chapter 2
Secure Encyrption Systems Chapter 2Secure Encyrption Systems Chapter 2
Secure Encyrption Systems Chapter 2
 
OS Database Security Chapter 6
OS Database Security Chapter 6OS Database Security Chapter 6
OS Database Security Chapter 6
 
Chapter 2 program-security
Chapter 2 program-securityChapter 2 program-security
Chapter 2 program-security
 
Virus and Malicious Code Chapter 5
Virus and Malicious Code Chapter 5Virus and Malicious Code Chapter 5
Virus and Malicious Code Chapter 5
 
Basic Security Requirements
Basic Security RequirementsBasic Security Requirements
Basic Security Requirements
 
Basic Encryption Decryption Chapter 2
Basic Encryption Decryption Chapter 2Basic Encryption Decryption Chapter 2
Basic Encryption Decryption Chapter 2
 
Chapter 1: Overview of Network Security
Chapter 1: Overview of Network SecurityChapter 1: Overview of Network Security
Chapter 1: Overview of Network Security
 
File Management
File ManagementFile Management
File Management
 
Motivational Slides
Motivational SlidesMotivational Slides
Motivational Slides
 
How to study well
How to study wellHow to study well
How to study well
 
Cyber security & network attack6
Cyber security & network attack6Cyber security & network attack6
Cyber security & network attack6
 
Flip Flop
Flip FlopFlip Flop
Flip Flop
 
Memory and file system concepts
Memory and file system conceptsMemory and file system concepts
Memory and file system concepts
 
File system security
File system securityFile system security
File system security
 

Semelhante a Basic Security Chapter 1

Basic security concepts_chapter_1_6perpage
Basic security concepts_chapter_1_6perpageBasic security concepts_chapter_1_6perpage
Basic security concepts_chapter_1_6perpagenakomuri
 
E sec chaptr-1
E sec chaptr-1E sec chaptr-1
E sec chaptr-1123aleena
 
informations_security_presentations.pptx
informations_security_presentations.pptxinformations_security_presentations.pptx
informations_security_presentations.pptxFAKHARZAMANPROUD
 
information security importance and use.ppt
information security importance and use.pptinformation security importance and use.ppt
information security importance and use.pptMuhammadAbdullah311866
 
IS L07 - Security, Ethics and Privacy
IS L07 - Security, Ethics and PrivacyIS L07 - Security, Ethics and Privacy
IS L07 - Security, Ethics and PrivacyJan Wong
 
chapter13 - Computing Security Ethics.pdf
chapter13 - Computing Security Ethics.pdfchapter13 - Computing Security Ethics.pdf
chapter13 - Computing Security Ethics.pdfsatonaka3
 
Data information and security unit 1.pdf
Data information and security unit 1.pdfData information and security unit 1.pdf
Data information and security unit 1.pdfdeepakbharathi16
 
Information security and other issues
Information security and other issuesInformation security and other issues
Information security and other issuesHaseeb Ahmed Awan
 
MIS part 4_CH 11.ppt
MIS part 4_CH 11.pptMIS part 4_CH 11.ppt
MIS part 4_CH 11.pptEndAlk15
 
Computer security and_privacy_2010-2011
Computer security and_privacy_2010-2011Computer security and_privacy_2010-2011
Computer security and_privacy_2010-2011lbcollins18
 
Legal and Ethical Considerations in Nursing Informatics
Legal and Ethical Considerations in Nursing InformaticsLegal and Ethical Considerations in Nursing Informatics
Legal and Ethical Considerations in Nursing InformaticsKimarie Brown
 
LIS3353 SP12 Week 9
LIS3353 SP12 Week 9LIS3353 SP12 Week 9
LIS3353 SP12 Week 9Amanda Case
 

Semelhante a Basic Security Chapter 1 (20)

Basic security concepts_chapter_1_6perpage
Basic security concepts_chapter_1_6perpageBasic security concepts_chapter_1_6perpage
Basic security concepts_chapter_1_6perpage
 
Iss lecture 1
Iss lecture 1Iss lecture 1
Iss lecture 1
 
Intro
IntroIntro
Intro
 
Network Security
Network Security Network Security
Network Security
 
E sec chaptr-1
E sec chaptr-1E sec chaptr-1
E sec chaptr-1
 
informations_security_presentations.pptx
informations_security_presentations.pptxinformations_security_presentations.pptx
informations_security_presentations.pptx
 
Unit v
Unit vUnit v
Unit v
 
Lecture15.ppt
Lecture15.pptLecture15.ppt
Lecture15.ppt
 
information security importance and use.ppt
information security importance and use.pptinformation security importance and use.ppt
information security importance and use.ppt
 
IS L07 - Security, Ethics and Privacy
IS L07 - Security, Ethics and PrivacyIS L07 - Security, Ethics and Privacy
IS L07 - Security, Ethics and Privacy
 
chapter13 - Computing Security Ethics.pdf
chapter13 - Computing Security Ethics.pdfchapter13 - Computing Security Ethics.pdf
chapter13 - Computing Security Ethics.pdf
 
IS Unit II.pptx
IS Unit II.pptxIS Unit II.pptx
IS Unit II.pptx
 
Data information and security unit 1.pdf
Data information and security unit 1.pdfData information and security unit 1.pdf
Data information and security unit 1.pdf
 
Information security and other issues
Information security and other issuesInformation security and other issues
Information security and other issues
 
Computer security
Computer securityComputer security
Computer security
 
Cyber Security Briefing
Cyber Security BriefingCyber Security Briefing
Cyber Security Briefing
 
MIS part 4_CH 11.ppt
MIS part 4_CH 11.pptMIS part 4_CH 11.ppt
MIS part 4_CH 11.ppt
 
Computer security and_privacy_2010-2011
Computer security and_privacy_2010-2011Computer security and_privacy_2010-2011
Computer security and_privacy_2010-2011
 
Legal and Ethical Considerations in Nursing Informatics
Legal and Ethical Considerations in Nursing InformaticsLegal and Ethical Considerations in Nursing Informatics
Legal and Ethical Considerations in Nursing Informatics
 
LIS3353 SP12 Week 9
LIS3353 SP12 Week 9LIS3353 SP12 Week 9
LIS3353 SP12 Week 9
 

Mais de AfiqEfendy Zaen

Mais de AfiqEfendy Zaen (10)

Network Security Chapter 7
Network Security Chapter 7Network Security Chapter 7
Network Security Chapter 7
 
10. cash flow in capital budgeting
10. cash flow in capital budgeting10. cash flow in capital budgeting
10. cash flow in capital budgeting
 
10. short term financial planning
10. short term financial planning10. short term financial planning
10. short term financial planning
 
9. cost of capital
9. cost of capital9. cost of capital
9. cost of capital
 
8. stock valuation
8. stock valuation8. stock valuation
8. stock valuation
 
6. risk return
6. risk return6. risk return
6. risk return
 
6. bond valuation
6. bond valuation6. bond valuation
6. bond valuation
 
4. time value of money
4. time value of money4. time value of money
4. time value of money
 
3 financial ratio
3 financial ratio3 financial ratio
3 financial ratio
 
2. financial statement cash flow
2. financial statement cash flow2. financial statement cash flow
2. financial statement cash flow
 

Último

ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 

Último (20)

ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 

Basic Security Chapter 1

  • 1. TOPIC 1TOPIC 1 Basic Security ConceptsBasic Security Concepts
  • 2. INTRODUCTIONINTRODUCTION  What is security?What is security? Security is about the protection of assets.Security is about the protection of assets. - Computer-related assets.- Computer-related assets. Computing system :- hardware, software,Computing system :- hardware, software, storage media, data and people.storage media, data and people.  Principle of Easiest PenetrationPrinciple of Easiest Penetration Intruder must be expected to use allIntruder must be expected to use all available means of penetration. Use theavailable means of penetration. Use the ‘weakest point’.‘weakest point’.
  • 3. INTRODUCTIONINTRODUCTION  There are 3 classification of protection:There are 3 classification of protection: – PreventionPrevention: take measures that prevent your: take measures that prevent your assets from being damaged.assets from being damaged. – DetectionDetection: take measures that allow you to: take measures that allow you to detect when an asset has been damageddetect when an asset has been damaged – ReactionReaction: take measures that allow you to: take measures that allow you to recover your assets or to recover from damagerecover your assets or to recover from damage to your assets.to your assets.
  • 4.  Example from physical world:Example from physical world: – PreventionPrevention: locks at the door or window bars,: locks at the door or window bars, wall around the propertywall around the property – DetectionDetection: you detect when something has been: you detect when something has been stolen if it is no longer there, a burglar alarmstolen if it is no longer there, a burglar alarm goes on when break-in occurs, cctv providegoes on when break-in occurs, cctv provide information that allows you to identify intrudersinformation that allows you to identify intruders – ReactionReaction: you can call the police or you may: you can call the police or you may decide to replace the stolen itemdecide to replace the stolen item INTRODUCTIONINTRODUCTION
  • 5. INTRODUCTIONINTRODUCTION  Example from cyber world: consider credit card fraudExample from cyber world: consider credit card fraud cases.cases. – PreventionPrevention: use encryption when placing an order,: use encryption when placing an order, rely on the merchant to perform some checks on therely on the merchant to perform some checks on the caller before accepting a credit card order or don’tcaller before accepting a credit card order or don’t use credit card number on the Internet.use credit card number on the Internet. – DetectionDetection: a transaction that you had not authorized: a transaction that you had not authorized appears on your credit card statements.appears on your credit card statements. – ReactionReaction: you can ask for new credit card number,: you can ask for new credit card number, the cost of the fraudulent may be recovered by thethe cost of the fraudulent may be recovered by the card holder or the merchant where the fraudster hadcard holder or the merchant where the fraudster had made the purchase or the credit card issuer.made the purchase or the credit card issuer.
  • 6. SECURITY GOALS SECURITY GOALS INTEGRITY: An assets can be modified only by authorized or only in authorized ways. CONFIDENTIALITY: an assets of computing systems are available only by authorized parties (also known as secrecy). AVAILABILITY : An assets are accessible to authorized parties when needed without any delay.
  • 7. SECURITY THREATS INTERRUPTION: An asset of the system is destroyed or become unavailable or unusable – attack on AVAILABILTY INTERCEPTION: An unauthorized party (program, person, computer) gains access to an asset – attack on CONFIDENTIALITY MODIFICATION: An unauthorized party not only gain access to but tampers with an assets – attack on INTEGRITY FABRICATION: An unauthorized party insert counterfeit objects into the system – an attack on AUTHENTICITY
  • 9. Examples of security threats/attacks:Examples of security threats/attacks: Interruption ~ destruction of piece of hardware (hard disk) ~ cutting of communication line or ~ disabling of the file management system Interception ~ wiretapping ~ illicit copy of files or programs Modification ~ changing values in data file, ~ altering a program so that it performs differently, ~ modifying the content of messages being transmitted in a network. Fabrication ~ addition of records to a file, ~ insertion of spurious messages in a network
  • 10. VulnerabilitiesVulnerabilities VulnerabilitiesVulnerabilities : a weaknesses in the: a weaknesses in the securitysecurity systemsystem that might be exploited to causethat might be exploited to cause loss or harm.loss or harm.
  • 12. VulnerabilitiesVulnerabilities Threats to Hardware • involuntary machine-slaughter: accidental acts not intended to do serious damage. • voluntary machine-slaughter: intended to do harm Threats to Software • deletion • modification – trojan horse, virus, trapdoor, logic bomb • theft - piracy
  • 13. VulnerabilitiesVulnerabilities Threats to Data • loss of data •interception • modification • fabrication Threats to other exposed assets • storage media – consider backups • networks – very expose medium, access from distant • access – steal computer time, denial of service • key people – disgruntled employees
  • 14. Methods of DefenseMethods of Defense Encryption provides ~ confidentiality for data ~ integrity ~ basis for protocol SOFTWARE/HARDWARE CONTROLSENCRYPTION POLICIES Software controls: ~ Internal program controls ~ Operating system controls ~ Development controls Hardware controls: ~ hardware devices : - smartcard (encryption) - circuit board ctrl disk drives in PCs~ frequent changes of password ~ training Legal and ethical controls ~ codes of ethics ~ locks of doors ~ backup copies of important s/w and data ~ physical site planning (reduce natural disasters) PHYSICAL CONTROLS METHODS OF DEFENSE METHODS OF DEFENSE
  • 15. Who are the people?Who are the people?  AmateursAmateurs:: not career criminal but normal people who observe a flaw in a security system – have access to something valuable.  Crackers: may be university or high school students who attempt to access computing facilities for which they have not been authorized.  Career criminal: understands the targets of computer crime, international groups, electronic spies, information brokers.  Hackers: someone with deep knowledge and interest in operating systems or multiple OS. Do not attempt to intentionally break any system (non- malicious).
  • 16. How to makes a systemHow to makes a system secure?secure? There are four methods how computer security provideThere are four methods how computer security provide protection:protection: (1)(1) System Access ControlSystem Access Control : ensuring that unauthorized: ensuring that unauthorized users don’t get into the system.users don’t get into the system. (2)(2) Data Access ControlData Access Control : monitoring who can access: monitoring who can access what data and for what purposes.what data and for what purposes. (3)(3) System and Security AdministrationSystem and Security Administration : performing: performing certain procedures (system administrator’s responsibilities orcertain procedures (system administrator’s responsibilities or training users appropriately)training users appropriately) (4)(4) System DesignSystem Design: Taking advantage of basic hardware: Taking advantage of basic hardware and software security characteristics.and software security characteristics.
  • 17. System Access ControlSystem Access Control  The first way in which system provides computerThe first way in which system provides computer security is by controlling access to that system:security is by controlling access to that system: – Who’s allowed to log in?Who’s allowed to log in? – How does the system decide whether a user is legitimate?How does the system decide whether a user is legitimate?  Identification and authentication provides theIdentification and authentication provides the above.above.
  • 18. Identification & AutheticationIdentification & Authetication  IdentificationIdentification tells the system who you aretells the system who you are  AuthenticationAuthentication proves to the system that you areproves to the system that you are who you are.who you are.  There are 3 ways to prove ourselves:There are 3 ways to prove ourselves: – Something you knowSomething you know – Something you haveSomething you have – Something you areSomething you are System Access ControlSystem Access Control
  • 19. e.g.: password ~ you know the password, you the owner IDENTIFICATION & AUTHENTICATION IDENTIFICATION & AUTHENTICATION SOMETHING YOU HAVE SOMETHING YOU KNOW SOMETHING YOU ARE e.g.: tokens, keys & smart cards ~ you have the key, you must be the owner of it e.g: fingerprints, retina pattern, handprint etc.
  • 20. Username and PasswordUsername and Password  Typical first line of defenseTypical first line of defense  User name (Login ID) – identificationUser name (Login ID) – identification  Password – authenticationPassword – authentication  Login will succeed if you entered a valid user nameLogin will succeed if you entered a valid user name and corresponding password.and corresponding password. System Access ControlSystem Access Control
  • 21.  User plays an important role inUser plays an important role in password protection – authenticationpassword protection – authentication is compromised when you gave awayis compromised when you gave away your own password by telling others.your own password by telling others. Common threats on password:Common threats on password: – Password guessing: exhaustive searchPassword guessing: exhaustive search and intelligent searchand intelligent search – Password spoofingPassword spoofing – Compromise of the password fileCompromise of the password file System Access ControlSystem Access Control
  • 22.  How we can defend password security:How we can defend password security: – Compulsory to set a passwordCompulsory to set a password – Change default passwordChange default password – Password lengthPassword length – Password formatPassword format – Avoid obvious passwordsAvoid obvious passwords  How system help to improve password security:How system help to improve password security: – Password checkersPassword checkers – Password generationPassword generation – Password ageingPassword ageing – Limit login attemptsLimit login attempts – Inform usersInform users System Access ControlSystem Access Control
  • 23. Data Access ControlData Access Control  On the most elementary level, a subjectOn the most elementary level, a subject may observe an object or alter an object,may observe an object or alter an object, therefore the common access modes aretherefore the common access modes are defined as below:defined as below: – Observe: look at the contents of an objectObserve: look at the contents of an object – Change: change the contents of an objectChange: change the contents of an object
  • 24. Data Access ControlData Access Control Observe Change execute append read write √ √ √ √ Access rights in the Bell-LaPadula model {execute, read, write} Alice Bill bill.doc edit.exe fun.com {read, write} {execute} {execute} {execute, read} - An access control matrix
  • 25. Effectiveness of ControlsEffectiveness of Controls  Awareness of ProblemsAwareness of Problems : people will cooperate: people will cooperate with security requirements only if they understandwith security requirements only if they understand why security is appropriate in each specificwhy security is appropriate in each specific situation.situation.  Likelihood of useLikelihood of use : controls must be used to be: controls must be used to be effective – therefore it must be easy to use andeffective – therefore it must be easy to use and appropriate.appropriate.  Overlapping controlsOverlapping controls : combinations of control: combinations of control on one exposure.on one exposure.  Periodic reviewPeriodic review: ongoing task in judging the: ongoing task in judging the effectiveness of a control.effectiveness of a control.