Top Banner
Information System Security Principles A number of organizations have defined terminology and methodologies for applying systems engineering (SE) principles to large tasks and undertakings. When information systems and networks are involved, companion Information System Security Engineering (ISSE) processes should be practiced concurrently with SE at project initiation. This chapter defines the fundamental principles of network security and explains the SE and ISSE processes. It also describes the steps in the systems development life cycle (SDLC) and reviews how network and information technology (IT) security practices can be incorporated into the SDLC activities. The chapter concludes with coverage of risk management tech- niques and the application of risk management in the SDLC. Key Principles of Network Security Network security revolves around the three key principles of confidentiality, integrity, and availability (C-I-A). Depending upon the application and context, one of these principles might be more important than the others. For example, a gov- ernment agency would encrypt an electronically transmitted classified document to prevent an unauthorized person from reading its contents. Thus, confidentiality of the information is paramount. If an individual succeeds in breaking the encryp- tion cipher and, then, retransmits a modified encrypted ver- sion, the integrity of the message is compromised. On the 1 1 CHAPTER In This Chapter Reviewing the principles of network security Understanding the systems engineering and Information Systems Security Engineering process Summarizing the System Development Life Cycle (SDLC) Relating information systems security and the SDLC Managing risk COPYRIGHTED MATERIAL
40

CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

Feb 18, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

InformationSystem SecurityPrinciples

Anumber of organizations have defined terminology andmethodologies for applying systems engineering (SE)

principles to large tasks and undertakings. When informationsystems and networks are involved, companion InformationSystem Security Engineering (ISSE) processes should bepracticed concurrently with SE at project initiation.

This chapter defines the fundamental principles of networksecurity and explains the SE and ISSE processes. It alsodescribes the steps in the systems development life cycle(SDLC) and reviews how network and information technology(IT) security practices can be incorporated into the SDLCactivities.

The chapter concludes with coverage of risk management tech-niques and the application of risk management in the SDLC.

Key Principles of Network SecurityNetwork security revolves around the three key principles ofconfidentiality, integrity, and availability (C-I-A). Dependingupon the application and context, one of these principlesmight be more important than the others. For example, a gov-ernment agency would encrypt an electronically transmittedclassified document to prevent an unauthorized person fromreading its contents. Thus, confidentiality of the information isparamount. If an individual succeeds in breaking the encryp-tion cipher and, then, retransmits a modified encrypted ver-sion, the integrity of the message is compromised. On the

11C H A P T E R

✦ ✦ ✦ ✦

In This Chapter

Reviewing theprinciples of networksecurity

Understanding thesystems engineeringand InformationSystems SecurityEngineering process

Summarizing theSystem DevelopmentLife Cycle (SDLC)

Relating informationsystems security andthe SDLC

Managing risk

✦ ✦ ✦ ✦

05_573977 ch01.qxd 12/7/04 3:37 PM Page 3

COPYRIG

HTED M

ATERIAL

Page 2: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

4 Part I ✦ Security Principles and Practices

other hand, an organization such as Amazon.com would be severely damaged if itsnetwork were out of commission for an extended period of time. Thus, availability isa key concern of such e-commerce companies.

ConfidentialityConfidentiality is concerned with preventing the unauthorized disclosure of sensi-tive information. The disclosure could be intentional, such as breaking a cipher andreading the information, or it could be unintentional, due to carelessness or incom-petence of individuals handling the information.

IntegrityThere are three goals of integrity:

✦ Prevention of the modification of information by unauthorized users

✦ Prevention of the unauthorized or unintentional modification of informationby authorized users

✦ Preservation of the internal and external consistency

• Internal consistency ensures that internal data is consistent. For exam-ple, in an organizational database, the total number of items owned byan organization must equal the sum of the same items shown in thedatabase as being held by each element of the organization.

• External consistency ensures that the data stored in the database isconsistent with the real world. Relative to the previous example, thetotal number of items physically sitting on the shelf must equal the totalnumber of items indicated by the database.

AvailabilityAvailability assures that a system’s authorized users have timely and uninterruptedaccess to the information in the system and to the network.

Other important termsAlso important to network security are the following four C-I-A–related terms:

✦ Identification — The act of a user professing an identity to the system, suchas a logon ID

✦ Authentication — Verification that the user’s claimed identity is valid, such asthrough the use of a password

05_573977 ch01.qxd 12/7/04 3:37 PM Page 4

Page 3: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

5Chapter 1 ✦ Information System Security Principles

✦ Accountability — Determination of the actions and behavior of a single indi-vidual within a system, and holding the individual responsible for his or heractions

✦ Authorization — The privileges allocated to an individual (or process) thatenable access to a computer resource

Formal ProcessesThe processes associated with specifying, designing, implementing, operating, andmaintaining network-based systems are amenable to formal methods. These meth-ods provide a structured approach to achieving effective and maintainable net-works and systems. In particular, applying the disciplines of systems engineeringand systems security engineering (SSE) in the systems development life cycle canyield functional, secure, robust, and cost-effective networks and systems. Theseprocesses are described in the following sections.

The systems engineering processThere are a myriad of definitions of systems engineering, ranging from the view ofgovernment and military establishments to commercial organizations. A samplingof these definitions follows:

✦ “The function of systems engineering is to guide the engineering of complexsystems. ... A system is a set of interrelated components working togethertoward some common objective.” (Kossiakoff and Sweet, Systems Engineering,Principles and Practices, John Wiley & Sons, 2003.)

✦ The branch of engineering concerned with the development of large and com-plex systems, where a system is understood to be an assembly or combina-tion of interrelated elements or parts working together toward a commonobjective. (General, widely used definition)

✦ The selective application of scientific and engineering efforts to:

• Transform an operational need into a description of the system configu-ration which best satisfies the operational need according to the mea-sures of effectiveness

• Integrate related technical parameters and ensure compatibility of allphysical, functional, and technical program interfaces in a manner thatoptimizes the total system definition and design

• Integrate the efforts of all engineering disciplines and specialties into thetotal engineering effort

(From the Carnegie Mellon Software Engineering Institute (SEI) “SystemsEngineering Capability Model” [SE-CMM-95-0I]” document, version 1.1.)

05_573977 ch01.qxd 12/7/04 3:37 PM Page 5

Page 4: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

6 Part I ✦ Security Principles and Practices

✦ Systems engineering integrates all the disciplines and specialty groups into ateam effort forming a structured development process that proceeds fromconcept to production to operation. Systems engineering considers both thebusiness and the technical needs of all customers with the goal of providing aquality product that meets the user needs. (The International Council onSystems Engineering [INCOSE], www.incose.org.)

✦ A process that will:

• Transform approved operational needs and requirements into an inte-grated system design solution through concurrent consideration of alllife-cycle needs (that is, development, manufacturing, testing and evalua-tion, deployment, operations, support, training, and disposal).

• Ensure the interoperability and integration of all operational, functional,and physical interfaces. Ensure that system definition and design reflectthe requirements for all system elements: hardware, software, facilities,people, and data.

• Characterize and manage technical risks.

• Apply scientific and engineering principles, using the system securityengineering process, to identify security vulnerabilities and minimize orcontain information assurance and force protection risks associatedwith these vulnerabilities. (DoD regulation 5000.2-R, April 5, 2002.)

The Information Assurance Technical FrameworkThe Information Assurance Technical Framework Forum (IATFF) is an organizationsponsored by the National Security Agency (NSA) and supports technical inter-changes among U.S. industry, U.S. academic institutions, and U.S. government agen-cies on the topic of information assurance. The Forum generated the InformationAssurance Technical Framework (IATF) document, release 3.1, which describes pro-cesses and provides guidance for the protection of information systems based onsystems engineering principles (www.iatf.net/framework_docs/version-3_1/).The document emphasizes the criticality of the people involved, the operationsrequired, and the technology needed to meet the organization’s mission. Thesethree entities are the basis for the Defense-in-Depth protection methodologydescribed in Chapter 2 of IATF Document, release 3.1. The principles of Defense-in-Depth are presented in the next section.

Defense-in-DepthDefense-in-Depth is a layered protection scheme for critical information systemcomponents. The Defense-in-Depth strategy comprises the following areas:

✦ Defending the network and infrastructure

✦ Defending the enclave boundary

05_573977 ch01.qxd 12/7/04 3:37 PM Page 6

Page 5: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

7Chapter 1 ✦ Information System Security Principles

✦ Defending the computing environment

✦ Supporting Infrastructures

The term enclave as used in the Defense-in-Depth protection strategy refers to a“collection of computing environments connected by one or more internal net-works under the control of a single authority and security policy, including person-nel and physical security. Enclaves always assume the highest mission assurancecategory and security classification of the automated information system (AIS)applications or outsourced IT-based processes they support, and derive their secu-rity needs from those systems. They provide standard information assurance (IA)capabilities such as boundary defense, incident detection and response, and keymanagement, and also deliver common applications such as office automation andelectronic mail. Enclaves are analogous to general support systems as defined inOMB A-130. Enclaves may be specific to an organization or a mission, and the com-puting environments may be organized by physical proximity or by function inde-pendent of location. Examples of enclaves include local area networks (LANs) andthe applications they host, backbone networks, and data processing centers.” (DoDDirective 8500.1, “Information Assurance (IA), October 24, 2002). The enclaves inthe U.S. federal and defense computing environments can be categorized as public,private, or classified.

The Defense-in-Depth strategy is built on three critical elements: people, technol-ogy, and operations.

PeopleTo implement effective information assurance in an organization, management musthave a high-level commitment to the process. This commitment is manifestedthrough the following items and activities:

✦ Development of information assurance policies and procedures

✦ Assignment of roles and responsibilities

✦ Training of critical personnel

✦ Enforcement of personal accountability

✦ Commitment of resources

✦ Establishment of physical security controls

✦ Establishment of personnel security controls

✦ Penalties associated with unauthorized behavior

TechnologyAn organization has to ensure that the proper technologies are acquired anddeployed to implement the required information protection services. These

05_573977 ch01.qxd 12/7/04 3:37 PM Page 7

Page 6: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

8 Part I ✦ Security Principles and Practices

objectives are accomplished through the following processes and policies for theacquisition of technology:

✦ A security policy

✦ System-level information assurance architectures

✦ System-level information assurance standards

✦ Information assurance principles

✦ Specification criteria for the required information assurance products

✦ Acquisition of reliable, third-party, validated products

✦ Configuration recommendations

✦ Risk assessment processes for the integrated systems

OperationsOperations emphasize the activities and items necessary to maintain an organiza-tion’s effective security posture on a day-to-day basis. These activities and itemsinclude the following:

✦ A visible and up-to-date security policy

✦ Enforcement of the information security policy

✦ Certification and accreditation

✦ Information security posture management

✦ Key management services

✦ Readiness assessments

✦ Protection of the infrastructure

✦ Performing systems security assessments

✦ Monitoring and reacting to threats

✦ Attack sensing, warning, and response (ASW&R)

✦ Recovery and reconstitution

The Defense-in-Depth strategy is defined to defend against the following types ofattacks, as described in IATF document 3.1:

✦ Passive — Passive attacks include traffic analysis, monitoring of unprotectedcommunications, decrypting weakly encrypted traffic, and capture of authenti-cation information (such as passwords). Passive intercept of network operationscan give adversaries indications and warnings of impending actions. Passive

05_573977 ch01.qxd 12/7/04 3:37 PM Page 8

Page 7: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

9Chapter 1 ✦ Information System Security Principles

attacks can result in disclosure of information or data files to an attacker withoutthe consent or knowledge of the user. Examples include the disclosure of per-sonal information such as credit card numbers and medical files.

✦ Active — Active attacks include attempts to circumvent or break protectionfeatures, introduce malicious code, or steal or modify information. Theseattacks may be mounted against a network backbone, exploit information intransit, electronically penetrate an enclave, or attack an authorized remoteuser during an attempt to connect to an enclave. Active attacks can result inthe disclosure or dissemination of data files, denial of service, or modificationof data.

✦ Close-in — Close-in attacks consist of individuals attaining physical proximityto networks, systems, or facilities for the purpose of modifying, gathering, ordenying access to information. Close physical proximity is achieved throughsurreptitious entry, open access, or both.

✦ Insider — Insider attacks can be malicious or nonmalicious. Malicious insidersintentionally eavesdrop, steal, or damage information; use information in afraudulent manner; or deny access to other authorized users. Nonmaliciousattacks typically result from carelessness, lack of knowledge, or intentionalcircumvention of security for such reasons as “getting the job done.”

✦ Distribution — Distribution attacks focus on the malicious modification ofhardware or software at the factory or during distribution. These attacks canintroduce malicious code into a product, such as a back door to gain unautho-rized access to information or a system function at a later date.

To resist these types of attacks, Defense-in-Depth applies the following techniques:

✦ Defense in multiple places — Deployment of information protection mecha-nisms at multiple locations to protect against internal and external threats.

✦ Layered defenses — Deployment of multiple information protection anddetection mechanisms so that an adversary or threat will have to negotiatemultiple barriers to gain access to critical information.

✦ Security robustness — Based on the value of the information system compo-nent to be protected and the anticipated threats, estimation of the robustnessof each information assurance components. Robustness is measured in termsof assurance and strength of the information assurance component.

✦ Deploy KMI/PKI — Deployment of robust key management infrastructures(KMI) and public key infrastructures (PKI).

✦ Deploy intrusion detection systems — Deployment of intrusion detectionmechanisms to detect intrusions, evaluate information, examine results, and,if necessary, to take action.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 9

Page 8: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

10 Part I ✦ Security Principles and Practices

Implementing the Defense-in-Depth approach can be resource intensive. To assist inthe cost-effective implementation of Defense-in-Depth, IATF document 3.1 providesthe following guidelines:

✦ Make information assurance decisions based on risk analysis and keyed to theorganization’s operational objectives.

✦ Draw from all three facets of Defense-in-Depth — people, operations, and tech-nology. Technical mitigations are of no value without trained people to usethem and operational procedures to guide their application.

✦ Establish a comprehensive program of education, training, practical experi-ence, and awareness. Professionalization and certification licensing provide avalidated and recognized expert cadre of system administrators.

✦ Exploit available commercial off-the-shelf (COTS) products and rely on in-house development for those items not otherwise available.

✦ Periodically assess the IA posture of the information infrastructure.Technology tools, such as automated scanners for networks, can assist in vul-nerability assessments.

✦ Take into account, not only the actions of those with hostile intent, but alsoinadvertent or careless actions.

✦ Employ multiple means of threat mitigation, overlapping protectionapproaches to counter anticipated events so that loss or failure of a singlebarrier does not compromise the overall information infrastructure.

✦ Ensure that only trustworthy personnel have physical access to the system.Methods of providing such assurance include appropriate background investi-gations, security clearances, credentials, and badges.

✦ Use established procedures to report incident information provided by intru-sion detection mechanisms to authorities and specialized analysis andresponse centers.

Systems engineering processesA number of paradigms are applicable to implementing systems engineering andsome useful approaches are listed here:

✦ IEEE STD 1220-1998 processes:

• Requirements Analysis

• Requirements Verification

• Functional Analysis

• Functional Verification

• Synthesis

• Design Verification

05_573977 ch01.qxd 12/7/04 3:37 PM Page 10

Page 9: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

11Chapter 1 ✦ Information System Security Principles

✦ DoD 5000.2-R processes:

• Requirements Analysis

• Functional Analysis/Allocation

• Synthesis

A commonly used set of processes in the U.S. government is described in IATF doc-ument 3.1, and this set is the basis for deriving information system security engi-neering (ISSE) processes. These “generic” SE processes are as follows:

✦ Discover needs

✦ Define system requirements

✦ Design system architecture

✦ Develop detailed design

✦ Implement system

✦ Assess effectiveness

These processes emphasize the application of SE over the entire development lifecycle.

The Information Systems Security Engineering processThe ISSE processes are based on the generic SE processes, as shown in the follow-ing pairings:

✦ Discover information protection needs — Discover needs

✦ Define system security requirements — Define system requirements

✦ Design system security architecture — Design system architecture

✦ Develop detailed security design — Develop detailed design

✦ Implement system security — Implement system

✦ Assess information protection effectiveness — Assess effectiveness

The six ISSE processes are comprised of the activities (as described in IATF docu-ment 3.1) discussed in the following sections.

Discover information protection needsThe objectives of this process are to understand and document the customer’sneeds and to develop solutions that will meet these needs. The information sys-tems security engineer should use any reliable sources of information to learn

05_573977 ch01.qxd 12/7/04 3:37 PM Page 11

Page 10: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

12 Part I ✦ Security Principles and Practices

about the customer’s mission and business operations, including areas such ashuman resources, finance, command and control, engineering, logistics, andresearch and development. This knowledge can be used to generate a concept ofoperations (CONOPS) document or a mission needs statement (MNS). TheCommittee on National Security Systems (CNSS) Instruction No. 4009, “NationalInformation Assurance (IA) Glossary” defines a CONOPS as “a document detailingthe method, act, process, or effect of using an information system (IS).

Then, with this information in hand, an information management model (IMM)should be developed that ultimately defines a number of information domains.Information management includes the following:

✦ Creating information

✦ Acquiring information

✦ Processing information

✦ Storing and retrieving information

✦ Transferring information

✦ Deleting information

The information management model should take into account information domainsthat comprise the following items:

✦ The information being processed

✦ Processes being used

✦ Information generators

✦ Information consumers

✦ User roles

✦ Information management policy requirements

✦ Regulations

✦ Agreements or contracts

The principle of least privilege should be used in developing the model by permit-ting users to access only the information required for them to accomplish theirassigned tasks.

Table 1-1 provides an example of an IMM.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 12

Page 11: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

13Chapter 1 ✦ Information System Security Principles

Table 1-1Information Management Model

Users Rules Process Information

CEO Read Corporate Finance Policy

Treasurer Read/Write Corporate Finance Policy

Asst. Treasurer Read/Write Corporate Finance Policy

A similar example of the output domains of the IMM is given in Table 1-2.

Table 1-2IMM Information Domain Example

Domain Users Rules Process Information

Human Director Read/Write Corporate Job Classifications,Resources Salary Schedule Salaries

Human Benefits Staff Read Corporate Benefit Plans, Resources Salary Schedule Salaries, Employee

Contributions

The information systems security engineer must document all elements of theDiscover Information Protection Needs activity of the ISSE process, including thefollowing:

✦ Roles

✦ Responsibilities

✦ Threats

✦ Strengths

✦ Security services

✦ Priorities

✦ Design constraints

These elements comprise the fundamental concepts of an Information ProtectionPolicy (IPP), which in turn becomes a component of the customer’s informationmanagement policy (IMP).

05_573977 ch01.qxd 12/7/04 3:37 PM Page 13

Page 12: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

14 Part I ✦ Security Principles and Practices

The information systems security engineer must also support the certification andaccreditation (C&A) of the system. Certification is the comprehensive evaluation ofthe technical and nontechnical security features of an information system and theother safeguards, which are created in support of the accreditation process, toestablish the extent in which a particular design and implementation meets the setof specified security requirements.

Accreditation is the formal declaration by a Designated Approving Authority (DAA)that an information system is approved to operate in a particular security mode byusing a prescribed set of safeguards at an acceptable level of risk.

Recertification and re-accreditation are required when changes occur in the systemor its environment, or after a defined period of time after accreditation.

Define system security requirementsFor this activity, the information systems security engineer identifies one or moresolution sets that can satisfy the IPP’s information protection needs. A solution setconsists of the following items:

✦ Preliminary security CONOPS

✦ The system context

✦ The system security requirements

Based on the IP, the information systems security engineer, in collaboration withthe customer, chooses the best solution among the solution sets.

The preliminary security CONOPS identifies the following:

✦ The information protection functions

✦ The information management functions

✦ The dependencies among the organization’s mission

✦ The services provided by other entities

To develop the system context, the information systems security engineer performsthe following functions:

✦ Uses systems engineering techniques to identify the boundaries of the systemto be protected

✦ Allocates security functions to the system as well as to external systems byanalyzing the flow of data among the system to be protected and the externalsystems, and using the information compiled in the IPP and IMM.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 14

Page 13: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

15Chapter 1 ✦ Information System Security Principles

The information systems security engineer produces the system security require-ments, in collaboration with the systems engineers. Requirements should be unam-biguous, comprehensive, and concise, and they should be obtained through theprocess of requirements analysis. The functional requirements and constraints onthe design of the information security components include the following:

✦ Regulations

✦ The operating environment

✦ Targeting internal as well as external threats

✦ Customer needs

The information systems security engineer must also assess cryptographic needsand systems such as public key infrastructure (PKI).

Finally, the information systems security engineer reviews the security CONOPS,the security context, and the system security requirements with the customer toensure that they meet the needs of the customer and are accepted by the customer.

An important consideration in the entire process is the generation of appropriateand complete documentation. This documentation will be used to support theC&A process and should be developed to meet the C&A requirements.

Design system security architectureIn this stage, the information systems security engineer performs a functionaldecomposition of the requirements that can be used to select the componentsrequired to implement the designated functions. Tools and techniques such as time-line analysis, flow block diagrams, and a requirements allocation sheet are used toaccomplish the decomposition. The result of the functional decomposition is thefunctional architecture of the information security system.

In the decomposition process, the performance requirements at the higher level aremapped onto the lower-level functions to ensure that the resulting system performsas required. Also, as part of this activity, the information systems security engineerdetermines, at a functional level, the security services that should be assigned tothe system to be protected as well as to external systems. Such services includeencryption, key management, and digital signatures. Because implementations arenot specified in this activity, a complete risk analysis is not possible. General riskanalysis, however, can be done by estimating the vulnerabilities in the classes ofcomponents that are likely to be used.

Develop detailed security designThe detailed security design is accomplished through continuous assessments ofrisks and the comparison of these risks with the information system securityrequirements. This design activity involves both the SE and ISSE professionals andspecifies the system and components, but does not specify products or vendors.

Note

05_573977 ch01.qxd 12/7/04 3:37 PM Page 15

Page 14: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

16 Part I ✦ Security Principles and Practices

In conducting this activity, the information systems security engineer performs thefollowing functions:

✦ Develops specifications such as Common Criteria protection profiles

✦ Maps security mechanisms to system security design elements

✦ Catalogs candidate commercial off-the-shelf (COTS) products

✦ Catalogs candidate government off-the-shelf (GOTS) products

✦ Catalogs custom security products

✦ Qualifies external and internal element and system interfaces

The results of this effort should include a revised security CONOPS, identificationof failures to meet the security requirements, meeting of the customers design con-straints, and placing of the design documents under configuration control.

Implement system securityThis activity bridges the design phase and the operational phase. It includes asystem effectiveness assessment that provides evidence that the system meets therequirements and needs of the mission. Security accreditation usually follows thisassessment.

The information systems security engineer approaches this task by doing thefollowing:

✦ Applying information protection assurance mechanisms related to systemimplementation and testing

✦ Verifying that the implemented system does address and protect against thethreats itemized in the original threat assessment

✦ Providing input to the C&A process

✦ Providing input to and reviewing the evolving system life-cycle support plans

✦ Providing input to and reviewing the operational procedures

✦ Providing input to and reviewing the maintenance training materials

✦ Taking part in multidisciplinary examinations of all system issues and concerns

This activity identifies the specific components of the information system securitysolution. In selecting these components, the information system security engineermust consider the following items:

✦ Cost

✦ Form factor

✦ Reliability

05_573977 ch01.qxd 12/7/04 3:37 PM Page 16

Page 15: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

17Chapter 1 ✦ Information System Security Principles

✦ Availability now and in the future

✦ Risk to system caused by substandard performance

✦ Conformance to design specifications

✦ Compatibility with existing components

✦ Meeting or exceeding evaluation criteria (Typical evaluation criteria includethe Commercial COMSEC Evaluation Program [CCEP], National InformationAssurance Partnership [NIAP], Federal Information Processing Standards[FIPS], NSA criteria, and NIST criteria.)

In some cases, components might have to be built and customized to meet therequirements if no suitable components are available for purchase or lease.

In addition, the systems and design engineers in cooperation with the informationsystems security engineer are involved with the following:

✦ Developing test procedures to ensure that the designed system performs asrequired; these procedures should incorporate the following:

• Test planning, to include facilities, schedule, personnel, tools, andrequired resources

• Integration testing

• Functional testing to ensure that systems and subsystems operateproperly

• Generation of test reports

✦ Tests of all interfaces, as feasible

✦ Conducting unit testing of components

✦ Developing documentation and placing documentation under version control;the documentation should include the following:

• Installation procedures

• Operational procedures

• Support procedures

• Maintenance procedures

• Defects discovered in the procedures

Assess information protection effectivenessThis activity, even though listed last, must be conducted as part of all the activitiesof the complete ISSE and SE processes. Table 1-3 summarizes the tasks of theAssess Information Protection activity that correspond to the other activities of theISSE process. (Information taken from the IATF document, Release 3.1.)

05_573977 ch01.qxd 12/7/04 3:37 PM Page 17

Page 16: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

18 Part I ✦ Security Principles and Practices

Table 1-3Assess Information Protection Effectiveness

Tasks and Corresponding ISSE Activities

Assess Information Protection ISSE Activity Effectiveness Tasks

Discover information protection needs Present the process overview.

Summarize the information model.

Describe threats to the mission or businessthrough information attacks.

Establish security services to counter thosethreats and identify their relative importanceto the customer.

Obtain customer agreement on theconclusions of this activity as a basis fordetermining the system security effectiveness.

Define system security requirements Ensure that the selected solution set meetsthe mission or business security needs.

Coordinate the system boundaries.

Present security context, security CONOPS,and system security requirements to thecustomer and gain customer concurrence.

Ensure that the projected security risks areacceptable to the customer.

Design system security architecture Begin the formal risk analysis process toensure that the selected security mechanismsprovide the required security services, andexplain to the customer how the securityarchitecture meets the security requirements.

Develop detailed security design Review how well the selected security servicesand mechanisms counter the threats byperforming an interdependency analysis tocompare desired to actual security servicecapabilities.

Once completed, the risk assessment results,particularly any mitigation needs and residualrisk, will be documented and shared with thecustomer to obtain their concurrence.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 18

Page 17: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

19Chapter 1 ✦ Information System Security Principles

Assess Information Protection ISSE Activity Effectiveness Tasks

Implement system security The risk analysis will be conducted orupdated.

Strategies will be developed for the mitigationof identified risks.

Identify possible mission impacts and advisethe customer and the customer’s Certifiersand Accreditors.

As noted previously, there is a one-to-one pairing of the SE and ISSE processes. Thispairing is described in the IATF document 3.1 and summarized in Table 1-4.

Table 1-4Corresponding SE and ISSE Activities

SE Activities ISSE Activities

Discover needs Discover information protection needsThe systems engineer helps the customer The information systems security understand and document the information engineer helps the customer understand management needs that support the business the information protection needs that or mission. Statements about information support the mission or business. needs may be captured in an information Statements about information protection management model (IMM). needs may be captured in an Information

Protection Policy (IPP).

Define system requirements Define system security requirementsThe systems engineer allocates identified The information systems security needs to systems. A system context is engineer allocates information protection developed to identify the system needs to systems. A system security environment and to show the allocation of context, a preliminary system security system functions to that environment. A CONOPS, and baseline security preliminary system concept of operations requirements are developed.(CONOPS) is written to describe operational aspects of the candidate system (or systems). Baseline requirements are established.

Continued

05_573977 ch01.qxd 12/7/04 3:37 PM Page 19

Page 18: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

20 Part I ✦ Security Principles and Practices

Table 1-4 (continued)

SE Activities ISSE Activities

Design system architecture Design system security architectureThe systems engineer performs functional The information systems security analysis and allocation by analyzing candidate engineer works with the systems architectures, allocating requirements, and engineer in the areas of functional selecting mechanisms. The systems engineer analysis and allocation by analyzing identifies components, or elements, allocates candidate architectures, allocating functions to those elements, and describes security services, and selecting security the relationships between the elements. mechanisms. The information systems

security engineer identifies components,or elements, allocates security functionsto those elements, and describes therelationships between the elements.

Develop detailed design Develop detailed security designThe systems engineer analyzes design The information systems security constraints, analyzes trade-offs, does engineer analyzes design constraints, detailed system design, and considers analyzes trade-offs, does detailed system life-cycle support. The systems engineer and security design, and considers life-traces all of the system requirements to the cycle support. The information systems elements until all are addressed. The final security engineer traces all of the system detailed design results in component and security requirements to the elements interface specifications that provide until all are addressed. The final detailed sufficient information for acquisition when security design results in component and the system is implemented. interface specifications that provide

sufficient information for acquisitionwhen the system is implemented.

Implement system Implement system securityThe systems engineer moves the system from The information systems security specifications to the tangible. The main engineer participates in a activities are acquisition, integration, multidisciplinary examination of all configuration, testing, documentation, and system issues and provides input to C&A training. Components are tested and process activities, such as verification that evaluated to ensure that they meet the the system as implemented protects specifications. After successful testing, the against the threats identified in the individual components — hardware, software, original threat assessment; tracking of and firmware — are integrated, properly information protection assurance configured, and tested as a system. mechanisms related to system

implementation and testing practices;and providing input to system life-cyclesupport plans, operational procedures,and maintenance training materials.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 20

Page 19: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

21Chapter 1 ✦ Information System Security Principles

SE Activities ISSE Activities

Assess effectiveness Assess information protection The results of each activity are evaluated to effectivenessensure that the system will meet the users’ The information systems security needs by performing the required functions engineer focuses on the effectiveness of to the required quality standard in the the information protection — whether the intended environment. The systems engineer system can provide the confidentiality, examines how well the system meets the integrity, availability, authentication and needs of the mission. nonrepudiation for the information it is

processing that is required for missionsuccess.

The Systems Development Life CycleNational Institute of Standards and Technology (NIST) Special Publication 800-14,“Generally Accepted Principles and Practices for Securing Information TechnologySystems,” defines the SDLC in terms of five phases:

1. Initiation

2. Development/acquisition

3. Implementation

4. Operation/maintenance

5. Disposal

InitiationThe need for the system and its purpose are documented. A sensitivity assessmentis conducted as part of this phase. A sensitivity assessment evaluates the sensitiv-ity of the IT system and the information to be processed.

Development/acquisitionIn this phase, which includes the development and acquisition activities, the sys-tem is designed, developed, programmed, and acquired. Security requirements aredeveloped simultaneously with the definition of the system requirements. Theinformation security requirements include such items as access controls andsecurity awareness training.

ImplementationImplementation involves installation, testing, security testing, and accreditation.During installation, security features should be enabled and configured. Also, sys-tem testing should be performed to ensure that the components function asplanned. System security accreditation is performed in this phase. Accreditation is

05_573977 ch01.qxd 12/7/04 3:37 PM Page 21

Page 20: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

22 Part I ✦ Security Principles and Practices

the formal authorization for system operation by the accrediting official and anexplicit acceptance of risk.

Operation/maintenanceThe system performs its designed functions. This phase includes security operations,modification or addition of hardware or software, administration, operational assur-ance, monitoring, and audits. These activities include performing backups, conduct-ing training classes, managing cryptographic keys, and updating security software.

DisposalThis last phase includes disposition of system components and products (such ashardware, software, and information), disk sanitization, archiving files, and movingequipment. Information may be moved to another system, archived, discarded, ordestroyed. Keys for encrypted data should be stored in the event that the informa-tion is needed in the future. Data on magnetic media should be purged by overwrit-ing, degaussing, or destruction.

Information systems security and the SDLCA number of NIST documents describe methodologies and principles for incorporatinginformation systems security into the SDLC. The primary documents are as follows:

✦ Generally Accepted Principles and Practices for Securing InformationTechnology Systems, SP 800-14, National Institute of Standards and Technology,September 1996.This publication defines 8 system security principles and 14practices.

✦ Engineering Principles for Information Technology Security (EP-ITS), ABaseline for Achieving Security, SP 800-27, National Institute of Standards andTechnology, June 2001. This document develops a set of 33 engineering princi-ples for information technology security, which provide a system-level per-spective of information system security. These 33 principles incorporate theconcepts developed in the 8 principles and 14 practices detailed in SP 800-14.

✦ Security Considerations in the Information System Development Life Cycle, SP800-64, National Institute of Standards and Technology, September–October2003. NIST SP 800-64 details a framework for incorporating information sys-tems security into all the phases of the SDLC activity, using cost-effectivecontrol measures.

Generally accepted principles for securing information technologyThe Organization for Economic Cooperation and Development (OECD) guidelines(www.oecd.org) for the security of information systems were the foundation for thefollowing eight information security principles of NIST Special Publication 800-14.

✦ Computer security supports the mission of the organization.

✦ Computer security is an integral element of sound management.

✦ Computer security should be cost-effective.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 22

Page 21: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

23Chapter 1 ✦ Information System Security Principles

✦ Systems owners have security responsibilities outside their own organizations.

✦ Computer security responsibilities and accountability should be madeexplicit.

✦ Computer security requires a comprehensive and integrated approach.

✦ Computer security should be periodically reassessed.

✦ Computer security is constrained by societal factors.

Common practices for securing information technologyNIST SP 800-14 also lists the following common IT practices for incorporating infor-mation system security into the SDLC:

✦ Policy — Have in place the following three types of policies:

• A program policy to create and define a computer security program

• An issue-specific policy to address specific areas and issues

• A system-specific policy to focus on decisions made by management

These policies are sometimes referred to as plans, procedures, or directives.

✦ Program management — Management of computer security at appropriatemultiple levels with centralized enforcement and oversight.

✦ Risk management — The process of assessing risk, taking steps to reduce riskto an acceptable level, and maintaining that level of risk.

✦ Life-cycle planning — Managing security by planning throughout the systemlife cycle. A security plan should be developed prior to initiation of the lifecycle activities so that it can be followed during the life-cycle process. Recallthat the IT system life cycle as defined in SP 800-14 is composed of the follow-ing five phases:

• Initiation

• Development/Acquisition

• Implementation

• Operation/Maintenance

• Disposal

✦ Personnel/user issues — These issues relate to managers, users, and imple-menters and their authorizations and access to IT computing resources.

✦ Preparing for contingencies and disasters — Planning to ensure that the orga-nization can continue operations in the event of disasters and disruptions.

✦ Computer security incident handling — Reacting quickly and effectively inresponse to malicious code and internal or external unauthorized intrusions.

✦ Awareness and training — Providing computer security awareness training toall personnel interacting with the IT systems.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 23

Page 22: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

24 Part I ✦ Security Principles and Practices

✦ Security considerations in computer support and operations — Applyinginformation system security principles to the tasks performed by systemadministrators and to external system support activities.

✦ Physical and environmental security — Implementing environmental andphysical security controls, such as maintaining proper temperature andhumidity and securing laptops and magnetic media.

✦ Identification and authentication — Implementing the access control mea-sures of identification and authentication to ensure that unauthorized person-nel do not have privileges to access the resources of an IT system.

✦ Logical access control — Technical means of enforcing the information sys-tem security policy to limit access to IT resources to authorized personnel.

✦ Audit trails — Recording system activity and providing the capability toaccomplish individual accountability, detection of intrusions, reconstructionof past events, and identification of problems.

✦ Cryptography — Providing security services, including protecting the confi-dentiality and integrity of information and implementing electronic signatures.

Engineering Principles for Information Technology Security (EP-ITS)These 33 principles of NIST 800-27 are derived from concepts found in the 8 princi-ples and 14 practices of SP 800-14 and provide a system-level approach to IT security.

1. Establish a sound security policy as the “foundation” for design.

2. Treat security as an integral part of the overall system design.

3. Clearly delineate the physical and logical security boundaries governed byassociated security policies.

4. Reduce risk to an acceptable level.

5. Assume that external systems are insecure.

6. Identify potential trade-offs between reducing risk and increased costs anddecrease in other aspects of operational effectiveness.

7. Implement layered security (ensure no single point of vulnerability).

8. Implement tailored system security measures to meet organizational securitygoals.

9. Strive for simplicity.

10. Design and operate an IT system to limit vulnerability and to be resilient inresponse.

11. Minimize the system elements to be trusted.

12. Implement security through a combination of measures distributed physicallyand logically.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 24

Page 23: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

25Chapter 1 ✦ Information System Security Principles

13. Provide assurance that the system is, and continues to be, resilient in the faceof unexpected threats.

14. Limit or contain vulnerabilities.

15. Formulate security measures to address multiple overlapping informationdomains.

16. Isolate public access systems from mission-critical resources (for example,data processes).

17. Use boundary mechanisms to separate computing systems and networkinfrastructures.

18. Where possible, base security on open standards for portability and interoperability.

19. Use common language in developing security requirements.

20. Design and implement audit mechanisms to detect unauthorized use and tosupport incident investigations.

21. Design security to allow for regular adoption of new technology, including asecure and logical technology upgrade process.

22. Authenticate users and processes to ensure appropriate access control deci-sions both within and across domains.

23. Use unique identities to ensure accountability.

24. Implement least privilege.

25. Do not implement unnecessary security mechanisms.

26. Protect information while it is being processed, in transit, and in storage.

27. Strive for operational ease of use.

28. Develop and exercise contingency or disaster recovery procedures to ensureappropriate availability.

29. Consider custom products to achieve adequate security.

30. Ensure proper security in the shutdown or disposal of a system.

31. Protect against all likely classes of attacks.

32. Identify and prevent common errors and vulnerabilities.

33. Ensure that developers are trained to develop secure software.

Information system development cyclePublication 800-64, “Security Considerations in the Information System DevelopmentLife Cycle,” complements NIST Special Publications 800-14 and 800-27 and expandson the SDLC concepts presented in these two publications. Table 1-5, taken from SP800-64, illustrates information systems security as applied in the SDLC.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 25

Page 24: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

26 Part I ✦ Security Principles and Practices

Tabl

e 1-

5In

form

atio

n Sy

stem

s Se

curi

ty in

the

SD

LC

Acq

uisi

tion

/O

pera

tion

s/In

itia

tion

Dev

elop

men

tIm

plem

enta

tion

Mai

nten

ance

Dis

posi

tion

SDLC

Nee

ds d

eter

min

atio

n:Fu

nctio

nal s

tate

men

t In

stal

latio

nPe

rfor

man

ce

Appr

opria

tene

ss o

f of

nee

d:in

spec

tion

mea

sure

men

tdi

spos

al•

Perc

eptio

n of

a n

eed

• Li

nkag

e of

nee

d to

M

arke

t res

earc

hAc

cept

ance

test

ing

Con

trac

t Ex

chan

ge a

nd

mis

sion

and

m

odifi

catio

nssa

lepe

rfor

man

ce o

bjec

tives

Feas

ibili

ty s

tudy

Initi

al u

ser

trai

ning

• As

sess

men

t of

Ope

ratio

nsIn

tern

al o

rgan

izat

ion

alte

rnat

ives

to c

apita

l Re

quire

men

ts a

naly

sis

Doc

umen

tatio

nsc

reen

ing

asse

tsM

aint

enan

ce•

Prep

arin

g fo

r Al

tern

ativ

es a

naly

sis

Tran

sfer

and

in

vest

men

t rev

iew

do

natio

nan

d bu

dget

ing

Cos

t-be

nefit

ana

lysi

sC

ontr

act c

lose

out

Softw

are

conv

ersi

on

stud

y

Cos

t ana

lysi

s

Risk

man

agem

ent p

lan

Acqu

isiti

on p

lann

ing

05_573977 ch01.qxd 12/7/04 3:37 PM Page 26

Page 25: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

27Chapter 1 ✦ Information System Security Principles

Secu

rity

Secu

rity

cate

goriz

atio

n:Ri

sk a

sses

smen

tIn

spec

tion

and

Con

figur

atio

n In

form

atio

nC

onsi

dera

tions

acce

ptan

cem

anag

emen

t pr

eser

vatio

nPr

elim

inar

y ris

k Se

curit

y fu

nctio

nal

and

cont

rol

asse

ssm

ent

requ

irem

ents

ana

lysi

sSe

curit

y co

ntro

l M

edia

in

tegr

atio

nC

ontin

uous

sa

nitiz

atio

nSe

curit

y as

sura

nce

mon

itorin

gre

quire

men

ts a

naly

sis

Secu

rity

Har

dwar

e an

d ce

rtifi

catio

nso

ftwar

e di

spos

alC

ost c

onsi

dera

tions

an

d re

port

ing

Secu

rity

accr

edita

tion

Secu

rity

plan

ning

Secu

rity

cont

rol

deve

lopm

ent

Dev

elop

men

tal

secu

rity

test

and

ev

alua

tion

Oth

er p

lann

ing

com

pone

nts

Con

tinue

d

05_573977 ch01.qxd 12/7/04 3:37 PM Page 27

Page 26: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

28 Part I ✦ Security Principles and Practices

Tabl

e 1-

5(c

ontin

ued)

Acq

uisi

tion

/O

pera

tion

s/In

itia

tion

Dev

elop

men

tIm

plem

enta

tion

Mai

nten

ance

Dis

posi

tion

Secu

rity

Secu

rity

Risk

ass

essm

ent

Insp

ectio

n an

d C

onfig

urat

ion

Info

rmat

ion

Con

side

ratio

nsca

tego

rizat

ion

acce

ptan

cem

anag

emen

t pr

eser

vatio

nSe

curit

y fu

nctio

nal

and

cont

rol

Prel

imin

ary

risk

requ

irem

ents

ana

lysi

sSe

curit

y co

ntro

l M

edia

san

itiza

tion

asse

ssm

ent

inte

grat

ion

Con

tinuo

us

Secu

rity

assu

ranc

e m

onito

ring

Har

dwar

e an

d re

quire

men

ts a

naly

sis

Secu

rity

cert

ifica

tion

softw

are

disp

osal

Cos

t con

side

ratio

ns

Secu

rity

and

repo

rtin

gac

cred

itatio

n

Secu

rity

plan

ning

Secu

rity

cont

rol

deve

lopm

ent

Dev

elop

men

tal

secu

rity

test

and

ev

alua

tion

Oth

er p

lann

ing

com

pone

nts

05_573977 ch01.qxd 12/7/04 3:37 PM Page 28

Page 27: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

29Chapter 1 ✦ Information System Security Principles

The activities of each step in Table 1-5, as described in NIST SP 800-64, areexpanded in the following list:

✦ Initiation phase:

• Security categorization — Defines three levels (low, moderate, or high)of potential impact on organizations or individuals should there be abreach of security (a loss of confidentiality, integrity, or availability).Security categorization standards assist organizations in making theappropriate selection of security controls for their information systems.

• Preliminary risk assessment — Results in an initial description of thebasic security needs of the system. A preliminary risk assessmentshould define the threat environment in which the system will operate.

✦ Acquisition and development phase:

• Risk assessment — An analysis that identifies the protection require-ments for the system through a formal risk assessment process. Thisanalysis builds on the initial risk assessment performed during theInitiation phase, but will be more in-depth and specific.

• Security functional requirements analysis — An analysis of require-ments that may include the following components: a system securityenvironment (that is, enterprise information security policy and enter-prise security architecture) and security functional requirements.

• Assurance requirements analysis security — An analysis of require-ments that address the developmental activities required and assuranceevidence needed to produce the desired level of confidence that theinformation security will work correctly and effectively. The analysis,based on legal and functional security requirements, will be used as thebasis for determining how much and what kinds of assurance arerequired.

• Cost considerations and reporting — Determines how much of thedevelopment cost can be attributed to information security over the lifecycle of the system. These costs include hardware, software, personnel,and training.

• Security planning — Ensures that agreed-upon security controls,planned or in place, are fully documented. The security plan also pro-vides a complete characterization or description of the information sys-tem as well as attachments or references to key documents supportingthe agency’s information security program (for example, configurationmanagement plan, contingency plan, incident response plan, securityawareness and training plan, rules of behavior, risk assessment, securitytest and evaluation results, system interconnection agreements, securityauthorizations and accreditations, and plan of action and milestones).

05_573977 ch01.qxd 12/7/04 3:37 PM Page 29

Page 28: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

30 Part I ✦ Security Principles and Practices

• Security control development — Ensures that security controlsdescribed in the respective security plans are designed, developed, andimplemented. For information systems currently in operation, the secu-rity plans for those systems may call for the development of additionalsecurity controls to supplement the controls already in place or the mod-ification of selected controls that are deemed to be less than effective.

• Developmental security test and evaluation — Ensures that securitycontrols developed for a new information system are working properlyand are effective. Some types of security controls (primarily those con-trols of a nontechnical nature) cannot be tested and evaluated until theinformation system is deployed — these controls are typically manage-ment and operational controls.

• Other planning components — Ensures that all necessary componentsof the development process are considered when incorporating securityinto the life cycle. These components include selection of the appropri-ate contract type, participation by all necessary functional groups withinan organization, participation by the certifier and accreditor, and devel-opment and execution of necessary contracting plans and processes.

✦ Implementation phase:

• Inspection and Acceptance — Ensures that the organization validatesand verifies that the functionality described in the specification isincluded in the deliverables.

• Security Control Integration — Ensures that security controls are inte-grated at the operational site where the information system is to bedeployed for operation. Security control settings and switches areenabled in accordance with vendor instructions and available securityimplementation guidance.

• Security certification — Ensures that the controls are effectively imple-mented through established verification techniques and procedures andgives organization officials confidence that the appropriate safeguardsand countermeasures are in place to protect the organization’s informa-tion system. Security certification also uncovers and describes theknown vulnerabilities in the information system.

• Security accreditation — Provides the necessary security authorizationof an information system to process, store, or transmit information thatis required. This authorization is granted by a senior organization officialand is based on the verified effectiveness of security controls to someagreed-upon level of assurance and an identified residual risk to agencyassets or operations.

✦ Operations and maintenance phase:

• Configuration management and control — Ensures adequate considera-tion of the potential security impacts due to specific changes to an

05_573977 ch01.qxd 12/7/04 3:37 PM Page 30

Page 29: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

31Chapter 1 ✦ Information System Security Principles

information system or its surrounding environment. Configurationmanagement and configuration control procedures are critical to estab-lishing an initial baseline of hardware, software, and firmware compo-nents for the information system and subsequently controlling andmaintaining an accurate inventory of any changes to the system.

• Continuous monitoring — Ensures that controls continue to be effectivein their application through periodic testing and evaluation. Securitycontrol monitoring (that is, verifying the continued effectiveness ofthose controls over time) and reporting the security status of the infor-mation system to appropriate agency officials is an essential activity ofa comprehensive information security program.

✦ Disposition phase:

• Information preservation — Ensures that information is retained, asnecessary, to conform to current legal requirements and to accommo-date future technology changes that may render the retrieval methodobsolete.

• Media sanitization — Ensures that data is deleted, erased, and writtenover, as necessary.

• Hardware and software disposal — Ensures that hardware and softwareis disposed of as directed by the information system security officer.After discussing these phases and the information security steps indetail, the guide provides specifications, tasks, and clauses that can beused in a request for proposal (RFP) to acquire information securityfeatures, procedures, and assurances.

Risk ManagementNIST Special Publication 800-30, “Risk Management Guide for InformationTechnology Systems,” defines risk management as comprising three processes: riskassessment, risk mitigation, and evaluation and assessment.

Risk assessment consists of the following:

✦ Identification and evaluation of risks

✦ Identification and evaluation of risk impacts

✦ Recommendation of risk-reducing measures

Risk mitigation involves the following:

✦ Prioritizing appropriate risk-reducing measures recommended from the riskassessment process

05_573977 ch01.qxd 12/7/04 3:37 PM Page 31

Page 30: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

32 Part I ✦ Security Principles and Practices

✦ Implementing appropriate risk-reducing measures recommended from the riskassessment process

✦ Maintaining the appropriate risk-reducing measures recommended from therisk assessment process

Evaluation and assessment includes a continuous evaluation process. For example,the designated approving authority, (DAA) has the responsibility for determining ifthe residual risk in the system is acceptable or if additional security controlsshould be implemented to achieve accreditation of the IT system.

The DAA is the primary government official responsible for implementing systemsecurity. The DAA is an executive with the authority and ability to balance theneeds of the system with the security risks. This person determines the acceptablelevel of residual risk for a system and must have the authority to oversee the bud-get and IS business operations of systems under his/her purview.

DefinitionsIt is important to understand key definitions associated with risk management.These terms are taken from SP 800-30 and are useful in the discussion of applyingrisk management to the SDLC process.

RiskRisk is “a function of the likelihood of a given threat-source’s exercising a particularpotential vulnerability, and the resulting impact of that adverse event on theorganization.”

ThreatA threat is defined as “the potential for a threat-source to exercise (accidentallytrigger or intentionally exploit) a specific vulnerability.”

Threat-sourceA threat-source is defined as “either (1) intent and method targeted at the inten-tional exploitation of a vulnerability or (2) a situation and method that may acci-dentally trigger a vulnerability.” Common threat-sources include natural threats,such as storms and floods, human threats, such as malicious attacks and uninten-tional acts, and environmental threats, such as power failure and liquid leakage.

VulnerabilityA vulnerability is defined as “a flaw or weakness in system security procedures,design, implementation, or internal controls that could be exercised (accidentallytriggered or intentionally exploited) and result in a security breach or a violation ofthe system’s security policy.”

05_573977 ch01.qxd 12/7/04 3:37 PM Page 32

Page 31: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

33Chapter 1 ✦ Information System Security Principles

ImpactImpact refers to the “magnitude of harm that could be caused by a threat exploitinga vulnerability. The level of impact is governed by the potential mission impactsand in turn produces a relative value for the IT assets and resources affected (thecriticality and sensitivity of the IT system components and data).”

Risk management and the SDLCThe risk management process minimizes the impact of threats realized and pro-vides a foundation for effective management decision-making. Thus, it is veryimportant that risk management be a part of the system development life cycle.The three risk management processes, risk assessment, risk mitigation, and evalua-tion and assessment, are to be performed during each of the five phases of theSDLC. Table 1-6, taken from NIST SP 800-30, details the risk management activitiesthat should be performed for each SDLC phase.

Table 1-6Risk Management in the SDLC Cycle

SDLC Phase Risk Management Activities

Phase 1 — Initiation The need for an IT system Identified risks are used to is expressed and the support the development of the purpose and scope of the system requirements, including IT system is documented. security requirements, and a

security concept of operations(strategy).

Phase 2 — Development The IT system is designed, The risks identified during this or Acquisition purchased, programmed, phase can be used to support the

developed, or otherwise security analyses of the IT system constructed. that may lead to architecture and

design tradeoffs during systemdevelopment.

Phase 3 — The system security features The risk management process Implementation should be configured, supports the assessment of the

enabled, tested, and verified. system implementation againstits requirements and within itsmodeled operationalenvironment. Decisions regardingrisks identified must be madeprior to system operation.

Continued

05_573977 ch01.qxd 12/7/04 3:37 PM Page 33

Page 32: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

34 Part I ✦ Security Principles and Practices

Table 1-6 (continued)

SDLC Phase Risk Management Activities

Phase 4 — Operation The system performs its Risk management activities are or Maintenance functions. Typically, the performed for periodic system

system is being modified on reauthorization (or an ongoing basis through reaccreditation) or whenever the addition of hardware major changes are made to an IT and software and by system in its operational, changes to organizational production environment (for processes, policies, and example, new system interfaces).procedures.

Phase 5 — Disposal This phase may involve the Risk management activities are disposition of information, performed for system hardware, and software. components that will be disposed Activities may include of or replaced to ensure that the moving, archiving, discarding, hardware and software are or destroying information properly disposed of, that residual and sanitizing the hardware data is appropriately handled, and software. and that system migration is

conducted in a secure andsystematic manner.

To be effective, risk management must be supported by management and informa-tion system security practitioners. Some of the key personnel that should activelyparticipate in the risk management activities follow:

✦ Senior management — Provides the required resources and meets responsi-bilities under the principle of due care

✦ Chief information officer (CIO) — Considers risk management in IT planning,budgeting, and meeting system performance requirements

✦ System and information owners — Ensures that controls and services areimplemented to address information system confidentiality, integrity, andavailability

✦ Business and functional managers — Makes trade-off decisions regardingbusiness operations and IT procurement that affect information security

✦ Information system security officer (ISSO) — Participates in applyingmethodologies to identify, evaluate, and reduce risks to the mission-critical ITsystems

✦ IT security practitioners — Ensures the correct implementation of IT systeminformation system security requirements

✦ Security awareness trainers — Incorporates risk assessment in training pro-grams for the organization’s personnel

05_573977 ch01.qxd 12/7/04 3:37 PM Page 34

Page 33: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

35Chapter 1 ✦ Information System Security Principles

Risk assessmentRisk assessment comprises the following steps:

1. System characterization

2. Threat identification

3. Vulnerability identification

4. Control analysis

5. Likelihood determination

6. Impact analysis

7. Risk determination

8. Control recommendations

9. Results documentation

Each of these steps is summarized in the following sections.

System characterizationThis step characterizes and defines the scope of the risk assessment process.During this step, the following information about the system must be gathered:

✦ Software

✦ Hardware

✦ Data

✦ System interfaces

✦ IT system users

✦ IT system support personnel

✦ System mission

✦ Criticality of the system and data

✦ System and data sensitivity

✦ Functional system requirements

✦ System security policies

✦ System security architecture

✦ Network topology

✦ Information storage protection

✦ System information flow

✦ Technical security controls

05_573977 ch01.qxd 12/7/04 3:37 PM Page 35

Page 34: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

36 Part I ✦ Security Principles and Practices

✦ Physical security environment

✦ Environmental security

Questionnaires, on-site interviews, review of documents, and automated scanningtools are used to obtain the required information. The output from this step is asfollows:

✦ Characterization of the assessed IT system

✦ Comprehension of the IT system environment

✦ Delineation of the system boundary

Threat identificationThis step identifies potential threat-sources and compiles a statement of the threat-sources that relate to the IT system under evaluation. Sources of threat informationinclude the Federal Computer Incident Response Center (FedCIRC), intelligenceagencies, mass media, and Web-based resources.

The output from this step is a statement that provides a list of threat-sources thatcould exploit the system’s vulnerabilities.

Vulnerability identificationThis step results in a list of system vulnerabilities that might be exploited by poten-tial threat-sources. Vulnerabilities can be identified through vulnerability analyses,including information from previous information assessments; audit reports; theNIST vulnerability database (http://icat.nist.gov/icat.cfm); FedCIRC andDOE security bulletins; vendor data; commercial computer incident responseteams; and system software security analyses.

Testing of the IT system is also an important tool in identifying vulnerabilities.Testing can include the following:

✦ Security test and evaluation (ST&E) procedures

✦ Penetration-testing techniques

✦ Automated vulnerability scanning tools

This phase also involves determining whether the security requirements identifiedduring system characterization are being met. Usually, the security requirementsare listed in a table with a corresponding statement about how the requirement isor is not being met. The checklist addresses management, operational, and techni-cal information system security areas. The result of this effort is a security require-ments checklist. Some useful references for this activity are the Computer SecurityAct of 1987, the Privacy Act of 1974, the organization’s security policies, industrybest practices, and NIST SP 800-26, Security Self-Assessment Guide for InformationTechnology Systems.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 36

Page 35: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

37Chapter 1 ✦ Information System Security Principles

The output from this step is a list of system vulnerabilities or observations thatcould be exploited by the potential threat-sources.

Control analysisThis step analyzes the controls that are in place or in the planning stage to mini-mize or eliminate the probability that a threat will exploit vulnerability in thesystem.

Controls can be implemented through technical means such as computer hardwareor software, encryption, intrusion detection mechanisms, and identification andauthentication subsystems. Other controls, such as security policies, administrativeactions, and physical and environmental mechanisms, are considered nontechnicalcontrols. Both technical and nontechnical controls can further be classified as pre-ventive or detective controls. As the names imply, preventive controls attempt toanticipate and stop attacks. Examples of preventive, technical controls are encryp-tion and authentication devices. Detective controls are used to discover attacks orevents through such means as audit trails and intrusion detection systems.

Changes in the control mechanisms should be reflected in the security requirementchecklist.

The output of this step is a list of current and planned control mechanisms for theIT system to reduce the likelihood that a vulnerability will be exercised and toreduce the impact of an attack or event.

Likelihood determinationThis activity develops a rating that provides an indication of the probability that apotential vulnerability might be exploited based on the defined threat environment.This rating takes into account the type of vulnerability, the capability and motiva-tion of the threat-source, and the existence and effectiveness of information systemsecurity controls. The likelihood levels are given as high, medium, and low, as illus-trated in Table 1-7.

Table 1-7Definitions of Likelihood

Level of Likelihood Definition of Likelihood

High A highly motivated and capable threat-source and ineffectivecontrols to prevent exploitation of the associated vulnerability

Medium A highly motivated and capable threat-source and controlsthat might impede exploitation of the associated vulnerability

Low Lack of motivation or capability in the threat-source orcontrols in place to prevent or significantly impede theexploitation of the associated vulnerability

05_573977 ch01.qxd 12/7/04 3:37 PM Page 37

Page 36: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

38 Part I ✦ Security Principles and Practices

The output of this step is a likelihood rating of high, medium, or low.

Impact analysisThree important factors should be considered in calculating the negative impact ofa threat realized:

✦ The mission of the system, including the processes implemented by thesystem

✦ The criticality of the system, determined by its value and the value of the datato the organization

✦ The sensitivity of the system and its data

The information necessary to conduct an impact analysis can be obtained fromexisting organizational documentation, including a business impact analysis (BIA),or mission impact analysis report, as it is sometimes called. This document useseither quantitative or qualitative means to determine the impacts caused by com-promise or harm to the organization’s information assets. An attack or adverseevent can result in compromise or loss of information system confidentiality,integrity, and availability. As with the likelihood determination, the impact onthe system can be qualitatively assessed as high, medium, or low, as shown inTable 1-8.

Table 1-8Definitions of Likelihood

Impact Magnitude Definition of Impact

High Possibility of costly loss of major tangible assets or resources;might cause significant harm or impedance to the mission of anorganization; might cause significant harm to an organization’sreputation or interest; might result in human death or injury

Medium Possibility of costly loss of tangible assets or resources; mightcause harm or impedance to the mission of an organization;might cause harm to an organization’s reputation or interest;might result in human injury

Low Possibility of loss of some tangible assets or resources; mightnoticeably affect an organization’s mission; might noticeablyaffect an organization’s reputation or interest

The following additional items should be included in the impact analysis:

✦ The estimated frequency of the threat-source’s exploitation of a vulnerabilityon an annual basis

✦ The approximate cost of each of these occurrences

05_573977 ch01.qxd 12/7/04 3:37 PM Page 38

Page 37: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

39Chapter 1 ✦ Information System Security Principles

✦ A weight factor based on the relative impact of a specific threat exploiting aspecific vulnerability

The output of this step is the magnitude of impact: high, medium, or low.

Risk determinationThis step determines the level of risk to the IT system. The risk is assigned for athreat/vulnerability pair and is a function of the following characteristics:

✦ The likelihood that a particular threat-source will exploit an existing IT systemvulnerability

✦ The magnitude of the resulting impact of a threat-source successfully exploit-ing the IT system vulnerability

✦ The adequacy of the existing or planned information system security controlsfor eliminating or reducing the risk

Mission risk is calculated by multiplying the threat likelihood ratings (the probabil-ity that a threat will occur) by the impact of the threat realized. A useful tool forestimating risk in this manner is the risk-level matrix. An example risk-level matrixis shown in Table 1-9. In the table, a high likelihood that the threat will occur isgiven a value of 1.0; a medium likelihood is assigned a value of 0.5; and a low likeli-hood of occurrence is given a rating of 0.1. Similarly, a high impact level is assigneda value of 100, a medium impact level 50, and a low impact level 10.

Table 1-9A Risk-Level Matrix Example

Likelihood of Threat Low Impact (10) Medium Impact (50) High Impact (100)

High (1.0) Low 10 × 1.0 = 10 Medium 50 × 1.0 = 50 High 100 × 1.0 = 100

Medium (0.5) Low 10 × 0.5 = 5 Medium 50 × 0.5 = 25 High 100 × 0.5 = 50

Low (0.1) Low 10 × 0.1 = 1 Medium 50 × 0.1 = 5 High 100 × 0.1 = 10

Using the risk level as a basis, the next step is to determine the actions that seniormanagement and other responsible individuals must take to mitigate estimatedrisk. General guidelines for each level of risk follow:

✦ High-risk level — At this level, there is a high level of concern and a strongneed for a plan for corrective measures to be developed as soon as possible.

✦ Medium-risk level — For medium risk, there is concern and a need for a planfor corrective measures to be developed within a reasonable period of time.

✦ Low-risk level — For low risk, the system’s DAA must decide whether toaccept the risk or implement corrective actions.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 39

Page 38: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

40 Part I ✦ Security Principles and Practices

The output of the risk determination step is risk level of high, medium, or low.

Control recommendationsThis step specifies the controls to be applied for risk mitigation. To specify appro-priate controls, the following issues must be considered:

✦ Organizational policy

✦ Cost-benefit

✦ Operational impact

✦ Feasibility

✦ Applicable legislative regulations

✦ The overall effectiveness of the recommended controls

✦ Safety, reliability

The output of this step is a recommendation of controls and any alternative solu-tions to mitigate risk.

Results documentationThe final step in the risk assessment process is the development of a risk assess-ment report. This report is directed at management and should contain informationto support appropriate decisions on budget, policies, procedures, management,and operational issues.

The output of this step is a risk assessment report that describes threats andvulnerabilities, risk measurements, and recommendations for implementation ofcontrols.

Risk mitigationRisk mitigation prioritizes, evaluates, and implements the controls that are an out-put of the risk assessment process. Because risk can never be completely elimi-nated and control implementation must make sense under a cost-benefit analysis, aleast-cost approach with minimal adverse impact on the IT system is usually taken.

Risk mitigation optionsRisk mitigation can be classified into the following options:

✦ Risk assumption — Accept the risk and keep operating.

✦ Risk avoidance — Forgo some functions.

✦ Risk limitation — Implement controls to minimize the adverse impact ofthreats realized.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 40

Page 39: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

41Chapter 1 ✦ Information System Security Principles

✦ Risk planning — Develop a risk mitigation plan to prioritize, implement, andmaintain controls.

✦ Research and development — Research control types and options.

✦ Risk transference — Transfer risk to other sources, such as purchasinginsurance.

Categories of controlsControls to mitigate risks can be broken into the following categories:

✦ Technical

✦ Management

✦ Operational

✦ A combination of the above

Technical controls comprise the following:

✦ Supporting controls — These controls implement identification, crypto-graphic key management, security administration, and system protections.

✦ Preventive controls — Preventive technical controls include authentication,authorization, access control enforcement, nonrepudiation, protected com-munications, and transaction privacy.

✦ Detection and recovering controls — These technical controls include audit,intrusion detection and containment, proof of wholeness (system integrity),restoration to a secure state, and virus detection and eradication.

Management controls comprise the following:

✦ Preventive controls — Preventive management controls include assigningresponsibility for security, and developing and maintaining security plans,personnel security controls, and security awareness and technical training.

✦ Detection controls — Detection controls involve background checks, person-nel clearance, periodic review of security controls, periodic system audits,risk management, and authorization of IT systems to address and acceptresidual risk.

✦ Recovery controls — These controls provide continuity of support to develop,test, and maintain the continuity of the operations plan and establish an inci-dent response capability.

05_573977 ch01.qxd 12/7/04 3:37 PM Page 41

Page 40: CHAPTER Information System Security · Chapter 1 Information System Security Principles 5 Accountability—Determination of the actions and behavior of a single indi- vidual within

42 Part I ✦ Security Principles and Practices

Operational security controls are divided into preventive and detection types.Their functions are listed as follows:

✦ Preventive controls — These operational controls comprise control of mediaaccess and disposal, limiting external data distribution, control of softwareviruses, securing wiring closets, providing backup capability, protecting lap-tops and personal computers, protecting IT assets from fire damage, provid-ing an emergency power source, and control of humidity and temperature.

✦ Detection controls — Detection operation controls include providing physicalsecurity through the use of items such as cameras and motion detectors andensuring environmental security by using smoke detectors, sensors, andalarms.

Evaluation and assessmentThe risk that remains after the implementation of controls is called the residual risk.All systems will have residual risk because it is virtually impossible to completelyeliminate risk to an IT system. An organization’s senior management or the DAA isresponsible for authorizing or accrediting the IT system to begin or continue tooperate. The authorization or accreditation must take place every three years infederal agencies or whenever major changes are made to the system. The DAAsigns a statement accepting the residual risk when accrediting the IT system foroperation. If the DAA determines that the residual risk is at an unacceptable level,the risk management cycle must be redone with the objective of lowering theresidual risk to an acceptable level.

SummaryThe formal SE process and the corresponding ISSE process provide a solid frame-work for specifying, designing, implementing, and assessing high-quality and secureinformation systems. Similarly, risk management and information system securityprinciples applied throughout the SDLC ensure that the target system maintains anacceptable level of risk from its development phase through to its disposal phase.The layered Defense-in-Depth strategy supports the SE, ISSE, SDLC, and risk man-agement processes in providing an effective implementation strategy for securingthe enclave boundary.

✦ ✦ ✦

05_573977 ch01.qxd 12/7/04 3:37 PM Page 42