CISSP Domain 7: Security Operations Guide

Created by A F M Bakabillah

CISSP Domain 7, "Security Operations," accounts for 13% of the CISSP exam. This domain focuses on the day-to-day activities required to maintain and improve the security posture of an organization. It covers incident management, logging and monitoring, vulnerability management, and the application of foundational security concepts in an operational context.

Key Areas of CISSP Domain 7: Security Operations

1. Investigate Incidents

This section covers the structured approach to handling security incidents and conducting forensic investigations.

1.1 Incident Handling Process

1.2 Digital Forensics

Example: Upon detecting unusual outbound traffic, the security team initiates their incident handling process. They first contain the suspected compromised server by isolating it from the network. A forensic analyst then creates a bit-for-bit image of the server's hard drive, meticulously documenting the chain of custody for this digital evidence.

2. Operate and Maintain Detective and Preventative Measures

This involves the ongoing management of security controls that detect and prevent threats.

2.1 Vulnerability Management

2.2 Security Control Operations

Example: The IT team performs weekly vulnerability scans across all servers and workstations. Discovered vulnerabilities are prioritized based on their severity, and critical patches are deployed as part of the patch management process within 48 hours. The DLP system is configured to prevent employees from emailing documents containing credit card numbers outside the company network.

3. Perform Logging and Monitoring Activities

This section covers the continuous collection and analysis of security-related data to detect anomalies and threats.

3.1 Log Management

3.2 Security Information and Event Management (SIEM)

3.3 Continuous Monitoring

Example: The Security Operations Center (SOC) uses a SIEM system to ingest logs from firewalls, servers, and endpoints. The SIEM correlates a failed login attempt from an unusual IP address with a subsequent alert from the EDR solution on a user's workstation, triggering an automated alert to the incident response team. This is part of their continuous monitoring strategy.

4. Perform Configuration Management (CM)

This section covers the systematic management of system configurations to maintain security and integrity.

4.1 Baseline Configuration Management

4.2 Change Management

Example: Before deploying a new web server, the team ensures it adheres to the organization's "Web Server Security Baseline Configuration," which specifies disabled services, secure protocols, and logging levels. Any proposed changes to this configuration, such as opening a new port, must go through the formal change management process, including review by the Change Advisory Board (CAB).

5. Apply Foundational Security Operations Concepts

This section integrates broader security principles into the day-to-day operational environment.

5.1 Security Operations Center (SOC)

5.2 Threat Intelligence

5.3 Resilience, Fault Tolerance, and Redundancy

5.4 Business Continuity Planning (BCP) and Disaster Recovery Planning (DRP) Operations

Example: The organization's SOC team actively monitors incoming threat intelligence feeds to update their IPS rules and inform their threat hunting activities. To ensure high availability, their critical applications are deployed across multiple data centers with redundant servers and network paths, demonstrating fault tolerance and resilience. They conduct annual DRP exercises to validate their recovery capabilities.

Key Points to Remember (Exam Tips)

Quiz Time!

Choose the best answer for each question.

Question 1: In the incident handling process, which phase involves taking steps to limit the scope and impact of a security incident?

Question 2: What is the primary purpose of maintaining a "Chain of Custody" during a digital forensic investigation?

Question 3: Which of the following best describes a "Zero-Day Vulnerability"?

Question 4: What is the key difference between an Intrusion Detection System (IDS) and an Intrusion Prevention System (IPS) in terms of their operational capability?

Question 5: Which technology is designed to aggregate, normalize, correlate, and analyze security events and logs from various sources in real-time?

Question 6: What is the primary purpose of a "Change Advisory Board (CAB)" in the change management process?

Question 7: Which concept describes the ability of a system to continue operating despite the failure of one or more components?

Question 8: In a Security Operations Center (SOC), which tier of analyst is typically responsible for initial alert triage and basic incident validation?

Question 9: What is the purpose of a "Rollback Plan" in the context of change management?

Question 10: Which of the following is a proactive measure that involves collecting and analyzing information about current and emerging threats to improve defensive capabilities?

Question 11: What is the primary goal of "Eradication" in the incident handling process?

Question 12: Which type of digital evidence is considered the "original" and is given the highest priority in legal proceedings?

Question 13: What is the primary goal of "Patch Management"?

Question 14: Which security technology is designed to prevent sensitive information from leaving the organization's control, often by inspecting outbound traffic?

Question 15: What is the primary benefit of "Centralized Logging"?

Question 16: What is "Configuration Drift" in the context of configuration management?

Question 17: Which concept refers to the ability of a system to withstand and recover from various types of disruptions, including cyberattacks and natural disasters?

Question 18: What is the primary benefit of "Security Orchestration, Automation, and Response (SOAR)" platforms?

Question 19: Which phase of incident handling involves removing the malware and fixing the exploited vulnerabilities?

Question 20: What is the primary purpose of conducting regular "tabletop exercises" for Business Continuity and Disaster Recovery Plans?

Question 21: Which type of evidence is a copy of original digital evidence, often used for analysis to preserve the original?

Question 22: What is the primary objective of "Configuration Management" in security operations?

Question 23: Which of the following is a key characteristic of "Continuous Monitoring"?

Question 24: What is the primary role of a Tier 3 analyst in a Security Operations Center (SOC)?

Question 25: Which of the following best describes "Redundancy"?

Question 26: What is the primary purpose of "Endpoint Detection and Response (EDR)" solutions?

Question 27: Which of the following is a key aspect of "Secure Log Storage"?

Question 28: What is the primary objective of the "Recovery" phase in incident handling?

Question 29: Which of the following is a key benefit of integrating Threat Intelligence into security operations?

Question 30: What is the purpose of "Post-Incident Activity" (Lessons Learned) in the incident handling process?

Quiz Answers:

Question 1:

B) Containment

Explanation: Containment is the phase focused on limiting the spread and impact of an incident, often by isolating affected systems or networks.

Question 2:

B) To ensure the admissibility and integrity of evidence in legal proceedings.

Explanation: The chain of custody provides a documented history of evidence handling, proving that the evidence has not been tampered with and is admissible in court.

Question 3:

C) A vulnerability that is unknown to the vendor and has no available patch.

Explanation: A zero-day vulnerability is a software flaw that is unknown to the vendor, meaning there is no patch available, and attackers may already be exploiting it.

Question 4:

B) IDS monitors and alerts, while IPS monitors and actively blocks/prevents.

Explanation: The key distinction is that an IDS is a passive detection tool, whereas an IPS is an active prevention tool that can automatically take action to stop threats.

Question 5:

C) Security Information and Event Management (SIEM)

Explanation: SIEM systems are designed to collect, aggregate, normalize, and correlate security events and logs from various sources to provide real-time threat detection and analysis.

Question 6:

B) To review and approve proposed changes to IT systems.

Explanation: The Change Advisory Board (CAB) is a formal body responsible for reviewing, assessing, and approving or rejecting proposed changes to IT systems to minimize risks and ensure alignment with business objectives.

Question 7:

C) Fault Tolerance

Explanation: Fault tolerance is the ability of a system to continue functioning without interruption even if one or more of its components fail, often achieved through redundancy. Resilience (A) is broader, encompassing recovery from various disruptions.

Question 8:

A) Tier 1 Analyst

Explanation: Tier 1 analysts in a SOC are typically responsible for the initial triage of security alerts, filtering out false positives, and escalating confirmed incidents to higher tiers.

Question 9:

B) To revert a change if it causes unexpected issues or failures.

Explanation: A rollback plan is a critical part of change management, outlining the steps to revert a system to its previous state if a new change introduces problems, ensuring business continuity.

Question 10:

C) Threat Intelligence

Explanation: Threat intelligence provides actionable information about current and emerging threats, enabling organizations to proactively enhance their defenses and detection capabilities.

Question 11:

C) To remove the root cause of the incident and eliminate the threat.

Explanation: Eradication focuses on eliminating the threat from the environment, which includes removing malware, patching vulnerabilities, and identifying and removing the root cause of the incident.

Question 12:

C) Best Evidence

Explanation: Best evidence refers to the original, unaltered digital evidence (e.g., the original hard drive image), which is preferred in legal proceedings to ensure accuracy and integrity.

Question 13:

B) To apply software updates to fix vulnerabilities and improve functionality.

Explanation: Patch management is the systematic process of acquiring, testing, and applying software patches or updates to address security vulnerabilities and improve system stability.

Question 14:

C) Data Loss Prevention (DLP)

Explanation: DLP solutions are specifically designed to identify, monitor, and protect sensitive data from unauthorized exfiltration, often by inspecting data in transit (e.g., email, cloud uploads).

Question 15:

B) It simplifies log analysis and correlation for security monitoring.

Explanation: Centralized logging consolidates logs from various sources into a single location, making it much easier for security analysts to search, analyze, and correlate events to detect threats.

Question 16:

B) Deviations from the established secure baseline configuration.

Explanation: Configuration drift occurs when a system's configuration deviates from its approved security baseline, potentially introducing vulnerabilities or weakening security controls.

Question 17:

C) Resilience

Explanation: Resilience is the overarching ability of an organization or system to anticipate, withstand, recover from, and adapt to disruptive events, including cyberattacks, natural disasters, or system failures.

Question 18:

B) To automate and streamline security operations tasks and incident response workflows.

Explanation: SOAR platforms integrate various security tools and automate repetitive tasks, enabling security teams to respond to incidents more quickly and efficiently.

Question 19:

C) Eradication

Explanation: Eradication is the phase where the identified threat is completely removed from the environment, including malware, backdoors, and the underlying vulnerabilities that were exploited.

Question 20:

B) To identify gaps and weaknesses in the plans in a low-stress environment.

Explanation: Tabletop exercises are discussion-based sessions used to walk through a BCP/DRP scenario, identify flaws in the plan, and improve team coordination without impacting live systems.

Question 21:

B) Secondary Evidence

Explanation: Secondary evidence is a copy of the original evidence (e.g., a forensic image of a hard drive). It is used for analysis to preserve the integrity of the best evidence (the original).

Question 22:

C) To establish and maintain secure, standardized configurations for systems.

Explanation: Configuration management ensures that systems are built and maintained according to predefined secure baselines, reducing vulnerabilities and ensuring consistent security posture.

Question 23:

B) It involves ongoing surveillance and analysis of systems to ensure security and compliance.

Explanation: Continuous monitoring is a proactive and ongoing process of collecting, analyzing, and reporting security-related information to maintain an up-to-date understanding of an organization's security posture.

Question 24:

C) Threat hunting, malware analysis, and advanced forensics.

Explanation: Tier 3 analysts are the most experienced in a SOC, responsible for advanced analysis, threat hunting, malware reverse engineering, and complex forensic investigations.

Question 25:

B) The duplication of critical components or functions to ensure availability.

Explanation: Redundancy involves having duplicate systems, components, or data to serve as backups in case the primary ones fail, thus ensuring continuous operation (availability).

Question 26:

C) To detect, investigate, and respond to suspicious activities on endpoints.

Explanation: EDR solutions provide continuous monitoring and collection of endpoint data, enabling security teams to detect and investigate advanced threats that might bypass traditional antivirus, and to respond quickly to incidents.

Question 27:

C) Protecting logs from tampering and unauthorized access.

Explanation: Secure log storage ensures the integrity and confidentiality of logs, making them reliable for forensic investigations and compliance audits. Logs should be protected from unauthorized modification or deletion.

Question 28:

C) To restore affected systems and data to normal operations.

Explanation: Recovery is the phase where systems and data are brought back online and returned to their normal operational state after an incident, ensuring business continuity.

Question 29:

B) It provides proactive insights to improve detection and defense capabilities.

Explanation: Threat intelligence helps organizations understand the adversary's tactics, techniques, and procedures (TTPs), enabling them to proactively strengthen their defenses, update detection rules, and anticipate future attacks.

Question 30:

C) To document the incident, review the process, and implement improvements.

Explanation: Post-incident activity, often called "lessons learned," is crucial for continuous improvement. It involves reviewing the entire incident response process to identify what worked well, what didn't, and what needs to be improved for future incidents.