Skip to content

02 SSCP

The ISC2 Systems Security Certified Practitioner — SSCP moves you from understanding cybersecurity concepts toward operating, administering, and protecting real systems.

Where the CC certification focuses primarily on foundational knowledge, SSCP expects you to think more like a practitioner responsible for applying security controls in day-to-day environments.

The progression is:

Certified in Cybersecurity — CC
Understand Security Fundamentals
SSCP
Implement and Operate Security Controls

SSCP is well aligned with professionals working in areas such as:

  • Security administration

  • SOC operations

  • Infrastructure security

  • Network security

  • Systems administration

  • IAM

  • Security engineering

  • Incident response

A practical career progression might look like:

IT / Systems Administration
Cybersecurity Fundamentals
SSCP-Level Security Operations
Security Analyst / Administrator
Security Engineer
CISSP-Level Enterprise Security

At CC level, you may ask:

What is least privilege?

At SSCP level, you should increasingly ask:

Who has access?
Why do they have it?
How is it granted?
How is it monitored?
When should it be removed?

Similarly, instead of only knowing what a firewall is, you should be able to reason about:

Source
Destination
Protocol
Port
Business Requirement
Security Decision

Your SSCP preparation should develop practical capability in areas such as:

  • Access-control administration

  • Identity lifecycle management

  • Security monitoring

  • Risk identification

  • Network security

  • Cryptographic controls

  • Host security

  • Vulnerability management

  • Incident response

  • Security operations

  • Configuration management

Domain 1 — Security Operations and Administration

Section titled “Domain 1 — Security Operations and Administration”

Security operations focuses on maintaining a secure environment every day.

The work is continuous:

Configure
Monitor
Detect
Investigate
Respond
Improve

Security administrators may be responsible for:

  • Reviewing access

  • Monitoring security events

  • Managing security tools

  • Applying security baselines

  • Supporting incident response

  • Reviewing vulnerabilities

  • Maintaining documentation

  • Validating controls

Policies provide organizational direction.

Example:

Administrative access must be restricted to authorized personnel.

Security administrators help translate this into operational controls.

Standards specify required implementation.

Example:

Privileged accounts must use approved multi-factor authentication.

Procedures define how tasks are performed.

Example:

1. Verify access request
2. Validate manager approval
3. Assign approved role
4. Record access
5. Confirm successful provisioning

A security baseline defines the approved minimum configuration.

Examples include:

  • Required logging

  • Approved services

  • Password requirements

  • Endpoint settings

  • Firewall rules

  • Patch levels

Conceptually:

Secure Baseline
Compare System
Deviation?
Investigate

Configuration management helps ensure systems remain in approved states.

A strong process may include:

Approved Configuration
Change Request
Testing
Implementation
Validation
Documentation

Security changes should be controlled.

Ask:

What is changing?
Why?
Who approved it?
What is the risk?
How will we roll back?
How will we validate?

Poorly controlled changes can create both security and availability problems.

You cannot protect assets you do not know exist.

Organizations should maintain inventories of:

  • Servers

  • Endpoints

  • Network devices

  • Applications

  • Cloud resources

  • Data repositories

  • Security devices

Think:

Acquire
Configure
Operate
Maintain
Retire

Security requirements apply throughout the lifecycle.

Identity and access management is a major SSCP area.

The core question remains:

Who
Can Do What
On Which Resource

Accounts move through a lifecycle:

Joiner
Mover
Leaver

New user enters the organization.

Actions may include:

  • Create account

  • Assign role

  • Apply MFA

  • Grant minimum required access

User changes role.

Security must ensure old permissions are removed when no longer required.

User exits the organization.

Actions may include:

  • Disable account

  • Revoke sessions

  • Remove credentials

  • Recover corporate assets

Access should generally follow:

Business Need
Approval
Provision
Validate
Monitor
Review

The user or system should receive only necessary permissions.

Example:

Developer
Application Deployment Role

instead of:

Developer
Enterprise Administrator

Sensitive activities may require more than one person.

Example:

Administrator A
Changes Configuration
Administrator B
Reviews / Approves

Privileged accounts should receive stronger controls.

Consider:

Privileged Identity
Strong Authentication
Limited Access
Session Monitoring
Periodic Review

Be comfortable distinguishing:

  • Standard user accounts

  • Privileged accounts

  • Service accounts

  • Shared accounts

  • Temporary accounts

  • Guest accounts

Each carries different risk.

Service accounts are commonly used by applications, services, and automation.

Security questions include:

What uses this account?
Which permissions does it have?
How are credentials protected?
Is interactive login required?
Is the account still used?

Shared accounts reduce accountability.

If several people use:

admin

it becomes harder to determine:

Who performed the action?

Named accounts are generally preferable where practical.

Understand:

  • Password

  • PIN

  • Security token

  • Smart card

  • Mobile authenticator

  • Fingerprint

  • Facial characteristics

MFA combines different factor categories.

Example:

Password
+
Hardware Security Key

SSO allows users to authenticate once and access multiple approved applications.

Benefits may include:

  • Improved user experience

  • Centralized access

  • Easier lifecycle management

But compromise of the central identity can also have broad impact.

Federation allows identities from one domain or identity provider to access resources in another environment.

Conceptually:

Identity Provider
Trust Relationship
Application / Service

RBAC grants access according to job roles.

Employee
Security Analyst Role
Security Tools

ABAC can use attributes such as:

  • Department

  • Device

  • Location

  • Resource sensitivity

  • Time

Decision example:

User Department = Finance
+
Managed Device
+
Business Hours
Allow Access

Periodic reviews should ask:

  • Is the account still active?

  • Is the role still appropriate?

  • Is the privilege still required?

  • Is access inherited from somewhere else?

Inventory Identities
Identify Privileged Accounts
Review Roles
Validate Business Need
Remove Excess Access
Document

Domain 3 — Risk Identification, Monitoring, and Analysis

Section titled “Domain 3 — Risk Identification, Monitoring, and Analysis”

SSCP practitioners must understand operational risk.

A practical model is:

Asset
+
Threat
+
Vulnerability
Risk

Determine what requires protection.

Examples:

  • Customer data

  • Production applications

  • Domain controllers

  • Cloud accounts

  • Security tooling

Possible threats include:

  • External attackers

  • Malicious insiders

  • Malware

  • Credential theft

  • Hardware failure

  • Natural events

Examples:

  • Missing patches

  • Weak credentials

  • Excessive privileges

  • Insecure firewall rules

  • Unsupported systems

  • Misconfiguration

Ask:

How likely is exploitation?

Factors may include:

  • Exposure

  • Exploit availability

  • Threat activity

  • Ease of access

  • Existing controls

Potential impact may include:

  • Data breach

  • Downtime

  • Financial loss

  • Legal impact

  • Reputation damage

Use:

Likelihood
+
Impact
Priority

Not every vulnerability requires the same urgency.

A practical lifecycle is:

Asset Discovery
Vulnerability Identification
Risk Assessment
Prioritization
Remediation
Validation
Continuous Monitoring

Scanning can identify potential weaknesses.

A scan result is not automatically proof of compromise.

It is evidence that should be:

Validated
Prioritized
Remediated

A scanner may report something that does not actually represent the stated vulnerability.

Validate findings before major remediation.

Threat intelligence helps security teams understand:

  • Threat actors

  • Indicators

  • Techniques

  • Campaigns

  • Emerging risks

Operational security teams use threat intelligence to improve:

  • Detection

  • Prioritization

  • Investigation

Security monitoring may include:

Identity Logs
Endpoint Logs
Network Logs
Application Logs
Cloud Logs
Central Analysis

A SIEM can help centralize and correlate security information.

Example:

Firewall ────┐
Identity ────┤
Windows ─────┼──→ SIEM
Linux ───────┤
Cloud ───────┘
Alerts

When an alert appears:

Alert
Validate
Identify Asset
Identify Identity
Review Evidence
Determine Severity
Escalate or Close

Something happened.

A detection mechanism flagged something.

Security impact is suspected or confirmed and response is required.

Not every alert becomes an incident.

Domain 4 — Incident Response and Recovery

Section titled “Domain 4 — Incident Response and Recovery”

SSCP expects a practical understanding of incident response.

Preparation
Detection
Analysis
Containment
Eradication
Recovery
Lessons Learned

Before incidents happen, establish:

  • Roles

  • Runbooks

  • Logging

  • Communication

  • Tools

  • Escalation

  • Evidence procedures

Potential indicators include:

  • Suspicious login

  • Malware detection

  • Unusual network activity

  • User report

  • Unexpected administrator activity

Determine:

What happened?
Which asset?
Which identity?
When?
How?
What is the impact?

Containment limits further damage.

Examples:

  • Disable compromised account

  • Isolate endpoint

  • Block network connection

  • Restrict cloud permissions

Immediate action to stop further damage.

Temporary changes that allow business operations while remediation proceeds.

Remove the root cause.

Examples:

  • Remove malware

  • Patch vulnerability

  • Remove persistence

  • Revoke compromised credentials

Return systems to trusted operation.

Verify:

System Functional
+
Security Weakness Fixed
+
Monitoring Active

Review:

  • Root cause

  • Detection gaps

  • Process gaps

  • Security control failures

  • Required improvements

During an investigation, preserve relevant information.

Examples:

  • Logs

  • Memory or disk evidence where appropriate

  • System state

  • Network data

  • Screenshots

  • Configuration

  • Audit records

When evidence may be used in formal investigations, track:

  • Who collected it

  • When

  • Where

  • How it was stored

  • Who accessed it

Severity may be based on:

  • Data sensitivity

  • Number of systems

  • Privilege

  • Business impact

  • Scope

  • Regulatory considerations

Incident response includes communication with:

  • Security teams

  • IT

  • Management

  • Legal

  • Compliance

  • External parties where required

Technical response and communication must work together.

During major incidents, business continuity may need to operate alongside technical incident response.

Example:

Cyberattack
Production System Unavailable
Business Continuity Process
Alternative Operation

SSCP practitioners should understand how cryptography supports security.

Cryptography can support:

  • Confidentiality

  • Integrity

  • Authentication

  • Non-repudiation

Encryption converts readable information into protected form using cryptographic algorithms and keys.

Conceptually:

Plaintext
Encryption
Ciphertext
Ciphertext
Decryption
Plaintext

Uses the same secret key for encryption and decryption.

Shared Secret Key
Encrypt / Decrypt

Strengths include efficiency.

The challenge is securely sharing and managing the key.

Uses a key pair:

Public Key
+
Private Key

This supports use cases such as:

  • Secure key exchange

  • Digital signatures

  • Public key infrastructure

Hashing converts input into a fixed-size representation.

Input
Hash Function
Hash Value

Hashing is commonly used for:

  • Integrity checks

  • Password storage systems

  • File verification

Encryption is designed to be reversible with the correct key.

Hashing is designed as a one-way process.

A digital signature can support:

  • Integrity

  • Authentication

  • Non-repudiation

Conceptually:

Document
Hash
Private Key Operation
Digital Signature

Digital certificates can associate:

Identity
+
Public Key

and are commonly used in PKI environments.

PKI includes components such as:

  • Certificate authorities

  • Certificates

  • Public/private keys

  • Registration processes

  • Revocation mechanisms

A CA issues and manages digital certificates.

Security systems may need to verify whether a certificate:

  • Is trusted

  • Is expired

  • Has been revoked

  • Matches the expected identity

Cryptographic security depends heavily on protecting keys.

A key lifecycle may include:

Generate
Distribute
Store
Use
Rotate
Revoke
Destroy

Encryption at rest protects stored data.

Examples:

  • Disk encryption

  • Database encryption

  • File encryption

Encryption in transit protects data moving between systems.

Example:

Client
Encrypted Connection
Server

Data may also require protection while being processed.

The control approach depends on the environment and sensitivity.

Domain 6 — Network and Communications Security

Section titled “Domain 6 — Network and Communications Security”

SSCP requires stronger network security understanding than foundation-level certifications.

For a network path ask:

Source
Destination
Protocol
Port
Control
Logging

Firewalls enforce traffic policy.

Review:

  • Source

  • Destination

  • Protocol

  • Port

  • Direction

  • Rule order

  • Business purpose

A stateless control evaluates packets more independently.

A stateful control tracks connection state and context.

Understand the concept rather than memorizing vendor behavior.

Segmentation reduces unnecessary communication.

Example:

Users
Application Tier
Database Tier

Each boundary should permit only required traffic.

VLANs logically separate network segments.

Remember that logical segmentation should be supported by appropriate access controls.

A DMZ can provide a controlled area for systems that need external connectivity.

Conceptually:

Internet
Firewall
DMZ
Internal Firewall
Internal Network

A proxy acts as an intermediary between clients and other systems.

It can support:

  • Filtering

  • Logging

  • Access control

  • Traffic inspection

VPN technologies help secure communication across untrusted networks.

Use cases include:

  • Remote access

  • Site-to-site connectivity

IDS:

Traffic
Detect
Alert

IPS:

Traffic
Detect
Block / Allow

NAC can evaluate systems before or during network access.

Potential checks include:

  • Identity

  • Device state

  • Compliance

  • Security posture

Prefer secure protocols where possible.

Examples conceptually include:

Encrypted Management
Encrypted Web Traffic
Encrypted File Transfer

Avoid unnecessary use of cleartext protocols for sensitive administration or data.

DNS is critical infrastructure.

Security risks may include:

  • Spoofing

  • Malicious domains

  • Misconfiguration

  • Unauthorized changes

Monitoring DNS activity can support security detection.

Review:

  • Authentication

  • Encryption

  • Guest separation

  • Rogue devices

  • Access point management

Useful telemetry may include:

  • Firewall logs

  • Flow data

  • IDS/IPS alerts

  • VPN logs

  • DNS logs

Alert
Source IP
Destination
Port
Firewall Decision
Related Logs
Assessment

Domain 7 — Systems and Application Security

Section titled “Domain 7 — Systems and Application Security”

Security practitioners must protect systems throughout their lifecycle.

Hardening reduces unnecessary attack surface.

Examples:

  • Disable unused services

  • Remove unnecessary accounts

  • Apply patches

  • Restrict permissions

  • Enable logging

  • Configure endpoint protection

A secure build should begin from an approved baseline.

Approved Image
Secure Configuration
Patch
Security Tools
Validation

A controlled process may include:

Identify
Assess
Test
Deploy
Validate

Endpoint protections may include:

  • Anti-malware

  • EDR

  • Host firewall

  • Disk encryption

  • Application controls

  • Logging

Common malware categories include:

  • Virus

  • Worm

  • Trojan

  • Ransomware

  • Spyware

Focus on understanding their behavior and security impact rather than only memorizing names.

A defensive response might involve:

Detection
Isolation
Scope
Evidence
Containment
Recovery

Applications should be protected across:

Design
Development
Testing
Deployment
Operation

Useful practices include:

  • Secure requirements

  • Code review

  • Security testing

  • Dependency management

  • Secrets management

  • Change control

Applications and systems should be periodically assessed.

Possible techniques include:

  • Vulnerability scanning

  • Configuration review

  • Security testing

  • Code analysis

Modern SSCP practitioners should understand cloud operational security concepts such as:

  • Shared responsibility

  • Cloud IAM

  • Network security

  • Data protection

  • Logging

  • Configuration management

Security responsibilities vary depending on the service model.

Conceptually:

Cloud Provider
+
Customer
Combined Security Responsibility

Do not assume moving to cloud transfers all security responsibility to the provider.

Virtualized environments introduce components such as:

  • Hypervisors

  • Virtual machines

  • Virtual networking

  • Management planes

Management interfaces require strong protection.

Containers share host resources differently from traditional VMs.

Security considerations include:

  • Images

  • Runtime

  • Secrets

  • Privileges

  • Network controls

  • Registry security

Protect data across:

Create
Store
Process
Transmit
Archive
Destroy

Classifications determine the level of protection required.

Example:

Public
Internal
Confidential
Restricted

DLP controls can help identify or reduce unauthorized movement of sensitive information.

Backups should be:

  • Protected

  • Access-controlled

  • Tested

  • Recoverable

  • Appropriately retained

Review an authorized lab environment.

Identify:

  • Users

  • Groups

  • Privileged accounts

  • Service accounts

  • Roles

Create:

Identity Role Required? Risk Recommendation
Admin A Administrator Yes High Value Monitor
User B Broad Access No High Reduce

Practical Lab 2 — Security Baseline Review

Section titled “Practical Lab 2 — Security Baseline Review”

Choose a Windows or Linux lab system.

Review:

  • Running services

  • Accounts

  • Patches

  • Firewall

  • Logging

  • Security software

Document deviations from your baseline.

Use a safe lab vulnerability report.

For three findings identify:

Affected Asset
Vulnerability
Exposure
Impact
Priority
Remediation

Do not prioritize only by scanner severity.

Add business context.

Practical Lab 4 — Security Log Investigation

Section titled “Practical Lab 4 — Security Log Investigation”

Review available logs.

Identify:

Time
Identity
Source
Action
Resource
Result

Build an event timeline.

Practical Lab 5 — Network Security Assessment

Section titled “Practical Lab 5 — Network Security Assessment”

Review:

  • Firewall rules

  • Open services

  • Network segmentation

  • Remote access

Identify one unnecessary path and recommend remediation.

Practical Lab 6 — Incident Response Tabletop

Section titled “Practical Lab 6 — Incident Response Tabletop”

Scenario:

A privileged user account shows successful authentication from an unusual source followed by configuration changes.

Work through:

Alert
Validate Identity
Review Authentication
Review Actions
Determine Scope
Contain
Reset / Revoke
Recover
Document

Choose a business application.

Identify how it protects:

Data at Rest
Data in Transit
Passwords
Keys
Certificates

Document any gaps.

Practical Lab 8 — Change Management Review

Section titled “Practical Lab 8 — Change Management Review”

Review a simulated security change.

Document:

Change:
Firewall rule modification
Business Reason:
Required application connectivity
Risk:
Possible excessive exposure
Testing:
Validate source and port
Rollback:
Restore previous rule
Validation:
Required traffic works; unauthorized traffic blocked

Practical Lab 9 — Access Lifecycle Exercise

Section titled “Practical Lab 9 — Access Lifecycle Exercise”

Create a scenario for:

Joiner
Mover
Leaver

Document the exact security actions required at each stage.

Write a short incident report containing:

Incident Summary
Affected Assets
Timeline
Impact
Containment
Root Cause
Recovery
Lessons Learned

Build this repeatable process:

01 Identify Assets
02 Apply Secure Baseline
03 Control Access
04 Monitor Activity
05 Identify Vulnerabilities
06 Prioritize Risk
07 Respond to Incidents
08 Recover Systems
09 Validate Controls
10 Improve Security

SSCP is about moving from knowing security concepts to operating them.

When you see a control, ask:

Who owns it?
How is it configured?
How is it monitored?
How is it tested?
What happens if it fails?
Who responds?

Use three layers of study.

Example:

Least Privilege
Assign only permissions required for the job.
A user has administrator privileges but only needs report access.
Action:
Reduce access to an appropriate role.

When reading an exam scenario:

Identify the Asset
Identify the Security Problem
Identify the Objective
Choose the Appropriate Control
Consider Operational Impact

Watch for:

  • BEST

  • FIRST

  • MOST appropriate

  • MOST effective

  • PRIMARY

  • LEAST privilege

Multiple options may be technically possible.

Select the one that best solves the stated security problem.

CC:

What is incident response?

SSCP:

A compromised account is actively modifying production resources.
What should the security team do next?

CC:

What is least privilege?

SSCP:

Which access should this service account actually retain?

SSCP generally focuses more on operational implementation.

CISSP increasingly emphasizes enterprise risk and governance.

Think:

SSCP
Operate and Administer Security

versus:

CISSP
Design, Govern, and Manage Enterprise Security

Know how security controls operate.

Mistake 2 — Ignoring System Administration

Section titled “Mistake 2 — Ignoring System Administration”

Security depends heavily on understanding systems and infrastructure.

Identity is central to modern security.

Operational security requires evidence.

Mistake 5 — Treating Vulnerability Severity as Risk

Section titled “Mistake 5 — Treating Vulnerability Severity as Risk”

Risk requires context.

Security controls should not unnecessarily disrupt business services.

Before considering yourself ready, you should be able to:

  • Explain security operations

  • Apply security baselines

  • Understand configuration management

  • Understand change management

  • Review IAM

  • Explain identity lifecycle

  • Explain privileged access

  • Perform basic access reviews

  • Understand vulnerability management

  • Prioritize findings by risk

  • Analyze security logs

  • Explain SIEM concepts

  • Perform alert triage

  • Explain incident response

  • Understand evidence preservation

  • Explain symmetric and asymmetric encryption

  • Explain hashing

  • Understand PKI

  • Explain network segmentation

  • Review firewall rules

  • Understand IDS and IPS

  • Explain system hardening

  • Understand endpoint security

  • Explain patch management

  • Understand cloud shared responsibility

SSCP-level knowledge supports roles such as:

  • Security Administrator

  • SOC Analyst

  • Security Analyst

  • Systems Security Analyst

  • Infrastructure Security Analyst

  • Network Security Analyst

  • Junior Security Engineer

Practical experience remains essential.

Useful skills may include:

  • IAM administration

  • Access reviews

  • Security monitoring

  • Vulnerability management

  • Incident response

  • Network security

  • System hardening

  • Cryptography fundamentals

  • Security baselines

  • Risk analysis

Build evidence of practical capability.

Review privileged accounts and excessive permissions.

Assess Windows or Linux against a security baseline.

Review firewall rules, segmentation, and remote access.

Project 4 — Vulnerability Management Report

Section titled “Project 4 — Vulnerability Management Report”

Prioritize vulnerabilities according to exposure and business impact.

Analyze a simulated compromised-account scenario.

Project 6 — Enterprise Security Operations Runbook

Section titled “Project 6 — Enterprise Security Operations Runbook”

Create procedures covering:

Alert
Triage
Investigation
Escalation
Containment
Closure

After completing this lesson, you should be able to answer:

  1. What is SSCP?

  2. How does SSCP differ from CC?

  3. What does a security administrator do?

  4. What is a security baseline?

  5. What is configuration management?

  6. Why is change management important?

  7. What is the identity lifecycle?

  8. What is least privilege?

  9. What is separation of duties?

  10. What is privileged access management?

  11. Why are service accounts security-sensitive?

  12. What is SSO?

  13. What is identity federation?

  14. What is RBAC?

  15. What is ABAC?

  16. What is vulnerability management?

  17. How would you prioritize vulnerabilities?

  18. What is threat intelligence?

  19. What is SIEM?

  20. What is alert triage?

  21. What is the difference between an event, alert, and incident?

  22. What are the major incident response phases?

  23. Why is evidence preservation important?

  24. What is chain of custody?

  25. What is symmetric encryption?

  26. What is asymmetric encryption?

  27. How is hashing different from encryption?

  28. What is PKI?

  29. Why is key management important?

  30. What is network segmentation?

  31. What is the difference between IDS and IPS?

  32. What is a DMZ?

  33. How would you review firewall rules?

  34. What is system hardening?

  35. Why is patch management important?

  36. What is endpoint security?

  37. What is shared responsibility in cloud security?

  38. How would you respond to a compromised privileged account?

  39. How would you perform an IAM review?

  40. How does SSCP prepare you for CISSP?

Whenever you assess a system, review:

01 Asset
02 Identity
03 Privilege
04 Configuration
05 Network
06 Vulnerabilities
07 Encryption
08 Logging
09 Detection
10 Incident Response
11 Recovery

Then ask:

Is the system securely configured?
Who can change it?
How would we detect misuse?
How would we respond?
How would we recover?

After completing your SSCP preparation, you should have moved from:

Cybersecurity Concepts

toward:

Security Operations
+
Security Administration
+
Security Monitoring
+
Security Response

The key transition is:

Know the Control
Implement the Control
Operate the Control
Monitor the Control
Respond When It Fails

This practitioner mindset establishes a strong foundation for advanced enterprise cybersecurity study.

➡️ 03 — CISSP

In the next lesson, you will move from operational security administration into broader enterprise cybersecurity and risk management.

You will connect:

Security and Risk Management
+
Asset Security
+
Security Architecture
+
Network Security
+
IAM
+
Security Assessment
+
Security Operations
+
Software Security

The transition is:

SSCP
Operate Security Controls
CISSP
Design, Govern, and Manage Enterprise Security