IAS101 - Information Assurance and Security Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/99

flashcard set

Earn XP

Description and Tags

A comprehensive collection of 100 vocabulary flashcards reviewing key concepts, threats, life cycles, risk management formulas, policies, and access controls for IAS101.

Last updated 1:55 PM on 8/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

100 Terms

1
New cards

Protecting Functionality

One of the four essential functions of information security that ensures the organization can continue its core operations.

2
New cards

Safe Application Operation

One of the four essential functions of information security that enables IT systems to run applications securely.

3
New cards

Data Protection

An essential function of information security that safeguards the information the organization collects and utilizes.

4
New cards

Asset Safeguarding

An essential function of information security that protects the organization's technological investments.

5
New cards

Threat

A category of entities (objects, persons, etc.) that pose a danger to an asset.

6
New cards

Vulnerability

An identified weakness in a system where controls are absent or ineffective.

7
New cards

Human Error Threat

A category of security threat consisting of accidents or employee mistakes.

8
New cards

Intellectual Property Compromise

A category of security threat involving piracy and copyright infringement.

9
New cards

Deliberate Software Attacks

A category of security threat that includes malicious software like viruses, worms, and Denial of Service (DoS) attacks.

10
New cards

Technological Obsolescence

A security threat resulting from using outdated or antiquated technologies.

11
New cards

Malicious Code

Software intended to destroy or steal data, including viruses, worms, and Trojan horses.

12
New cards

Brute Force Attack

Trying every possible password combination using computing resources to gain unauthorized access.

13
New cards

Dictionary Attack

A variation of a brute force attack that uses a list of commonly used passwords.

14
New cards

Denial of Service (DoS)

An attack that floods a target system with requests to overwhelm it and render it unavailable.

15
New cards

Distributed Denial of Service (DDoS)

A Denial of Service attack that utilizes many zombie computers to overwhelm a target.

16
New cards

IP Spoofing

Forging a source IP address to make a message appear to originate from a trusted host.

17
New cards

Man-in-the-Middle Attack

Impersonating an entity to eavesdrop on or divert data between two communicating parties.

18
New cards

Social Engineering

Using social skills to trick people into revealing sensitive credentials or information.

19
New cards

Cross-Site Scripting (XSS)

A client-side injection attack where malicious scripts are executed in a victim's browser via a legitimate web page.

20
New cards

SQL Injection (SQLi)

An attack that interferes with database queries to view, modify, or delete database data.

21
New cards

Parameterized Queries

Prepared statements used instead of string concatenation to prevent SQL injection attacks.

22
New cards

Systems Development Life Cycle (SDLC)

A phased development model consisting of 1. Investigation, 2. Analysis, 3. Logical Design, 4. Physical Design, 5. Implementation, and 6. Maintenance and Change.

23
New cards

Security Systems Development Life Cycle (SecSDLC)

A specialized version of the Systems Development Life Cycle focused specifically on managing information security.

24
New cards

Top-Down Approach (SecSDLC)

A security implementation process that starts with senior management (CEO, CIO, CISO) and filters down through the organization.

25
New cards

Bottom-Up Approach (SecSDLC)

A security effort originating at the grassroots level by technicians that often lacks strategic coordination.

26
New cards

Computer Fraud and Abuse Act (1986)

The cornerstone of federal computer-related law in the United States.

27
New cards

HIPAA (1996)

Health Insurance Portability and Accountability Act of 1996, which protects the confidentiality and security of health care data.

28
New cards

Sarbanes-Oxley Act (2002)

U.S. federal law enacted in 2002 focusing on the accuracy of financial reporting for publicly traded companies.

29
New cards

Ten Commandments of Computer Ethics

Ethical guidelines including rules such as 'Thou shalt not use a computer to harm other people' and 'Thou shalt not snoop around in other people's computer files'.

30
New cards

Linux Operating System

A Unix-like operating system core originally written by Linus Torvalds.

31
New cards

Linux Philosophy

The design principle to make each program do one thing well and expect the output of one program to be the input of another.

32
New cards

Linux File System Commands

Essential file system commands including ls (list), cd (change directory), pwd (print working directory), and mkdir (make directory).

33
New cards

Linux Network Commands

Essential network diagnostic and connectivity commands including ssh (secure shell), ping, and nslookup.

34
New cards

Linux Help Commands

Documentation and manual tools in Linux, specifically man (manual pages) and info.

35
New cards

Risk

The probability that something unwanted will happen along with its consequences.

36
New cards

Risk Management

The process of identifying risks represented by vulnerabilities in an organization's information assets/infrastructure and taking steps to reduce the risk to an acceptable level.

37
New cards

Three Major Undertakings of Risk Management

The sequential components of risk management consisting of 1. Risk Identification, 2. Risk Assessment, and 3. Risk Control.

38
New cards

Risk Identification

The process of identifying and assessing threats to an organization, its operations, and its workforce.

39
New cards

Information Asset Categories

The six categories evaluated during asset identification: People, Procedures, Data and information, Software, Hardware, and Networking elements.

40
New cards

Asset Identification and Inventory

The enumeration and classification of an organization's assets to determine their relative priority.

41
New cards

Confidential Classification

The information classification level designated for the most sensitive information that must be tightly controlled.

42
New cards

Internal Classification

The information classification level intended for employees, authorized contractors, and approved third parties.

43
New cards

External Classification

The information classification level designated for information approved for public release.

44
New cards

Threat Assessment

The process of examining each threat to determine its potential to endanger the organization.

45
New cards

Risk Assessment

The process of evaluating the relative risk for each vulnerability by assigning a risk rating/score to information assets.

46
New cards

Risk Control Strategies (D-T-M-A-T)

The five risk control strategies: Defend, Transfer, Mitigate, Accept, and Terminate.

47
New cards

Defend Strategy

A risk control strategy that attempts to prevent exploitation of a vulnerability via application of policy, education/training, and application of technology.

48
New cards

Transfer Strategy

A risk control strategy that attempts to shift risk to other assets, processes, or organizations (e.g., outsourcing, insurance, service contracts).

49
New cards

Mitigate Strategy

A risk control strategy that attempts to reduce the impact caused by exploitation through Incident Response, Disaster Recovery, or Business Continuity plans.

50
New cards

Accept Strategy

A risk control strategy where an organization chooses to accept the outcome/risk of exploitation based on probability, cost-benefit analysis, and feasibility.

51
New cards

Terminate Strategy

A risk control strategy where an organization avoids business activities that introduce uncontrollable risks.

52
New cards

Single Loss Expectancy (SLE)

The value of the most likely loss from an attack, calculated using the formula SLE=Asset Value×Exposure Factor\text{SLE} = \text{Asset Value} \times \text{Exposure Factor}.

53
New cards

Annualized Rate of Occurrence (ARO)

How often a specific type of attack is expected to occur on an annual basis.

54
New cards

Annualized Loss Expectancy (ALE)

The expected loss considering attack frequency, calculated using the formula ALE=SLE×ARO\text{ALE} = \text{SLE} \times \text{ARO}.

55
New cards

Exposure Factor (EF)

The percentage loss that a specific threat would have on a specific asset.

56
New cards

Quantitative Risk Measures

Metrics-based measures including number of successful attacks, staff-hours spent, dollars spent, number of security personnel, and value of lost information.

57
New cards

Qualitative Risk Measures

Process-based measures that are strategic and less focused on numbers, examining activities used to achieve organizational goals.

58
New cards

Risk Appetite

The amount and nature of risk an organization is willing to accept.

59
New cards

Residual Risk

The risk that remains even after security controls have been applied.

60
New cards

Strategic Planning

Process that sets the long-term direction of the organization and focuses resources toward clearly defined goals.

61
New cards

Chief Information Security Officer (CISO)

Executive who creates the strategic plan for achieving information security objectives alongside the information security management team.

62
New cards

Information Security Governance

Responsibilities and practices of executive management to provide strategic direction, ensure objectives are achieved, manage risks appropriately, and use resources responsibly.

63
New cards

Security Policy

A plan or course of action giving instructions from senior management that must not conflict with laws, must stand up in court, and must be properly administered and documented.

64
New cards

Security Standards

Detailed statements of what must be done to comply with an established security policy.

65
New cards

Enterprise Information Security Policy (EISP)

General organizational security policy that supports mission/vision and sets strategic direction and scope for the entire organization.

66
New cards

Issue-Specific Security Policy (ISSP)

Policy dealing with a specific technology or security issue such as email, internet use, hacking, or personal devices on company networks.

67
New cards

Systems-Specific Security Policy (SysSP)

Policy used as standards or procedures for configuring or maintaining specific systems.

68
New cards

Information Security Blueprint

The foundation for designing, selecting, and implementing security program elements including policies, risk management, education/training, controls, and maintenance.

69
New cards

Managerial Controls

High-level security controls focusing on administrative management, policy, and organizational governance.

70
New cards

Operational Controls

Security controls addressing day-to-day operations, processes, and human activities.

71
New cards

Technical Controls

Tactical security controls executed through technology, software, and hardware configurations.

72
New cards

Defense in Depth

A layered security approach using multiple security controls and safeguards such as policy, training and education, and technology.

73
New cards

Security Perimeter

The boundary between the organization's security environment and the outside world.

74
New cards

Firewall

A security system that controls information moving between an untrusted network (Internet/outside) and a trusted internal network.

75
New cards

Demilitarized Zone (DMZ)

A buffer or no-man's-land between internal and external networks, often used for Web servers.

76
New cards

Proxy Server

A network server that performs actions on behalf of another system.

77
New cards

Host-based IDPS

An Intrusion Detection and Prevention System installed directly on the machine it protects, monitoring system files and operating status.

78
New cards

Network-based IDPS

An Intrusion Detection and Prevention System that monitors network traffic and detects unusual activity based on previous baselines.

79
New cards

SETA Program

Security Education, Training, and Awareness program designed to reduce accidental security breaches caused by employees.

80
New cards

Three Elements of SETA

The three components of SETA: 1. Security Education, 2. Security Training, and 3. Security Awareness.

81
New cards

Contingency Plan

Plan prepared to anticipate, react to, recover from events threatening information assets, and restore normal operations.

82
New cards

Incident Response Plan (IRP)

A plan focused on identification, classification, response, and recovery from a specific security incident.

83
New cards

Disaster Recovery Plan (DRP)

A plan focused on preparation for and recovery from a major disaster.

84
New cards

Business Continuity Plan (BCP)

A plan ensuring critical business functions continue during catastrophic incidents or disasters.

85
New cards

Access Control

A method used by systems to determine whether and how to admit a user into a trusted area or information system.

86
New cards

Mandatory Access Control (MAC)

An access control method using data classification where users and data owners have limited control over access permissions.

87
New cards

Nondiscretionary Controls

Access controls strictly enforced and managed by a central authority, which can be role-based or task-based.

88
New cards

Discretionary Access Control (DAC)

Access control implemented at the discretion or option of the individual data user.

89
New cards

Identification

The first mechanism of access control where a user tells the system who they are.

90
New cards

Authentication

The second mechanism of access control where the system verifies who the user is.

91
New cards

Three Factors of Authentication

The three factors used to prove identity: 1. Something you know, 2. Something you have, and 3. Something you are.

92
New cards

Authorization

The third mechanism of access control that determines what the authenticated user is allowed to access.

93
New cards

Accountability

The fourth mechanism of access control that makes individuals responsible for their activities within an information system.

94
New cards

Packet-Filtering Firewall

A firewall architecture that examines header information of packets and decides whether to drop/deny or forward/allow.

95
New cards

Screened Host Firewall

A firewall architecture combining a packet-filtering router with a dedicated firewall or proxy.

96
New cards

Dual-Homed Host Firewall

A firewall architecture where a bastion host has two Network Interface Cards (NICs), one connected to the external network and one to the internal network.

97
New cards

Screened Subnet Firewall

A firewall architecture using a DMZ to provide an intermediate security network between public and internal networks.

98
New cards

Remote Connection Authentication Systems

Systems such as RADIUS, TACACS, and Diameter that authenticate credentials of users accessing an organization's network remotely.

99
New cards

Kerberos

An authentication system that uses symmetric key encryption to validate users to network resources.

100
New cards

IPSec Transport Mode vs. Tunnel Mode

In Transport Mode, only data is encrypted while the header remains visible; in Tunnel Mode, the entire original client packet is encrypted and added as the data portion of a new packet.