Chapter 1 - Information and Network Security Concepts

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

Validated Trust

Trust is based on evidence obtained by the trusting organization about the trusted organization or entity. The information may include information security policy, security measures, and level of oversight

Firewall

A hardware and/or software capability that limits access between a network and device attached to the network, in accordance with a specific security policy. The firewall acts as a filter that permits or denies data traffic, both incoming and outgoing, based on a set of rules based on traffic content and/or traffic pattern

Risk

A measure of the extent to which an entity is threatened by a potential circumstance or event, and typically a function of 1) the adverse impacts that would arise if the circumstance or event occurs; and 2) the likelihood of occurrence

Authentication Exchange

A mechanism intended to ensure the identity of an entity by means of information exchange

Security Mechanism

A process (or a device incorporating such a process) that is designed to detect, prevent, or recover from a security attack

Security Objectives

The cybersecurity definition introduces three key objectives that are at the heart of information and network security: confidentiality, data confidentiality, privacy

Security Assurance

The grounds for confidence that the security functionality is effective in its application. This area is addressed by security management techniques, such as auditing and incorporating security considerations into the system development life cycle

Security Attack

Any action that compromises the security of information owned by an organization

Computer Science Challenges (2/2)

-security mechanisms typically involve more than a particular algorithm or protocol -security is essentially a battle of wits between a perpetrator and the designer -little benefit from security investment is perceived until a security failure occurs -strong security is often viewed as an impediment to efficient and user-friendly operation

Block Cipher

-A block cipher operates on data as a sequence of blocks -In most versions of the block cipher, known as modes of operation, the transformation depends not only on the current data block and the secret key but also on the content of preceding blocks

Digital Signature Algorithm

-A digital signature is a value computed with a cryptographic algorithm and associated with a data object in such a way that any recipient of the data can use the signature to verify the data's origin and integrity

Stream Cipher

-A stream cipher operates on data as a sequence of bits -As with the block cipher, the transformation depends on a secret key

Two-Key Cryptographic Algorithms

-Asymmetric encryption -digital signature -key exchange -user authentication

Data Integrity

-Can apply to a stream of messages, a single message, or selected fields within a message -Connection‐oriented integrity service, one that deals with a stream of messages, assures that messages are received as sent with no duplication, insertion, modification, reordering, or replays -A connectionless integrity service, one that deals with individual messages without regard to any larger context, generally provides protection against message modification only

Communications Security

-Deals with the protection of communications through the network, including measures to protect against both passive and active attacks -Communications security is primarily implemented using network protocols: 1) A network protocol consists of the format and procedures that governs the transmitting and receiving of data between points in a network 2) A protocol defines the structure of the individual data units and the control commands that manage the data transfer -With respect to network security, a security protocol may be an enhancement that is part of an existing protocol or a standalone protocol

Keyless Algorithms

-Deterministic functions that have certain properties useful for cryptography -One type of keyless algorithm is the cryptographic hash function: 1) A hash function turns a variable amount of text into a small, fixed‐ length value called a hash value, hash code, or digest 2) A cryptographic hash function is one that has additional properties that make it useful as part of another cryptographic algorithm, such as a message authentication code or a digital signature -A pseudorandom number generator produces a deterministic sequence of numbers or bits that has the appearance of being a truly random sequence

Asymmetric Algorithms

-Encryption algorithms that use two keys are referred to as asymmetric encryption algorithms -Digital signature algorithm -key exchange -user authentication

NIST SP 800-39 (Managing Information Security Risk, March 2011) indicates that such trust relationships can be:

-Formally established, for example, by documenting the trust‐related information in contracts, service‐level agreements, statements of work, memoranda of agreement/understanding, or interconnection security agreements -Scalable and inter‐organizational or intra‐organizational in nature -Represented by simple (bilateral) relationships between two partners or more complex many‐to‐many relationships among many diverse partners

Network Protocols (Communications Security)

-IPsec -TLS -HTTPS -SSH -IEEE 802.11i -S//MIME

Trustworthiness of an Organization

-Most organizations rely on information system service and information provided by external organizations, as well as partnerships to accomplish missions and business functions (examples are cloud service providers and companies that form part of the supply chain for the organization) -To manage risk to the organization, it must establish trust relationships with these external organizations

Trust Model

-One of the most widely accepted and most cited definitions of trust is: "the willingness of a party to be vulnerable to the actions of another party based on the expectation that the other will perform a particular action important to the trustor, irrespective of the ability to monitor or control that other party" -related concepts: trustworthiness, propensity to trust, risk

Trustworthiness of an Individual

-Organizations need to be concerned about both internal users (employees, on‐site contractors) and external users (customers, suppliers) of their information systems -With respect to internal users, an organization develops a level of trust in individuals by policies in the following two areas: human resource security; security awareness and training

Nonrepudiation

-Prevents either sender or receiver from denying a transmitted message -When a message is sent, the receiver can prove that the alleged sender in fact sent the message -When a message is received, the sender can prove that the alleged receiver in fact received the message

Availability Service

-Protects a system to ensure its availability -This service addresses the security concerns raised by denial‐of‐service attacks -It depends on proper management and control of system resources and thus depends on access control service and other security services

Two types of passive attacks

-the release of message contents -traffic analysis

Trustworthiness of Information Systems

-SP 800‐39 defines trustworthiness for information systems as "the degree to which information systems(including the information technology productsfrom which the systems are built) can be expected to preserve the confidentiality, integrity, and availability of the information being processed,stored, or transmitted by the systems acrossthe full range of threats" -Two factors affecting the trustworthiness of information systems are security functionality and security assurance

Masquerade

-Takes place when one entity pretends to be a different entity -Usually includes one of the other forms of active attack

Access Control

-The ability to limit and control the access to host systems and applications via communications links -To achieve this, each entity trying to gain access must first be indentified, or authenticated, so that access rights can be tailored to the individual

Device Security

-The other aspect of network security is the protection of network devices, such as routers and switches, and end systems connected to the network, such as client systems and servers -The primary security concerns are intruders that gain access to the system to perform unauthorized actions, insert malicious software (malware), or overwhelm system resources to diminish availability -three types: 1) firewall, intrusion detection, intrusion prevention

Data Confidentiality

-The protection of transmitted data from passive attacks: 1) Broadest service protects all user data transmitted between two users over a period of time 2) Narrower forms of service includes the protection of a single message or even specific fields within a message -the protection of traffic flow from analysis: 1) This requires that an attacker not be able to observe the source and destination, frequency, length, or other characteristics of the traffic on a communications facility

Trust Model and Information Security

-Trust is confidence that an entity will perform in a way that will not prejudice the security of the user of the system of which that entity is a part -Trust is always restricted to specific functions or ways of behavior and is meaningful only in the context of a security policy -Generally, an entity is said to trust a second entity when the first entity assumes that the second entity will behave exactly as the first entity expects -In this context, the term entity may refer to a single hardware component or software module, a piece of equipment identified by make and model, a site or location, or an organization

Symmetric Encryptions

-With symmetric encryption, an encryption algorithm takes as input some data to be protected and a secret key and produces an unintelligible transformation on that data -A corresponding decryption algorithm takes the transformed data and the same secret key and recovers the original data -takes form: block cipher and stream cipher

Security Attacks

-a means of classifying security attacks, used both in X.800 and RFC 4949, is in terms of passive attacks and active attacks

Message Authentication Code (MAC)

-another form of single-key cryptographic algorithm -a data element associated with a data block or message -generated by a cryptographic transformation involving a secret key and, typically, a cryptographic hash function of the message -designed so that someone in possession of the secret key can verify the integrity of the message -The recipient of the message plus the MAC can perform the same calculation on the message; if the calculated MAC matches the MAC accompanying the message, this provides assurance that the message has not been altered

Active Attack

-attempts to alter system resources or affect their operation -involve some modification of the data stream or the creation of a false stream -Difficult to prevent because of the wide variety of potential physical, software, and network vulnerabilities -Goal is to detect attacks and to recover from any disruption or delays caused by them

Passive Attack

-attempts to learn or make use of information from the system but does not affect system resources -are in the nature of eavesdropping on, or monitoring of, transmissions -goal of the opponent is to obtain information that is being transmitted

Services Examples

-authentication -access control -data confidentiality -data integrity -nonrepudiation -availability service

Single Key Cryptographic Algorithms

-block cipher symmetric encryption -stream cipher symmetric encryption -message authentication code

Information and Network Security Objectives

-confidentiality (plus privacy) -integrity (plus data authenticity, non-repudiation) -authenticity -availability -accountability

Mechanism Examples

-cryptographic algorithms -data integrity -digital signature -authentication exchange -traffic padding -routing control -notarization -access control

Security Mechanisms

-cryptographic algorithms -data integrity -digital signature -authentication exchange -traffic padding -routing control -notarization -access control

Keyless Cryptographic Algorithms

-cryptographic hash function -pseudo random number generator

Single-Key Algorithms

-depend on the use of a secret key -Encryption algorithms that use a single key are referred to as symmetric encryption algorithms

Device Security (Elements of Network Security)

-firewall -intrusion detection -intrusion prevention

Cryptography

-keyless -single-key -two-key

Two specific authentication services are defined in X.800

-peer entry authentication -data origin authentication

Passive Attack Examples

-release of message contents -traffic analysis

Active Attacks Examples

-replay -data modification -masquerade -denial of service

OSI Security Architecture

-security attack -security mechanism -security service

Computer Science Challenges (1/2)

-security is not simple -potential attacks on the security features need to be considered -procedures used to provide particular serves are often counter-intuitive -it is necessary to decide where to use the various security mechanisms -requires constant monitoring -is too often an afterthought

Digital Signature

: Data appended to, or a cryptographic transformation of, a data unit that allows a recipient of the data unit to prove the source and integrity of the data unit and protect against forgery

Cryptographic Algorithms

: We can distinguish between reversible cryptographic mechanisms and irreversible cryptographic mechanisms. A reversible cryptographic mechanism is simply an encryption algorithm that allows data to be encrypted and subsequently decrypted. Irreversible cryptographic mechanisms include hash algorithms and message authentication codes, which are used in digital signature and message authentication applications.

Trustworthiness

A characteristic of an entity that reflects the degree to which that entity is deserving of trust

Security Service

A processing or communication service that enhances the security of the data processing systems and the information transfers of an organization; Intended to counter security attacks, and they make use of one or more security mechanisms to provide the service

Propensity to trust

A tendency to be willing to trust others across a broad spectrum of situations and trust targets. This suggests that every individual has some baseline level of trust that will influence the person's willingness to rely on the words and actions of others

Access Control - Security Mechanisms

A variety of mechanisms that enforce access rights to resources.

Mandated Trust

An organization establishes a level of trust with another organization based on a specific mandate issued by a third party in a position of authority

Data integrity

Assures that data and programs are changed only in a specified and authorized manner. This concept also encompasses data authenticity, which means that a digital object is indeed what it claims to be or what it is claimed to be, and nonrepudiation, which is assurance that the sender of information is provided with proof of delivery and the recipient is provided with proof of the sender's identity, so neither can later deny having processed the information

Authentication

Concerned with assuring that a communication is authentic: -In the case of a single message, assures the recipient that the message is from the source that it claims to be from -In the case of ongoing interaction, assures the two entities are authentic and that the connection is not interfered with in such a way that a third party can masquerade as one of the two legitimate parties

Routing Control

Enables selection of particular physically or logically secure routes for certain data and allows routing changes, especially when a breach of security is suspected.

Intrusion Prevention

Hardware or software products designed to detect intrusive activity and attempt to stop the activity, ideally before it reaches its target

Intrusion Detection

Hardware or software products that gather and analyze information from various areas within a computer or a network for the purpose of finding, and providing real‐time or near‐ real‐time warning of, attempts to access system resources in an unauthorized manner

Replay

Involves the passive capture of a data unit and its subsequent retransmission to produce an unauthorized effect

Mediated Trust

Mediated trust involves the use of a third party that is mutually trusted by two parties, with the third party providing assurance or guarantee of a given level of trust between the first two parties

Denial of Service

Prevents or inhibits the normal use or management of communications facilities

Peer entity authentication

Provides for the corroboration of the identity of a peer entity in an association. Two entities are considered peers if they implement the same protocol in different systems. Peer entity authentication is provided for use at the establishment of, or at times during the data transfer phase of, a connection. It attempts to provide confidence that an entity is not performing either a masquerade or an unauthorized replay of a previous connection

Data origin authentication

Provides for the corroboration of the source of a data unit. It does not provide protection against the duplication or modification of data units. This type of service supports applications like electronic mail, where there are no ongoing interactions between the communicating entities

Data Modification

Some portion of a legitimate message is altered, or messages are delayed or reordered to produce an unauthorized effect

Human resource security

Sound security practice dictates that information security requirements be embedded into each stage of the employment life cycle, specifying security‐related actions required during the induction of each individual, their ongoing management, and termination of their employment. Human resource security also includes assigning ownership of information (including responsibility for its protection) to capable individuals and obtaining confirmation of their understanding and acceptance

Traffic Padding

The insertion of bits into gaps in a data stream to frustrate traffic analysis attempts.

User Authentication

The process of authenticating that a user attempting to access an application or service is genuine and, similarly, that the application or service is genuine

Key Exchange

The process of securely distributing a symmetric key to two or more parties

Security Functionality

The security features/functions employed within the system. These include cryptographic and network security technologies

Notarization

The use of a trusted third party to assure certain properties of a data exchange

Security Awareness and Training

This area refers to disseminating security information to all employees, including IT staff, IT security staff, and management, as well as IT users and other employees. A workforce that has a high level of security awareness and appropriate security training for each individual's role is as important, if not more important, than any other security countermeasure or control

Data Integrity - Security Mechanisms

This category covers a variety of mechanisms used to assure the integrity of a data unit or stream of data units.

Direct Historical Trust

This type of trust is based on the security‐ related track record exhibited by an organization in the past, particularly in interactions with the organization seeking to establish trust

National Institute of Standards and Technology (NIST)

a U.S. federal agency that deals with measurement science, standards, and technology related to U.S. government use and to the promotion of U.S. private‐sector innovation. Despite its national scope, NIST Federal Information Processing Standards (FIPS) and Special Publications (SP) have a worldwide impact

Threat

a potential for violation of security, which exists when there is a circumstance, capability, action, or event that could breach security and cause harm; that is, a threat is a possible danger that might exploit a vulnerability

Internet Society (ISOC)

a professional membership society with worldwide organizational and individual membership. It provides leadership in addressing issues that confront the future of the Internet and is the organization home for the groups responsible for Internet infrastructure standards, including the Internet Engineering Task Force (IETF) and the Internet Architecture Board (IAB). These organizations develop Internet standards and related specifications, all of which are published as Requests for Comments (RFCs).

International Organization for Standardization (ISO)

a worldwide federation of national standards bodies from more than 140 countries, one from each country. ISO is a nongovernmental organization that promotes the development of standardization and related activities with a view to facilitating the international exchange of goods and services and to developing cooperation in the spheres of intellectual, scientific, technological, and economic activity. ISO's work results in international agreements that are published as International Standards

Attack

an assault on system security that derives from an intelligent threat; that is, an intelligent act that is a deliberate attempt (especially in the sense of a method or technique) to evade security services and violate the security policy of a system

International Telecommunication Union (ITU)

an international organization within the United Nations System in which governments and the private sector coordinate global telecom networks and services. The ITU Telecommunication Standardization Sector (ITU‐T) is one of the three sectors of the ITU. ITU‐T's mission is the development of technical standards covering all fields of telecommunications. ITU‐T standards are referred to as Recommendations

System Integrity

assures that a system performs its intended function in an unimpaired manner, free from deliberate or inadvertent unauthorized manipulation of the system

Privacy

assures that individuals control or influence what information related to them may be collected and stored and by whom and to whom that information may be disclosed

Data confidentiality

assures that private or confidential information is not made available or disclosed to unauthorized individuals

Availability

assures that systems work promptly and service is not denied to authorized users

Organization and users' assets include:

connected computing devices, personnel, infrastructure, applications, services, telecommunications systems, and the totality of transmitted and/or stored information in the cyberspace environment.

Confidentiality

covers data confidentiality and privacy

Integrity

covers data integrity and system integrity

Active Attack examples

masquerade, replay, data modification, denial of service

Information Security

refers to preservation of confidentiality, integrity, and availability of information; in addition, other properties, such as authenticity, accountability, nonrepudiation, and reliability can also be involved

Network Security

refers to protection of networks and their service from unauthorized modification, destruction, or disclosure, and provision of assurance that the network performs its critical functions correctly and there are no harmful side effects

Cybersecurity

the collection of tools, policies, security concepts, security safeguards, guidelines, risk management approaches, actions, training, best practices, assurance, and technologies that can be used to protect the cyberspace environment and organization and users' assets. It strives to ensure the attainment and maintenance of the security properties of the organization and users' assets against relevant security risks in the cyberspace environment. The general security objectives comprise the following: availability; integrity, which may include data authenticity and nonrepudiation; and confidentiality


संबंधित स्टडी सेट्स

Lecture 17: Aging: Physiological and evolutionary explanations (Learning Objectives and Questions)

View Set

Risk Assessment and Treatment Questions

View Set

Fundamentals of computer networking Introduction

View Set

Homework 3: Antigen Recognition by T Lymphocytes and B Cell Development

View Set