Tutorial 1.11: Security Operations and Incident Response

Table of Contents

Learning Objectives

Upon completion of this tutorial, you will be able to:

  1. Explain the core concepts of security operations, including SOC functions, cyber defense, and threat intelligence.
  2. Describe the incident response lifecycle using the NIST SP 800-61 and PICERL frameworks.
  3. Analyze the capabilities and limitations of SIEM, EDR, XDR, and SOAR technologies.
  4. Design a threat hunting program, including hypothesis development and investigation techniques.
  5. Evaluate business continuity and disaster recovery planning, including RTO and RPO calculations.
  6. Apply incident response methodologies to real-world security incidents (SolarWinds, Colonial Pipeline, Uber).
  7. Compare different incident response strategies and their applicability to various threat scenarios.
  8. Assess the effectiveness of security operations programs using key performance indicators (KPIs).

Overview

Throughout Unit 1, we have explored the foundational concepts of computer and network security—from the CIA triad and threat modeling to malware analysis and DDoS defenses. We have studied how attackers operate, how vulnerabilities are exploited, and how security architectures are designed to protect assets. However, security is not a static state; it is an ongoing process of detection, response, and continuous improvement. This tutorial bridges the gap between theoretical knowledge and operational practice by examining Security Operations and Incident Response.

Security operations encompass the day-to-day activities required to maintain and improve an organization's security posture. This includes monitoring networks and systems for threats, analyzing security events, and coordinating responses to incidents. The Security Operations Center (SOC) is the nerve center of this activity, where analysts use a combination of technology, intelligence, and human judgment to protect the enterprise.

We begin by exploring the foundational concepts of security operations: the SOC, cyber defense, and threat intelligence. We then delve into the incident response lifecycle, using the NIST SP 800-61 framework and the PICERL model as guides. Incident response is a structured approach to handling security incidents—from preparation and detection to containment, eradication, recovery, and post-incident learning.

We then examine the technologies that enable effective detection and response: SIEM (Security Information and Event Management), EDR (Endpoint Detection and Response), XDR (Extended Detection and Response), and SOAR (Security Orchestration, Automation, and Response). Each technology has strengths and limitations, and we discuss how they integrate into a comprehensive security operations program.

We also explore threat hunting—the proactive search for threats that evade automated detection. Threat hunting is a human-led process that uses hypotheses, data analysis, and intuition to find adversaries before they achieve their objectives.

Finally, we cover business continuity and disaster recovery—the processes that ensure an organization can continue operating during and after a disruption. We examine the concepts of Recovery Time Objective (RTO) and Recovery Point Objective (RPO), and how they are used to design resilient systems.

Throughout the tutorial, we apply these concepts to real-world case studies, including the SolarWinds supply-chain attack, the Colonial Pipeline ransomware incident, and the Uber data breach. By the end of this tutorial, you will have a comprehensive understanding of how security operations and incident response function in practice, and how the principles from earlier tutorials are applied in operational settings.


5.1 Security Operations Concepts

5.1.1 Security Operations Center (SOC)

A Security Operations Center (SOC) is a centralized team responsible for monitoring, detecting, analyzing, and responding to cybersecurity incidents. SOCs are typically staffed 24/7 by security analysts with varying levels of expertise. The SOC's primary functions include:

Assumption: The SOC has access to comprehensive logs and monitoring data from all parts of the organization. In practice, data silos and incomplete coverage are common challenges. Limitation: SOCs often struggle with alert fatigue—too many alerts, many of which are false positives, leading to missed genuine incidents.

5.1.2 Cyber Defense

Cyber defense encompasses the strategies, technologies, and processes used to protect against cyber threats. It is a layered approach that includes:

The NIST Cybersecurity Framework (CSF) provides a structured approach to cyber defense across five functions: Identify, Protect, Detect, Respond, Recover. This framework aligns directly with the incident response lifecycle.

5.1.3 Threat Intelligence

Threat intelligence is the collection, analysis, and dissemination of information about threats. It is categorized by the level of analysis:

Threat intelligence is most valuable when it is actionable—it should inform decision-making and drive specific defensive actions. The Cyber Threat Intelligence (CTI) lifecycle includes: planning, collection, processing, analysis, dissemination, and feedback.

Figure 11.1: SOC Operations Flow

+-----------------------------------------------------------+ | SOC OPERATIONS FLOW | | | | +-------------------+ +-------------------+ | | | DATA INGESTION | | THREAT INTELLIGENCE | | | | • Logs | | • Feeds | | | | • Flows | | • IOCs | | | | • Alerts | | • TTPs | | | +-------------------+ +-------------------+ | | | | | | +----------+----------+ | | | | | +-------------------+ | | | SIEM / MONITORING | | | • Correlation • Alerting | | +-------------------+ | | | | | +-------------------+ | | | ALERT TRIAGE & ANALYSIS | | | • Investigation • Prioritization | | +-------------------+ | | | | | +-------------------+ | | | INCIDENT RESPONSE & REMEDIATION | | | • Containment • Eradication | | | • Recovery • Lessons Learned | | +-------------------+ | | | | Continuous feedback loop improves detection & response. | +-----------------------------------------------------------+

5.2 Incident Response Lifecycle

5.2.1 NIST SP 800-61 Framework

The NIST Special Publication 800-61 (Revision 2) provides a comprehensive framework for incident handling. It defines four phases:

  1. Preparation: Establishing policies, procedures, and capabilities before an incident occurs.
  2. Detection and Analysis: Identifying and analyzing security events to determine if they are incidents.
  3. Containment, Eradication, and Recovery: Limiting the scope of damage, removing the threat, and restoring systems.
  4. Post-Incident Activity: Lessons learned, improving processes, and updating defenses.

5.2.2 PICERL Model

The PICERL model expands on NIST with six phases: Preparation, Identification, Containment, Eradication, Recovery, and Lessons Learned. This model is widely used in incident response training and practice.

5.2.3 Preparation

Preparation is the most critical phase. It involves:

5.2.4 Detection and Analysis

Detection involves identifying potential incidents through monitoring and alerting. Analysis involves:

5.2.5 Containment, Eradication, and Recovery

Containment aims to stop the attack from spreading. Strategies include:

Eradication removes the threat from the environment:

Recovery restores normal operations:

5.2.6 Post-Incident Activity

Post-incident activities are essential for improvement:

Table 11.1: Incident Response Phases and Activities

Phase Key Activities Outputs
Preparation Policy, training, tools, runbooks IRT charter, playbooks, tooling
Detection & Analysis Monitoring, triage, investigation, IOC collection Incident report, IOCs, threat intelligence
Containment Isolation, account disabling, blocking Containment plan, evidence preservation
Eradication Malware removal, system rebuild, patching Clean systems, verified integrity
Recovery Data restoration, service resumption, monitoring Operational systems, post-recovery validation
Post-Incident Lessons learned, reporting, improvements Updated policies, training, risk acceptance

5.3 Detection and Monitoring Technologies

5.3.1 SIEM (Security Information and Event Management)

SIEM aggregates and correlates security events from across the enterprise. It provides:

Assumption: SIEM is configured with appropriate correlation rules and anomaly baselines. In practice, SIEMs are often misconfigured, leading to high false positive rates. Limitation: SIEMs are reactive—they alert on events that have already occurred, rather than preventing them. They also require significant storage and processing capacity.

5.3.2 EDR (Endpoint Detection and Response)

EDR is an endpoint-centric security solution that provides:

EDR is particularly effective against malware and advanced threats that evade traditional antivirus. Examples include CrowdStrike Falcon, Microsoft Defender for Endpoint, and SentinelOne.

5.3.3 XDR (Extended Detection and Response)

XDR extends EDR to include data from networks, cloud environments, and applications. It integrates and correlates data across multiple sources to provide a more holistic view of threats. XDR aims to reduce the complexity of managing multiple security tools by providing a unified platform. Limitation: XDR is typically vendor-locked and may not integrate well with existing security investments.

5.3.4 SOAR (Security Orchestration, Automation, and Response)

SOAR platforms automate incident response processes. They provide:

SOAR reduces the manual effort required for incident response, enabling faster and more consistent actions. Assumption: Playbooks are well-defined and tested. In practice, creating effective playbooks requires significant effort and expertise.

Table 11.2: Comparison of Detection Technologies

Technology Scope Primary Function Strengths Weaknesses
SIEM Enterprise-wide Log aggregation, correlation, alerting Broad visibility, compliance reporting High false positives, complex tuning
EDR Endpoints Endpoint monitoring, detection, response Deep endpoint visibility, behavioral analysis Limited to endpoints, may miss network threats
XDR Cross-domain Unified detection and response Holistic view, reduced tool sprawl Vendor lock-in, integration challenges
SOAR Orchestration Automation and response Faster response, consistent actions Requires well-defined playbooks

5.4 Threat Hunting

5.4.1 The Threat Hunting Process

Threat hunting is the proactive search for threats that have evaded automated detection. It is hypothesis-driven and relies on human intuition and analytical skills. The process typically involves:

  1. Hypothesis formation: Based on threat intelligence, known adversary TTPs, or observed anomalies.
  2. Data collection and analysis: Gathering data from logs, endpoints, and network sources to test the hypothesis.
  3. Investigation: Deep-diving into suspicious activity to determine if it is malicious.
  4. Detection and response: If a threat is found, escalating to incident response.
  5. Feedback: Updating detection rules and intelligence based on findings.

5.4.2 Hypothesis-Driven Hunting

Hypotheses are derived from:

Example hypothesis: "An APT actor may have established persistence using scheduled tasks on domain controllers." The hunt would then search for abnormal scheduled tasks, unusual command-line arguments, and known adversary patterns.

5.4.3 Tools and Techniques

Threat hunters use a variety of tools:

Assumption: Hunters have sufficient data and tools to investigate hypotheses. In practice, data gaps and tool limitations constrain hunting efforts. Limitation: Hunting is resource-intensive and requires highly skilled personnel.

5.5 Business Continuity and Disaster Recovery

5.5.1 Business Continuity Planning

Business Continuity Planning (BCP) ensures that critical business functions can continue during and after a disruption. It involves:

5.5.2 Disaster Recovery Planning

Disaster Recovery Planning (DRP) focuses on restoring IT infrastructure after a disaster. Key elements include:

5.5.3 RTO and RPO

Recovery Time Objective (RTO) is the maximum acceptable downtime for a system. Recovery Point Objective (RPO) is the maximum acceptable data loss (i.e., how far back in time recovery must go). These metrics guide the design of recovery strategies and investments in resilience.

Example: An e-commerce system with RTO=1 hour and RPO=5 minutes requires redundant infrastructure and frequent data replication. A non-critical system with RTO=24 hours and RPO=8 hours can rely on daily backups and manual recovery.

Real-World Example: The Colonial Pipeline ransomware attack forced a complete shutdown of the pipeline. Despite paying the ransom, the recovery process took several days. A robust BCP/DRP with offline backups and rapid failover could have significantly reduced downtime and prevented the supply disruption.

5.6 Case Studies in Incident Response

SolarWinds Incident Response (2020)

The SolarWinds supply-chain attack was one of the most sophisticated breaches in history. The incident response involved:

Colonial Pipeline Incident Response (2021)

Colonial Pipeline's response to the ransomware attack included:

Uber Breach Incident Response (2022)

Uber's breach by an attacker who compromised an employee's credentials via social engineering involved:


Quiz: Tutorial 1.11

Test your understanding of security operations and incident response. Questions range from foundational to advanced analytical levels.

Question 1 (Foundational): What is the primary function of a Security Operations Center (SOC)?

Answer
b) Monitor, detect, and respond to security incidents. The SOC is the operational hub for security monitoring and response.

Question 2 (Foundational): In the NIST SP 800-61 incident response framework, which phase involves restoring systems to normal operation?

Answer
c) Containment, Eradication, and Recovery. Recovery is the phase where systems are restored to normal operation.

Question 3 (Intermediate): Which technology is specifically designed to aggregate and correlate security events across multiple sources?

Answer
c) SIEM. Security Information and Event Management aggregates and correlates logs from across the enterprise.

Question 4 (Intermediate): Threat intelligence that focuses on technical details such as malware signatures and C2 domains is classified as:

Answer
c) Tactical. Tactical intelligence is technical and actionable for SOC analysts.

Question 5 (Intermediate): In the PICERL model, which phase involves disconnecting an infected system from the network?

Answer
c) Containment. Isolation is a key containment strategy to prevent spread.

Question 6 (Intermediate): A company's recovery strategy defines RTO = 4 hours and RPO = 1 hour. What does this imply?

Answer
b) The company can tolerate 4 hours of downtime (RTO) and 1 hour of data loss (RPO).

Question 7 (Advanced): Which of the following is a limitation of SIEM in modern security operations?

Answer
b) SIEM is vulnerable to high false positive rates, leading to alert fatigue and missed incidents.

Question 8 (Advanced): In threat hunting, a hypothesis is best described as:

Answer
b) A guess about how an attacker might be operating, which guides the investigation. Hypotheses are based on intelligence, analytics, or observations.

Question 9 (Advanced): The Colonial Pipeline ransomware attack highlighted the importance of which security control?

Answer
b) Multi-Factor Authentication (MFA). The attackers used a compromised VPN password with no MFA.

Question 10 (Advanced Scenario): A SOC analyst receives an alert that a user account has been used to log in from an unusual geographic location at an unusual time. The user's manager confirms the user was not working at that time. According to the incident response lifecycle, what should the analyst do next?

Answer
b) Escalate to the incident response team for investigation. This is a high-confidence indicator of compromise that requires further investigation.

Question 11 (Theoretical): Explain the difference between EDR and XDR, and describe a scenario where XDR would be more effective than EDR.

Answer
EDR focuses on endpoint data; XDR extends to networks, cloud, and applications. XDR is more effective in hybrid environments where threats move across domains—e.g., an attacker uses a cloud application to compromise an endpoint, then moves laterally to a database. XDR can correlate data across these domains.

Question 12 (Scenario): A company's incident response team has just contained a ransomware outbreak. They have isolated infected systems, and the forensic investigation is ongoing. What should be the next priority in the incident response lifecycle?

Answer
a) Eradication. After containment, the team must remove the threat from affected systems before recovery can begin.

Exercises

Apply your knowledge through these practical scenarios.

Exercise 1 (Intermediate): Incident Response Plan Development
You are tasked with developing an incident response plan for a mid-sized company. (a) Identify the key stakeholders and their roles (Incident Commander, Technical Lead, PR/Communications, Legal, HR, etc.). (b) Define the escalation criteria for different incident types (critical, high, medium, low). (c) Create a high-level communication plan for internal and external stakeholders. (d) List the tools and technologies that the response team will need.

Sample Solution

(a) Stakeholders: Incident Commander (overall leadership), Technical Lead (investigation), PR (external communications), Legal (regulatory and liability), HR (employee matters), IT (technical support).

(b) Escalation: Critical (data breach with data loss, ransomware) → immediate response, executive notification. High (suspicious activity, malware) → within 4 hours. Medium (minor incidents) → within 24 hours. Low (informational) → via normal ticketing.

(c) Communication: Internal: email and team collaboration tools. External: pre-approved statements for customers, partners, and regulators.

(d) Tools: SIEM, EDR, forensic tools, backup systems, communication platforms, and case management.

Exercise 2 (Advanced): Threat Hunting Scenario
You are a threat hunter in a financial services organization. You suspect that an APT group may have compromised the environment using credential dumping techniques. (a) Formulate a hypothesis. (b) Describe the data sources you would investigate. (c) What specific queries or searches would you run? (d) If you find evidence, what is your next step?

Sample Solution

(a) Hypothesis: "An APT actor is using credential dumping tools (e.g., Mimikatz) on domain controllers to harvest credentials for lateral movement."

(b) Data sources: EDR logs from domain controllers, Windows Security logs (Event IDs 4624, 4672, 4688), Sysmon logs, process creation logs.

(c) Searches: Search for process names containing 'mimikatz', 'lsass', 'sekurlsa'; search for command-line arguments with 'dump' or 'credential'; search for unusual access to LSASS memory.

(d) If evidence is found: Escalate to the incident response team, isolate affected systems, collect forensic artifacts, and initiate containment.

Exercise 3 (Advanced): RTO/RPO Calculation
A company's critical order processing system generates $100,000 per hour of revenue during peak hours. The system requires a recovery time of 2 hours (RTO) and a recovery point of 15 minutes (RPO). (a) Calculate the potential revenue loss if the system is down for the full RTO. (b) If the backup interval is currently 1 hour, what is the potential data loss (in time) and what does that imply for business operations? (c) What recommendations would you make to improve the RPO?

Sample Solution

(a) Revenue loss = $100,000/hour × 2 hours = $200,000.

(b) With a 1-hour backup interval, the potential data loss is up to 1 hour of transactions. This could result in lost revenue, customer dissatisfaction, and operational disruption. The RPO of 15 minutes is not being met.

(c) Recommendation: Implement more frequent backups (e.g., continuous replication or 5-minute snapshots); use a database replication solution for near-zero RPO; consider a cloud-based active-passive failover.

Exercise 4 (Advanced): SOC Metrics
A SOC is evaluating its performance over the past quarter. The following metrics are available: (a) total alerts = 15,000, (b) false positives = 12,000, (c) confirmed incidents = 75, (d) MTTD = 45 minutes, (e) MTTR = 6 hours. (a) Calculate the false positive rate and the incident-to-alert ratio. (b) Based on these metrics, what are the most significant issues? (c) What recommendations would you make to improve SOC performance?

Sample Solution

(a) False positive rate = 12,000 / 15,000 = 80%. Incident-to-alert ratio = 75 / 15,000 = 0.5%.

(b) The high false positive rate (80%) indicates alert fatigue is a significant problem. The low incident-to-alert ratio suggests that most alerts are not real incidents. MTTD (45 minutes) is reasonable, but MTTR (6 hours) may be too long for critical incidents.

(c) Recommendations: (1) Tune SIEM rules to reduce false positives. (2) Implement automation (SOAR) to speed up response. (3) Prioritize high-fidelity alerts. (4) Conduct regular security testing to improve detection accuracy.

Exercise 5 (Advanced Research): Incident Response Case Study
Research the Uber data breach (2022). Write a concise analysis that includes: (a) the attack vector and initial compromise; (b) the impact and data compromised; (c) the response actions taken; (d) the lessons learned; (e) how the incident could have been prevented or detected earlier.

Sample Solution

Uber Breach (2022): (a) Attack vector: social engineering (vishing) targeting an employee to compromise credentials, then accessing the company's internal systems. (b) Impact: source code, internal communications, and other internal data were accessed. (c) Response: Uber locked down the compromised accounts, engaged law enforcement, and initiated a forensic investigation. (d) Lessons: MFA is critical; employee awareness training must be ongoing; monitoring for privileged access is essential. (e) Prevention: Stronger MFA (e.g., hardware tokens), employee awareness training, and behavioral monitoring for unusual access.


Homework

These assignments require deep research and synthesis.

Homework 1: SOC Design
Design a Security Operations Center (SOC) for a large multinational corporation with 5,000 employees and a hybrid cloud infrastructure. Your design must include: (a) organizational structure (staffing levels, roles); (b) technology stack (SIEM, EDR, XDR, SOAR, threat intelligence); (c) operational processes (monitoring, alerting, triage, escalation); (d) key performance indicators (KPIs) and how they will be measured; (e) a budget estimate and justification.

Sample Answer (Abridged)

SOC Design: Staffing: 15 analysts (3 shifts, 5 per shift) with a SOC Manager, Incident Commander, and Threat Hunters. Technology: Elastic SIEM, CrowdStrike EDR, Palo Alto XDR, Splunk SOAR, threat intelligence feeds. Processes: 24/7 monitoring, alert triage within 15 minutes, escalation for confirmed incidents. KPIs: MTTD (<30 min), MTTR (<4 hours), false positive rate (<10%). Budget: Approximately $1.5M annually for tools and personnel.

Homework 2: Incident Response Playbook
Develop a detailed incident response playbook for a ransomware attack. The playbook must include: (a) initial triage and identification steps; (b) containment strategies (network isolation, account disabling); (c) eradication procedures (malware removal, system rebuild); (d) recovery steps (data restoration, service resumption); (e) post-incident activities (lessons learned, improvements); (f) a communication plan for internal and external stakeholders.

Sample Answer (Abridged)

Ransomware Playbook: Triage: Identify affected systems, determine scope (files encrypted, ransom note). Containment: Isolate affected systems (disconnect network), disable compromised accounts, block C2 domains. Eradication: Remove ransomware files, rebuild compromised systems from known-good images. Recovery: Restore data from offline backups, validate integrity, reconnect systems gradually. Post-incident: Conduct root-cause analysis, update policies, enhance backups. Communication: Notify executives, legal, PR; coordinate with law enforcement.

Homework 3: Threat Hunting Program
Design a threat hunting program for an enterprise environment. Your program must include: (a) the hunting team composition and skills; (b) the hunting methodology (hypothesis-driven, intelligence-driven, data-driven); (c) the tools and data sources required; (d) a schedule for regular hunting activities; (e) how findings will be integrated into the detection and response pipeline; (f) success metrics.

Sample Answer (Abridged)

Threat Hunting Program: Team: 3 experienced hunters with backgrounds in incident response and forensics. Methodology: Hypothesis-driven (based on threat intelligence), supported by data analytics. Tools: SIEM, EDR, threat intelligence platform, custom analytics. Schedule: Weekly hunting sessions, monthly deep dives on specific TTPs. Integration: Findings feed into SIEM rules, IR playbooks, and threat intelligence reports. Metrics: Number of threats detected, MTTD improvement, number of successful hunts.

Homework 4: BCP/DRP Plan
Develop a Business Continuity Plan (BCP) and Disaster Recovery Plan (DRP) for a critical healthcare application. Your plan must include: (a) a Business Impact Analysis (BIA) identifying critical functions; (b) RTO and RPO for each function; (c) recovery strategies (failover, backup, manual procedures); (d) a detailed DRP for the IT infrastructure; (e) testing and exercise schedule; (f) plan maintenance and update procedures.

Sample Answer (Abridged)

Healthcare BCP/DRP: BIA: Critical functions—patient registration, EHR access, medication ordering. RTO: 2 hours for EHR, 4 hours for registration. RPO: 15 minutes for EHR. Recovery strategies: Active-passive failover to cloud, daily offline backups, manual registration forms for contingencies. DRP: Detailed steps for failover, data restoration, and system validation. Testing: Quarterly tabletop exercises, bi-annual full-scale drills. Maintenance: Annual review, updates after any significant infrastructure change.

Homework 5: Security Operations Capstone
Synthesize everything you have learned in Unit 1 by writing a 1,000-word essay on the evolution of security operations and incident response. Your essay should cover: (a) how the threat landscape has changed; (b) the evolution of security operations (from reactive to proactive); (c) the role of technology (SIEM, EDR, XDR, SOAR, AI); (d) the importance of people and process; (e) a vision for the future of security operations.

Sample Answer (Abridged)

Evolution of Security Operations: The threat landscape has evolved from isolated malware to sophisticated APTs, ransomware syndicates, and supply-chain attacks. Security operations have shifted from reactive (signature-based) to proactive (threat hunting, intelligence-driven). Technology has advanced from simple log aggregation to AI-driven analytics and automated response. However, people remain central—skilled analysts and hunters are irreplaceable. The future lies in integration (XDR), automation (SOAR), and AI-assisted decision-making, but human judgment and expertise will always be critical.


Summary

This tutorial has provided a comprehensive exploration of Security Operations and Incident Response, the operational backbone of enterprise security. We began by establishing the core concepts of security operations: the Security Operations Center (SOC), cyber defense strategies, and the role of threat intelligence in informing defensive decisions. The SOC is the nerve center of security, where monitoring, detection, and response activities converge.

We then examined the incident response lifecycle, using the NIST SP 800-61 framework and the PICERL model. Incident response is a structured approach that encompasses preparation, detection and analysis, containment, eradication, recovery, and post-incident activity. We emphasized that preparation is the most critical phase—organizations with well-defined policies, trained teams, and tested playbooks are far better equipped to handle incidents effectively.

We explored the technologies that enable detection and response: SIEM for log aggregation and correlation, EDR for endpoint visibility, XDR for cross-domain correlation, and SOAR for automation and orchestration. Each technology has strengths and limitations, and effective security operations integrate them into a cohesive ecosystem.

We then delved into threat hunting, the proactive search for threats that evade automated detection. Threat hunting is hypothesis-driven and relies on human expertise to uncover hidden threats. We discussed the hunting process, hypothesis development, and the tools that support hunting activities.

Finally, we covered business continuity and disaster recovery, ensuring that organizations can survive and recover from major disruptions. We introduced the concepts of RTO (Recovery Time Objective) and RPO (Recovery Point Objective) as critical metrics that guide recovery planning. Real-world case studies—SolarWinds, Colonial Pipeline, and Uber—illustrated how incident response principles are applied in practice and the lessons learned from these high-profile events.

This tutorial concludes Unit 1 of COMP400. You have now built a comprehensive foundation in computer and network security—from the CIA triad and threat modeling to malware analysis, DDoS defenses, and security operations. As you move to Unit 2, you will explore Cryptographic Protocols, Tools, and Algorithms, which provide the technical underpinnings for many of the security services we have discussed. The operational knowledge you have gained here will help you understand how cryptography is deployed in practice and how it supports the goals of confidentiality, integrity, authenticity, and nonrepudiation.

COMP400 — Computer and Network Security (Revision 3) • School of Computing and Information Systems, TrustOpen University