Secure systems do not remain secure automatically.
A server can begin its operational life with:
a hardened operating system;
approved firewall rules;
strong authentication;
current patches;
unnecessary services disabled;
appropriate logging enabled.
Six months later, administrators may have:
installed temporary software;
changed firewall rules;
enabled troubleshooting services;
postponed patches;
created undocumented accounts;
modified encryption settings.
The system may still be running.
But it may no longer represent:
the secure state management originally approved.
This is why security operations requires disciplined configuration management, resource protection, patch management, and change management.
The core operational problem is:
KNOWN SECURE STATE
β
βΌ
OPERATIONAL CHANGE
β
βΌ
AUTHORIZED?
β
βΌ
TESTED?
β
βΌ
SECURE?
β
βΌ
DOCUMENTED?
β
βΌ
VERIFIED?
The current CISSP Examination Outline places this lesson primarily under four Domain 7 objectives:
ISC2 gives examples of:
provisioning;
baselining;
automation.
Including:
media management;
media protection techniques;
data at rest;
data in transit.
These objectives should not be studied independently.
They form an operational control chain:
CONFIGURE SECURELY
β
PROTECT RESOURCES
β
PATCH WEAKNESSES
β
CONTROL CHANGES
β
VERIFY STATE
β
MONITOR DRIFT
NIST SP 800-128 describes security-focused configuration management as managing and monitoring system configurations to achieve adequate security while minimizing organizational risk and supporting required business functionality.
For patching, NIST SP 800-40 Rev. 4 defines enterprise patch management around identifying, prioritizing, acquiring, installing, and verifying patches, updates, and upgrades, and frames patching as a form of preventive maintenance.
For media sanitization, the current NIST publication is SP 800-88 Rev. 2, finalized September 26, 2025. It superseded Rev. 1 and emphasizes establishing an enterprise sanitization program based on information sensitivity and appropriate sanitization controls.
The central Lesson Twenty-Five question is:
How should organizations maintain secure and known system states while protecting information and media, applying security updates, and controlling operational changes without introducing unacceptable security, integrity, or availability risk?
| Lesson Topic | Primary Alignment |
|---|---|
| Configuration Management | 7.3 |
| Provisioning | 7.3 |
| Baselining | 7.3 |
| Configuration automation | 7.3 |
| Configuration inventory | 7.3 supporting concept |
| Configuration items | 7.3 supporting concept |
| Configuration drift | 7.3 supporting concept |
| Secure configuration | 7.3 |
| Gold images/templates | 7.3 supporting concept |
| Infrastructure as Code | 7.3 supporting concept |
| Resource protection | 7.5 |
| Media management | 7.5 |
| Media protection | 7.5 |
| Removable media | 7.5 |
| Data at rest | 7.5 |
| Data in transit | 7.5 |
| Media inventory | 7.5 supporting concept |
| Media sanitization | 7.5 supporting concept |
| Clear/Purge/Destroy | 7.5 supporting concept |
| Cryptographic erase | 7.5 supporting concept |
| Patch management | 7.8 |
| Vulnerability management | 7.8 |
| Patch prioritization | 7.8 |
| Patch testing | 7.8 |
| Patch deployment | 7.8 |
| Patch verification | 7.8 |
| Emergency patching | 7.8 |
| End of Life/End of Support | 7.8 / Domain 2 bridge |
| Compensating controls | 7.8 |
| Change management | 7.9 |
| Change request | 7.9 supporting concept |
| Change impact assessment | 7.9 supporting concept |
| Change authorization | 7.9 supporting concept |
| Emergency change | 7.9 supporting concept |
| Rollback | 7.9 supporting concept |
| Post-implementation review | 7.9 supporting concept |
| Unauthorized-change detection | 7.3 / 7.9 |
| Separation of duties | 7.4 / 7.9 |
After completing this lesson, you should be able to:
Define configuration management.
Explain security-focused configuration management.
Define a configuration item.
Explain configuration inventory.
Define a configuration baseline.
Distinguish a baseline from a benchmark.
Explain secure provisioning.
Explain hardened builds.
Explain gold images.
Explain secure templates.
Explain configuration drift.
Explain configuration monitoring.
Explain unauthorized configuration changes.
Explain least functionality.
Explain automation in configuration management.
Explain Infrastructure as Code conceptually.
Explain configuration-as-code principles.
Explain version control for configuration.
Explain configuration rollback.
Explain Configuration Management Database concepts.
Define resource protection.
Explain media management.
Identify removable-media risks.
Explain media inventory and accountability.
Explain media labeling.
Explain media transport controls.
Explain media storage controls.
Explain data at rest.
Explain data in transit.
Explain encryption requirements conceptually.
Explain data remanence.
Define media sanitization.
Explain Clear.
Explain Purge.
Explain Destroy.
Explain cryptographic erase.
Distinguish sanitization from ordinary deletion.
Explain sanitization validation.
Explain media reuse.
Explain media disposal.
Explain patch management.
Describe the patch-management lifecycle.
Distinguish patch, update, and upgrade conceptually.
Explain patch identification.
Explain patch prioritization.
Explain risk-based patching.
Explain patch acquisition.
Explain patch testing.
Explain staged deployment.
Explain maintenance windows.
Explain emergency patching.
Explain rollback planning.
Explain patch verification.
Explain failed-patch handling.
Explain vulnerability-to-patch mapping.
Explain End of Life.
Explain End of Support.
Explain legacy-system risk.
Explain compensating controls for unpatchable systems.
Define change management.
Explain change requests.
Explain change-impact analysis.
Explain change authorization.
Explain standard, normal, and emergency change concepts.
Explain change scheduling.
Explain change testing.
Explain implementation planning.
Explain rollback/backout planning.
Explain post-implementation review.
Explain documentation updates.
Explain segregation of duties in change management.
Explain configuration verification after change.
Explain why security and availability must both be considered.
Explain unauthorized-change detection.
Apply CISSP reasoning to configuration, patch, and change scenarios.
Configuration management is the disciplined process used to:
identify system configurations;
establish approved states;
control changes;
document changes;
monitor the resulting state.
The objective is not merely:
knowing what hardware exists.
It is also knowing:
how that hardware and software should be configured.
Configuration determines matters such as:
which services run;
which ports listen;
which users have privileges;
which encryption protocols are permitted;
which logs are generated.
A configuration mistake can defeat an otherwise strong technology.
NIST SP 800-128 uses the term security-focused configuration management, or SecCM, to emphasize integrating security into configuration-management activities.
Its goal is to manage and monitor system configurations in ways that reduce organizational risk while still supporting required functionality.
BUSINESS FUNCTION
+
SECURITY REQUIREMENTS
β
APPROVED CONFIGURATION
β
CONTROLLED CHANGE
β
MONITORING
A Configuration Item, or CI, is a component whose configuration requires management.
Examples may include:
server;
router;
firewall;
operating system;
application;
database;
cloud resource;
configuration file.
Because security teams must know:
What exactly is being managed?
Without clear configuration-item boundaries:
ownership becomes unclear;
changes are difficult to track;
baselines are difficult to enforce.
A configuration inventory should help establish:
what exists;
version;
owner;
environment;
approved configuration state.
Asset inventory:
What assets exist?
Configuration inventory:
How are those assets configured?
NIST describes a baseline configuration as a documented set of specifications for a system or configuration item that has been formally reviewed and agreed upon and can thereafter be changed only through change-control procedures.
The baseline answers:
What is the approved state?
SERVER BASELINE
Operating System:
Approved Version
Firewall:
Enabled
Remote Administration:
Approved secure protocol only
Logging:
Enabled
Unused Services:
Disabled
Encryption:
Approved configuration
Vendor default:
How the system ships.
Security baseline:
How the organization approves the system to operate.
These may be very different.
A security benchmark is generally a reference configuration or hardening recommendation.
A baseline is:
the organization's formally approved configuration state.
EXTERNAL BENCHMARK
+
ORG REQUIREMENTS
+
RISK
β
ORGANIZATIONAL BASELINE
Provisioning creates or prepares systems for operational use.
Current CISSP Objective 7.3 explicitly identifies provisioning as a Configuration Management example.
Bad process:
INSTALL DEFAULT OS
β
CONNECT TO INTERNET
β
PATCH LATER
β
HARDEN SOMEDAY
This creates unnecessary exposure.
APPROVED BUILD
β
SECURE CONFIGURATION
β
PATCH
β
IDENTITY / ACCESS CONFIGURED
β
LOGGING CONFIGURED
β
VALIDATE
β
DEPLOY
A gold image is an approved system image used to deploy standardized systems.
Benefits:
consistency;
rapid deployment;
reduced manual error.
If the image contains:
outdated patches;
insecure software;
embedded secrets;
every deployed system inherits the weakness.
INSECURE TEMPLATE
β
βββββββΌββββββ
βΌ βΌ βΌ
S1 S2 S3
This is why root-cause remediation matters.
Hardening reduces unnecessary attack surface.
It may include:
removing unnecessary services;
disabling unused accounts;
restricting administrative interfaces;
applying secure protocol settings.
If a system does not require a capability:
consider disabling or removing it.
Every unnecessary service can increase:
attack surface.
Configuration drift occurs when the operational system gradually differs from the approved baseline.
Approved:
REMOTE DESKTOP
Disabled
Six months later:
REMOTE DESKTOP
Enabled for troubleshooting
Never disabled
That is configuration drift.
troubleshooting changes;
emergency fixes;
manual administration;
application installation;
undocumented exceptions.
APPROVED BASELINE
β
βΌ
COMPARE
β²
β
CURRENT CONFIGURATION
β
βΌ
DIFFERENCE?
ββββ΄βββ
NO YES
β
βΌ
INVESTIGATE
The change could be:
authorized;
accidental;
malicious.
The security question is:
Was it properly approved and documented?
Automation is explicitly named as an example in Objective 7.3.
Instead of manually configuring 5,000 systems:
APPROVED POLICY
β
AUTOMATION
β
CONSISTENT CONFIGURATION
Automation increases:
speed and scale.
That applies to mistakes too.
BAD CONFIGURATION
Γ
5,000 SYSTEMS
=
LARGE INCIDENT
Infrastructure as Code represents infrastructure configuration through machine-readable definitions.
Benefits can include:
repeatability;
versioning;
peer review;
automation.
Configuration becomes:
reviewable before deployment.
Instead of manually setting firewall rules:
CODE / DECLARATIVE CONFIGURATION
β
REVIEW
β
APPROVAL
β
AUTOMATED DEPLOYMENT
Version control can show:
what changed;
who changed it;
when;
previous approved state.
If an approved configuration update causes serious problems:
a known previous version may support controlled rollback.
A CMDB conceptually stores information about managed configuration items and their relationships.
Example:
WEB APP
β
APPLICATION SERVER
β
DATABASE
β
IDENTITY SERVICE
Changing one component may affect several others.
Understanding dependencies improves:
change impact analysis;
incident response;
recovery;
patch planning.
Bad situation:
Network diagram says Firewall A.
Reality:
Firewall B replaced it 18 months ago.
Stale documentation creates operational risk.
Current CISSP Objective 7.5 includes:
media management;
media protection techniques;
data at rest;
data in transit.
Media can include technologies that store or transport information.
Examples:
hard drives;
SSDs;
USB drives;
optical media;
backup media;
memory cards.
ACQUIRE
β
REGISTER
β
USE
β
STORE
β
TRANSPORT
β
REUSE
β
SANITIZE
β
DISPOSE
Sensitive removable media can:
leave facilities;
be lost;
be stolen;
retain data after use.
Organizations may record:
identifier;
owner/custodian;
classification;
location;
disposition.
Labels can help users recognize:
sensitivity;
handling requirements.
Physical labels can themselves expose sensitive information.
Example:
βTOP SECRET CUSTOMER KEYSβ
on removable media may reveal too much.
Apply labeling according to policy.
Removable media can introduce:
malware;
data leakage;
unauthorized copying;
loss.
Organizations may:
restrict use;
approve devices;
encrypt media;
log connections;
disable unnecessary interfaces.
The correct control depends on risk and operational need.
Protect according to information sensitivity.
Controls may include:
controlled rooms;
cabinets;
access restrictions;
environmental protection.
When sensitive media moves:
AUTHORIZED CUSTODIAN
β
PROTECTED MEDIA
β
TRACKED TRANSFER
β
AUTHORIZED RECIPIENT
Data at rest is information stored rather than actively traversing a communications channel.
Examples:
disk;
database;
backup;
object storage.
access control;
encryption;
physical protection;
key management.
Encrypted disk + stolen encryption key:
confidentiality may still fail.
Security depends on:
encryption;
key protection;
authentication;
access control.
Data in transit is information moving between systems or locations.
Examples:
browser to web server;
application to database;
site-to-site communication.
Protect:
confidentiality;
integrity;
endpoint authenticity
as appropriate.
| State | Example | Common Security Concern |
|---|---|---|
| At Rest | Database | Unauthorized storage access |
| In Transit | Network session | Interception/modification |
Deleting a file may remove:
references to the data
without necessarily making the underlying content unrecoverable.
DELETE FILE
β
SANITIZE MEDIA
The current NIST media-sanitization publication is SP 800-88 Rev. 2, finalized in September 2025 and replacing Rev. 1. It defines sanitization around rendering access to target data infeasible for an appropriate level of effort.
NIST SP 800-88 Rev. 2 retains three major sanitization methods:
NIST describes Clear as applying logical techniques to user-addressable storage locations to protect against simple non-invasive recovery using the normal device interface.
MEDIA
β
LOGICAL SANITIZATION
β
MEDIA MAY REMAIN USABLE
NIST defines Purge as applying logical or physical techniques so recovery of target data becomes infeasible using state-of-the-art laboratory techniques.
Destroy renders recovery infeasible and leaves the media unable to continue serving as data storage.
| Method | Media Reusable? | General Protection Goal |
|---|---|---|
| Clear | Often | Simple recovery resistance |
| Purge | Often, depending on method/media | Stronger recovery resistance |
| Destroy | No | Physical destruction/non-reuse |
Always follow the organization's current approved sanitization standard and media-specific requirements.
NIST SP 800-88 Rev. 2 defines cryptographic erase as a Purge technique in which key sanitization is applied to the keys protecting encrypted target data, making recovery of the decrypted target data infeasible.
ENCRYPTED DATA
β
βΌ
PROTECTED BY KEY
β
βΌ
SANITIZE REQUIRED KEY
β
βΌ
DECRYPTION INFEASIBLE
Cryptographic erase relies on:
proper encryption;
correct key coverage;
secure key sanitization.
If some target data was never properly encrypted:
destroying the encryption key does not sanitize that plaintext.
NIST's 2025 revision shifts emphasis toward establishing an organizational sanitization program and aligning decisions to the sensitivity of the information, rather than treating sanitization solely as a device-by-device technical procedure.
A sanitization process should provide confidence that:
the intended sanitization outcome was achieved.
Rev. 2 places stronger emphasis on sanitization validation.
Before media containing sensitive data is assigned to:
a different user;
different organization;
different security context,
appropriate sanitization may be required.
NIST distinguishes disposal as a release outcome after determining media does not contain sensitive data, either because it never did or because sanitization has removed the sensitive data.
Objective 7.8 requires candidates to:
implement and support patch and vulnerability management.
NIST SP 800-40 Rev. 4 frames enterprise patch management as preventive maintenance required to reduce compromises, breaches, outages, and other adverse events.
NIST describes enterprise patch management as:
IDENTIFY
β
PRIORITIZE
β
ACQUIRE
β
INSTALL
β
VERIFY
A patch modifies software or firmware to correct issues such as:
vulnerabilities;
defects;
operational problems.
An update may include:
fixes;
security improvements;
functionality changes.
Terminology varies among vendors.
An upgrade typically moves a product to a newer major version or release.
It may introduce substantial:
functional;
architectural;
compatibility
changes.
The important operational idea is:
Security-relevant software and firmware changes need risk-based management.
Are we affected?
Security teams need:
asset inventory;
software versions;
vulnerability intelligence.
NEW PATCH / VULNERABILITY
β
βΌ
WHICH PRODUCTS?
β
βΌ
WHICH ASSETS?
β
βΌ
WHICH BUSINESS SERVICES?
Consider:
vulnerability severity;
known exploitation;
exposure;
asset criticality;
compensating controls.
Lesson Twenty-Two covered this vulnerability-risk model in detail.
Patching creates two risks:
exploitation;
compromise.
compatibility failure;
service outage.
SECURITY RISK
OF DELAY
β
OPERATIONAL RISK
OF CHANGE
The objective is not:
patch everything blindly.
It is:
reduce overall organizational risk.
Obtain security updates from:
trusted;
authenticated;
authorized
sources.
A malicious or modified update can become:
an enterprise-wide compromise mechanism.
Validate update provenance as appropriate.
Where operationally practical:
PATCH
β
TEST ENVIRONMENT
β
FUNCTIONAL TEST
β
SECURITY TEST
β
APPROVE
β
PRODUCTION
application compatibility;
system stability;
required security correction.
Production may differ.
Therefore even tested patches require:
monitoring;
rollback planning.
Deploy first to:
test group;
limited production population.
Potential failures affect:
fewer systems initially.
TEST
β
PILOT
β
PHASE 1
β
PHASE 2
β
ENTERPRISE
Scheduled period for controlled system maintenance.
Benefits:
stakeholder awareness;
reduced operational disruption;
support availability.
If a critical vulnerability is actively exploited, waiting weeks for a normal maintenance window may create unacceptable risk.
CRITICAL THREAT
β
RAPID RISK ASSESSMENT
β
EXPEDITED TESTING
β
EMERGENCY AUTHORIZATION
β
DEPLOY
β
MONITOR
β
DOCUMENT / REVIEW
Emergency patching may shorten normal procedures.
It should not eliminate:
accountability;
authorization;
documentation;
verification.
Ask:
What happens if this patch breaks production?
Possible approaches:
uninstall patch;
restore snapshot;
restore known configuration;
fail over.
The correct mechanism depends on the system.
Rolling back a security patch can:
restore the vulnerability.
Management must understand the tradeoff.
NIST's definition explicitly includes verifying patch installation.
PATCH DEPLOYED
β
PATCH VERIFIED
version check;
authenticated scan;
vulnerability retest;
configuration verification.
deployment failed;
system never rebooted;
package installed incorrectly;
vulnerable component remains.
Do not only ask:
Did the patch tool send it?
Ask:
Are affected systems actually remediated?
Consider:
routers;
firewalls;
storage devices;
appliances;
firmware;
hypervisors.
Organizations may patch:
Windows
while ignoring:
browsers;
PDF software;
database software;
management tools.
End of Life generally means a product or version has reached a defined lifecycle endpoint.
Exact vendor terminology varies.
End of Support generally means the vendor no longer provides the expected support or security updates.
When a new vulnerability appears:
VULNERABILITY
β
PATCH?
β
NO VENDOR FIX
Risk can become increasingly difficult to manage.
Normally:
upgrade, replace, migrate, or retire.
Possible risk-reducing measures include:
segmentation;
access restriction;
application allowlisting;
monitoring;
isolation.
The unsupported technology remains:
a lifecycle risk.
VULNERABILITY MANAGEMENT
"What needs fixing?"
β
βΌ
PATCH MANAGEMENT
"How do we deploy corrective updates safely?"
Objective 7.9 requires candidates to understand and participate in:
change management processes.
confidentiality;
integrity;
availability;
compliance;
interoperability.
Ensure necessary changes occur in a controlled, understood, authorized, and recoverable manner.
Answers:
What is the approved state?
Answers:
How may the approved state be changed?
BASELINE
β
βΌ
CHANGE REQUEST
β
βΌ
ANALYZE
β
βΌ
AUTHORIZE
β
βΌ
IMPLEMENT
β
βΌ
VERIFY
β
βΌ
NEW BASELINE
A change request should clearly describe:
proposed modification;
purpose;
affected systems;
requester.
Valid reasons may include:
security patch;
new capability;
vulnerability remediation;
performance improvement;
compliance requirement.
Ask:
Which systems depend on this?
Could security weaken?
Could availability fail?
Could users be affected?
Business requests:
Enable legacy protocol for compatibility.
Security asks:
What new exposure does this create?
CHANGE DATABASE
β
βββ APP A
βββ APP B
βββ REPORTING SERVICE
Changing one component may affect several business processes.
Appropriate authority should approve changes according to:
risk;
scope;
impact;
organizational policy.
One administrator:
requests change;
approves change;
implements change;
validates own work.
This may create excessive concentration of control.
REQUESTER
β
REVIEW / APPROVAL
β
IMPLEMENTER
β
VALIDATION
Exact roles depend on organization size and risk.
Some organizations use a Change Advisory Board or similar process to evaluate changes.
The CISSP exam focuses more on:
controlled risk-based approval
than on memorizing a specific committee structure.
A standard change is commonly used for a well-understood, repeatable, preauthorized change.
Example:
Approved routine workstation update.
Terminology varies by organization.
A normal change typically follows the organization's full review and authorization workflow.
Needed when delay could create unacceptable:
security;
safety;
operational
risk.
An emergency process should still provide:
authority;
documentation;
verification;
post-change review.
Where practical:
functional test;
security test;
interoperability test.
Document:
steps;
responsible personnel;
schedule;
dependencies;
communications.
Define:
how to restore service if implementation fails.
Example:
CHANGE STARTS
β
ERROR RATE > LIMIT?
ββββ΄βββ
NO YES
β β
CONTINUE BACKOUT
Back up:
configuration;
data;
system image
where necessary to support recovery.
Some changes require notifying:
operations;
help desk;
users;
business owners;
security.
business critical periods;
staffing;
dependencies;
recovery time.
Avoid unnecessary deviations.
If conditions differ substantially:
stop and reassess when appropriate.
Does functionality work?
Is security intact?
Are logs generated?
Are expected configurations present?
After significant or failed changes, review:
outcome;
unexpected effects;
lessons learned.
Patch deployment causes application outage.
Correct response:
DETECT FAILURE
β
BACKOUT / RECOVER
β
STABILIZE
β
INVESTIGATE
β
CORRECT PLAN
β
RETEST
If the configuration changes legitimately:
update the documentation and baseline.
Otherwise monitoring may incorrectly flag the new approved state as drift.
OLD APPROVED STATE
β
AUTHORIZED CHANGE
β
VERIFIED NEW STATE
β
UPDATED BASELINE
File-integrity monitoring reports:
production firewall policy changed at 02:00.
No change ticket exists.
This should trigger:
investigation.
emergency action;
administrator error;
attack.
Investigate.
A file-integrity system can detect unexpected changes to:
critical files;
configurations;
system components.
CONFIGURATION DIFFERENCE
+
CHANGE RECORD
+
ADMIN LOGS
=
AUTHORIZED OR SUSPICIOUS?
request;
approval;
test results;
implementation logs;
post-change validation.
percentage successful changes;
emergency-change rate;
rollback rate;
unauthorized-change count.
A large number of emergency changes may indicate:
poor planning;
unstable systems;
immature patch processes.
But analyze context before concluding.
FAILED CHANGES
ββββββββββββββ Γ 100
TOTAL CHANGES
Can provide useful operational information.
SYSTEMS MATCHING BASELINE
ββββββββββββββββββββββββ Γ 100
SYSTEMS IN SCOPE
SECURITY
/\
/ \
/ \
CHANGE ---- AVAILABILITY
Strong operations balances:
protection;
required change;
business continuity.
Installing an untested patch directly in production could:
fix a vulnerability;
create an outage.
An organization can make change control so bureaucratic that:
critical patches take months.
Process itself can then increase security risk.
Controls should reduce risk, not simply produce paperwork.
Critical Internet-facing product.
Active exploitation.
Vendor patch available.
Correct sequence:
ASSESS
β
TEST AS PRACTICAL
β
EMERGENCY AUTHORIZATION
β
DEPLOY
β
VERIFY
β
MONITOR
β
DOCUMENT
Legacy application cannot support current operating system.
Options should consider:
business dependency;
segmentation;
restricted access;
monitoring;
migration plan.
Examples:
public storage;
excessive security-group access;
altered IAM policies.
APPROVED CLOUD TEMPLATE
β
VERSION CONTROL
β
AUTOMATED DEPLOYMENT
β
CONTINUOUS POLICY CHECK
Instead of manually repairing a badly configured workload:
replace it with a newly deployed approved image.
This can reduce configuration drift when implemented correctly.
Immutable deployment built from:
vulnerable template
is still:
vulnerable.
Consider:
approved base images;
vulnerability status;
runtime permissions;
version control.
Routers and firewalls require:
approved configuration;
controlled changes;
recovery copies.
Request:
Allow any source to database port temporarily.
Security should examine:
business need;
scope;
duration;
alternatives.
Temporary firewall change should not become:
permanent by accident.
Use:
defined expiration;
review;
automatic removal where practical.
certificates;
trusted roots;
TLS settings;
key locations.
Poor change control can break:
security;
availability.
They may contain:
addresses;
usernames;
secrets;
architecture details.
Protect them accordingly.
Modern environments complicate traditional media management because storage may be:
virtualized;
cloud-hosted;
provider-managed.
NIST's 2025 sanitization revision explicitly expanded attention to modern sanitization programs and logical/cloud-oriented storage considerations.
When a cloud resource is deleted:
what happens to the underlying data?
Security requirements should account for:
provider controls;
contracts;
encryption;
key management.
But encryption does not eliminate the need for:
access control;
sanitization planning;
key lifecycle management.
Cryptographic erase can be powerful when its prerequisites are satisfied, but it is not equivalent to casually deleting:
any arbitrary key.
NIST treats CE as a defined purge sanitization technique dependent on the keys protecting encrypted target data.
Can the vulnerability be remediated?
If not immediately:
Can exposure be materially reduced until permanent correction?
A temporary mitigation should remain linked to:
the open vulnerability;
migration/patch plan;
review date.
If 300 systems repeatedly violate the baseline:
fix the provisioning or automation process.
BAD TEMPLATE
β
MANY SYSTEMS
β
MANY FINDINGS
BETTER:
FIX TEMPLATE
β
REDEPLOY / REMEDIATE
Use BASELINE for configuration-management questions.
Define the secure configuration.
Know who owns each configuration item.
Remove unnecessary services and settings.
Deploy from trusted templates.
Detect drift and unauthorized modification.
Continuously compare intended and actual state.
Update documentation after approved modifications.
Remediate unauthorized or obsolete configuration.
B
BUILD APPROVED STATE
β
βΌ
A
ASSIGN OWNERSHIP
β
βΌ
S
SECURE MINIMUM
β
βΌ
E
ESTABLISH PROVISIONING
β
βΌ
L
LOG CHANGES
β
βΌ
I
INSPECT STATE
β
βΌ
N
NORMALIZE APPROVED CHANGE
β
βΌ
E
ELIMINATE DRIFT
Use PATCH for patch questions.
Determine exposure.
Consider severity, exploitation, and business impact.
Validate compatibility and rollback.
Use authorized deployment processes.
Confirm the vulnerability is actually removed.
P
PINPOINT
β
βΌ
A
ASSESS
β
βΌ
T
TEST
β
βΌ
C
CONTROLLED CHANGE
β
βΌ
H
HUNT / VERIFY
Use CHANGE when evaluating operational change questions.
Why is the change required?
What systems, risks, and dependencies are affected?
Obtain approval proportional to risk.
Follow the tested plan.
Maintain rollback/recovery capability.
Validate results and update the baseline.
C
CLARIFY NEED
β
βΌ
H
HIGHLIGHT IMPACT
β
βΌ
A
AUTHORIZE
β
βΌ
N
NAVIGATE IMPLEMENTATION
β
βΌ
G
GO BACK IF NEEDED
β
βΌ
E
EXAMINE / ESTABLISH
An administrator wants to know the formally approved configuration for a production server.
Which artifact is MOST relevant?
A. Configuration baseline
B. Threat feed
C. Chain of custody
D. RPO
A
The baseline defines the approved configuration state against which actual configuration can be compared.
A security scan discovers that remote administration was enabled months ago for troubleshooting and never disabled.
What problem is MOST evident?
A. Configuration drift
B. Data remanence
C. Business continuity
D. Federation failure
A
An automated deployment system pushes an insecure firewall rule to 4,000 servers.
What lesson is MOST important?
A. Automation increases both consistency and the potential scale of configuration errors.
B. Automation eliminates configuration risk.
C. Manual processes are always more secure.
D. Firewalls need no baselines.
A
Every new server has the same outdated vulnerable service because it exists in the corporate gold image.
What is the BEST long-term action?
A. Correct the approved image/template and remediate affected systems.
B. Fix each system manually forever.
C. Stop scanning new servers.
D. Accept the service permanently.
A
A USB drive containing confidential business information must be assigned to a different organizational security context.
What should occur FIRST?
A. Determine and apply the approved media-sanitization requirement.
B. Rename the files.
C. Delete the folder only.
D. Change the USB label.
A
An administrator deletes files from an SSD and empties the recycle bin before selling the device.
What is the PRIMARY concern?
A. Ordinary deletion may not satisfy sanitization requirements.
B. The device can no longer store data.
C. Deletion automatically equals Purge.
D. The drive is cryptographically erased.
A
Which sanitization method primarily uses logical techniques against simple, non-invasive recovery through the ordinary device interface?
A. Clear
B. Destroy
C. Physical security inspection
D. Classification
A
NIST SP 800-88 Rev. 2 defines Clear in this manner.
Which NIST media-sanitization method seeks to make target-data recovery infeasible using state-of-the-art laboratory techniques while potentially preserving media usability?
A. Purge
B. Ordinary delete
C. Rename
D. Archive
A
Sensitive media is damaged and cannot be reliably sanitized for reuse. Policy requires the strongest approved disposition and the media need not be reused.
Which general method BEST fits?
A. Destroy
B. Rename
C. Compress
D. Reformat only
A
A storage platform securely encrypts all target data with controlled keys, and the approved sanitization process securely sanitizes the necessary confidentiality-protecting keys.
Which technique may be appropriate?
A. Cryptographic erase
B. Plain file deletion
C. Access logging
D. RAID rebuilding
A
A high-severity vulnerability is actively exploited on an Internet-facing authentication server.
What should happen?
A. Expedite risk-based patching or mitigation through the approved emergency process.
B. Wait automatically for the next quarterly maintenance cycle.
C. Ignore it if antivirus is installed.
D. Remove it from vulnerability reports.
A
A vendor releases a security patch for a mission-critical system. The patch has not been tested with the organization's critical application.
What should normally occur?
A. Test compatibility as practical while balancing the risk of delaying remediation.
B. Never patch.
C. Deploy blindly regardless of operational risk.
D. Permanently accept the vulnerability.
A
The patch-management server reports a successful deployment, but a vulnerability scanner still detects the weakness.
What should security conclude?
A. Remediation has not yet been demonstrated and requires investigation.
B. The finding should automatically close.
C. Patch server status overrides all validation.
D. Vulnerability scanning should stop.
A
A critical application requires an operating system for which the vendor no longer provides security fixes.
What is the BEST long-term security strategy?
A. Plan migration/replacement while applying appropriate interim compensating controls.
B. Keep it permanently because it still boots.
C. Disable all monitoring.
D. Remove it from inventory.
A
A database administrator wants to modify a production security configuration without an approved change because the change βlooks harmless.β
What is the BEST action?
A. Follow the appropriate change-management authorization process.
B. Implement first and document only if something breaks.
C. Bypass testing.
D. Disable logging.
A
A critical security vulnerability requires immediate firewall changes during an active attack.
Which approach is BEST?
A. Use the approved emergency-change process, document the change, and review it afterward.
B. Make undocumented changes with no accountability.
C. Wait indefinitely for the routine monthly meeting.
D. Disable the firewall.
A
A production patch causes severe application failure.
What should the team use if appropriate and preplanned?
A. Backout/rollback procedure.
B. Ignore the outage.
C. Delete the change ticket.
D. Remove all backups.
A
An authorized security configuration change is successfully implemented and validated.
What should happen NEXT?
A. Update relevant documentation/baseline to reflect the new approved state.
B. Continue treating the new configuration as unauthorized drift.
C. Delete the change evidence.
D. Remove monitoring.
A
One administrator can request, approve, implement, and independently certify all high-risk changes.
What is the PRIMARY concern?
A. Insufficient separation of duties.
B. Too much patch testing.
C. Media sanitization.
D. Encryption overhead.
A
A firewall exception was approved for a two-day vendor maintenance period but remains active six months later.
What failed?
A. Temporary-change lifecycle control and review.
B. Cryptographic erase.
C. Incident forensics.
D. Data classification.
A
No.
A baseline represents:
the organization's formally approved configuration state.
Not necessarily.
Benchmark:
reference recommendation.
Baseline:
approved organizational state.
No.
Inventory is one part.
Configuration management also includes:
baselines;
change control;
monitoring.
No.
Automation can scale errors dramatically.
No.
It can be:
authorized but undocumented;
accidental;
malicious.
Investigate.
No.
Deletion and sanitization are different.
Not automatically.
Use the approved sanitization method appropriate to:
media;
information sensitivity;
organizational requirements.
No.
Rev. 2 became final in September 2025 and superseded Rev. 1.
No.
They provide different sanitization outcomes.
No.
NIST defines Destroy so the media can no longer be used to store data.
No.
CE depends on the applicable target data being protected by the keys being sanitized.
No.
Encrypted media still requires:
inventory;
key management;
disposition controls.
Not automatically.
Prioritize according to:
exploit activity;
exposure;
asset criticality;
operational impact.
No.
Testing reduces availability and compatibility risk where circumstances allow.
No.
Active exploitation may require expedited procedures.
No.
Verify.
NIST's patch-management model explicitly includes verification.
No.
Lack of vendor security updates creates future lifecycle risk.
No.
It reduces risk.
It does not restore vendor support.
No.
Use expedited governance, then perform appropriate post-change review.
No.
Its purpose is:
enable necessary change safely.
Not necessarily.
Organizations implement change authorization differently.
The CISSP principle is:
appropriate review and authority proportional to risk.
No.
Rollback may:
reintroduce vulnerabilities;
lose data;
create incompatibility.
It must be planned and evaluated.
Incorrect.
The approved state should reflect legitimate operational reality.
What is the main purpose of a configuration baseline?
A. Define the approved system state.
B. Identify attackers.
C. Encrypt backups.
D. Perform incident response.
A
What is configuration drift?
A. Deviation from the approved configuration over time.
B. Loss of encryption keys.
C. Data classification.
D. Network latency.
A
Which CISSP Domain 7 objective explicitly lists provisioning, baselining, and automation?
A. 7.3 Configuration Management
B. 7.12 DR testing
C. 7.15 Personnel safety
D. 7.1 Investigations
A
What is the biggest security benefit of a secure gold image?
A. Consistent standardized provisioning.
B. Elimination of patching.
C. Elimination of monitoring.
D. Unlimited administrative access.
A
What is the risk of an insecure gold image?
A. The weakness can propagate to every deployed system.
B. It affects only one system.
C. Automation corrects it automatically.
D. It cannot contain software vulnerabilities.
A
Which is an example of data at rest?
A. Database stored on disk.
B. TLS network session.
C. Voice call in transit.
D. Packet crossing a router.
A
Which is an example of data in transit?
A. Application data moving over a network.
B. Archived disk backup.
C. SSD in a safe.
D. Offline USB device.
A
Which current NIST publication governs media sanitization guidance?
A. SP 800-88 Rev. 2
B. SP 800-88 Rev. 1
C. RFC 4120
D. SP 800-61 Rev. 2
A
Which sanitization method is intended to protect against simple non-invasive recovery using normal device interfaces?
A. Clear
B. Destroy
C. Classification
D. Backup
A
Which sanitization method seeks to make recovery infeasible using state-of-the-art laboratory techniques?
A. Purge
B. Ordinary delete
C. Rename
D. Compress
A
Which sanitization method renders media unusable for future data storage?
A. Destroy
B. Clear
C. File deletion
D. Encryption only
A
What is cryptographic erase?
A. A Purge technique involving sanitization of confidentiality-protecting keys for encrypted target data.
B. Deleting a filename.
C. Formatting a document.
D. Encrypting a network session.
A
Which publication currently provides NIST enterprise patch-management planning guidance?
A. SP 800-40 Rev. 4
B. SP 800-40 Rev. 3
C. SP 800-86
D. SP 800-92
A
Which step is part of NIST's enterprise patch-management definition?
A. Verify installation.
B. Ignore operational compatibility.
C. Disable change control.
D. Permanently accept every vulnerability.
A
What is a primary reason to test patches?
A. Identify compatibility or stability problems before wider deployment.
B. Guarantee no future vulnerabilities.
C. Avoid all documentation.
D. Replace backups.
A
What is the BEST response to an actively exploited vulnerability when normal patch scheduling creates unacceptable delay?
A. Use an approved expedited/emergency patch process.
B. Ignore it.
C. Wait automatically.
D. Delete the vulnerability record.
A
What should occur after patch installation?
A. Verify remediation.
B. Assume success.
C. Stop vulnerability management.
D. Remove the asset inventory.
A
What is the main purpose of change management?
A. Enable necessary changes in a controlled manner.
B. Prevent all changes.
C. Eliminate security testing.
D. Replace configuration management.
A
What should a change-impact assessment identify?
A. Systems, risks, dependencies, and likely consequences.
B. Only the requester's name.
C. Only patch severity.
D. Password length.
A
What should happen after a successful authorized change?
A. Validate the outcome and update relevant configuration documentation/baselines.
B. Delete evidence.
C. Remove monitoring.
D. Treat the approved configuration as drift.
A
An enterprise wants to know whether production systems continue to match their approved hardening standards.
Which control is MOST directly useful?
A. Automated comparison against approved configuration baselines.
B. Annual user-awareness training.
C. Data classification alone.
D. Business continuity planning.
A
An administrator temporarily enables an insecure service during troubleshooting but forgets to disable it.
Which operational process should MOST directly detect the condition?
A. Configuration monitoring/drift detection.
B. Media destruction.
C. Disaster recovery.
D. Personnel screening.
A
An organization uses Infrastructure as Code but allows engineers to modify production infrastructure manually without updating the source configuration.
What is the GREATEST concern?
A. Actual infrastructure can drift from the approved managed configuration.
B. IaC automatically prevents every manual change.
C. Version control becomes unnecessary.
D. Patching is no longer required.
A
A storage device contains sensitive data and is being transferred to a party with no authorization for that data.
What should drive the sanitization decision?
A. Information sensitivity, media characteristics, and approved sanitization requirements.
B. File names alone.
C. Device age alone.
D. Whether the drive appears empty.
A
A security engineer proposes using cryptographic erase on storage whose sensitive data was only partially encrypted.
What is the PRIMARY concern?
A. Sanitizing encryption keys may not render unencrypted target data inaccessible.
B. Cryptographic erase destroys every storage device.
C. CE is not a sanitization technique.
D. Encryption keys do not affect data confidentiality.
A
A patch has a high severity rating but applies only to an isolated laboratory system. Another patch addresses an actively exploited flaw on the organization's public VPN gateway.
Which should management prioritize?
A. The VPN gateway may deserve higher priority based on exposure and active exploitation.
B. Always patch strictly according to numerical severity.
C. The lab system must always come first.
D. Both should be ignored until annual maintenance.
A
An emergency security update is deployed successfully to production.
What should occur after the immediate threat is addressed?
A. Verify the result, complete required documentation, and conduct appropriate post-change review.
B. Delete all records because the change was an emergency.
C. Never document emergency changes.
D. Disable vulnerability scanning.
A
A patch fixes a remote-code-execution vulnerability but causes a critical business application to fail.
What should the security manager consider?
A. Use the approved recovery/backout process while rapidly reassessing exposure and alternative mitigations.
B. Leave the business application failed indefinitely.
C. Ignore the security risk.
D. Disable all change management.
A
A network device has reached End of Support and the vendor will issue no further security fixes.
What is the BEST long-term approach?
A. Replace or migrate the unsupported technology while using appropriate interim risk controls.
B. Ignore the lifecycle status.
C. Permanently remove it from vulnerability management.
D. Assume it has no vulnerabilities because support ended.
A
An engineer discovers a critical configuration problem and changes production immediately without following the normal process. The action successfully prevents compromise.
What should occur NEXT?
A. Document and review the emergency change under the authorized exception/emergency process.
B. Hide the change because it worked.
C. Delete logs.
D. Treat documentation as unnecessary.
A
A change request includes implementation steps but no rollback procedure.
What is the PRIMARY concern?
A. Recovery may be difficult if the change fails.
B. Change management never requires recovery planning.
C. Every change always succeeds.
D. Rollback is only relevant to investigations.
A
A firewall rule was approved for 30 days but has remained active for one year.
Which improvement BEST addresses the root problem?
A. Implement expiration/review controls for temporary changes.
B. Stop documenting firewall rules.
C. Permanently approve all temporary rules.
D. Disable configuration monitoring.
A
A patch-management tool reports 99% success, but vulnerability scanning shows 15% of systems still exposed.
Which measure should management trust for security assurance?
A. Validate the discrepancy and focus on actual remediation evidence rather than deployment status alone.
B. Always trust the patch console.
C. Always trust only one tool.
D. Close all findings automatically.
A
A cloud-development team deploys storage resources using a version-controlled secure template but later manually changes one bucket to public access.
What is the MOST important control gap?
A. Configuration drift/change monitoring.
B. Encryption at rest automatically failed.
C. Media destruction.
D. Disaster recovery planning.
A
A security benchmark recommends disabling a service, but the business application legitimately requires it.
What should the organization do?
A. Evaluate the risk, document the justified organizational baseline, and apply appropriate protections.
B. Blindly follow the benchmark regardless of business requirements.
C. Ignore all benchmarks.
D. Remove change management.
A
| Concept | Think |
|---|---|
| Configuration Item | Managed component |
| Baseline | Approved state |
| Benchmark | Reference recommendation |
| Provisioning | Build/deploy |
| Hardening | Reduce attack surface |
| Drift | Actual state differs from approved state |
| Automation | Consistent scalable enforcement |
| IaC | Configuration represented as code |
| Version Control | History and change traceability |
| CMDB | Configuration item/relationship repository |
| Concept | Main Question |
|---|---|
| Inventory | What media exists? |
| Ownership | Who is responsible? |
| Labeling | How should it be identified? |
| Storage | Where is it protected? |
| Transport | How does it move securely? |
| Reuse | Can prior information remain? |
| Sanitization | Can target data be recovered? |
| Disposal | Can media safely leave control? |
| Method | CISSP Memory Trigger |
|---|---|
| Clear | Logical, simple recovery protection |
| Purge | Stronger recovery resistance |
| Destroy | Media no longer reusable |
| Cryptographic Erase | Sanitize confidentiality-protecting keys |
The current NIST source for these methods is SP 800-88 Rev. 2.
| Phase | Question |
|---|---|
| Identify | Are we affected? |
| Prioritize | How urgent is the risk? |
| Acquire | Is the update trusted? |
| Test | Will it operate safely? |
| Deploy | How do we change production? |
| Verify | Is vulnerability actually removed? |
| Monitor | Did instability or regression occur? |
NIST SP 800-40 Rev. 4 formally includes identification, prioritization, acquisition, installation, and verification in enterprise patch management.
| Stage | Key Question |
|---|---|
| Request | What is changing? |
| Justification | Why? |
| Impact | What could be affected? |
| Test | Does it work safely? |
| Approve | Who authorizes it? |
| Schedule | When should it occur? |
| Implement | Follow approved plan |
| Verify | Did it work securely? |
| Backout | Can we recover? |
| Review | What did we learn? |
| Baseline | What is the new approved state? |
Discipline for establishing, controlling, documenting, and monitoring system configurations.
Integration of information-security requirements into configuration management.
Component placed under configuration control.
Formally reviewed and approved configuration state used as a reference for future changes.
Reference configuration or security recommendation used to evaluate system settings.
Preparing and configuring a resource for use.
Reducing unnecessary system functionality and attack surface.
Approved standardized image used for system deployment.
Deviation of operational configuration from the approved state.
Management of infrastructure through machine-readable, versionable definitions.
Repository describing managed configuration items and relationships.
Controls used to protect organizational information and resources during storage, use, transport, and disposition.
Stored information.
Information moving across communication channels.
Residual data remaining after ordinary deletion or removal operations.
Actions intended to render target data recovery infeasible at the required level.
Logical sanitization protecting against simple non-invasive recovery techniques.
Sanitization intended to make target-data recovery infeasible using state-of-the-art laboratory techniques.
Sanitization that makes target-data recovery infeasible and renders the media unusable for future storage.
Purge technique using sanitization of confidentiality-protecting cryptographic keys associated with encrypted target data.
Process for identifying, prioritizing, acquiring, installing, and verifying patches, updates, and upgrades.
Security update deployed using an expedited risk-controlled process because delay presents unacceptable exposure.
Vendor-defined lifecycle stage at which a product/version reaches an end point.
Point after which normal vendor support or security updates are no longer provided.
Process for assessing, authorizing, implementing, documenting, and validating changes.
Formal request describing a proposed modification.
Common operational term for a low-risk, repeatable, preauthorized change.
Common operational term for a change that follows ordinary review and approval.
Change requiring expedited handling because normal delay creates unacceptable risk.
Documented method for reversing or recovering from a failed change.
Evaluation performed after a change to confirm outcome and capture lessons.
When you see a configuration-management question, think:
WHAT IS THE APPROVED STATE?
β
WHO OWNS IT?
β
IS THE ACTUAL STATE DIFFERENT?
β
WAS THE DIFFERENCE AUTHORIZED?
β
SHOULD BASELINE BE UPDATED
OR DRIFT REMEDIATED?
When you see a media-protection question:
WHAT DATA?
β
HOW SENSITIVE?
β
WHAT MEDIA?
β
HOW IS IT USED / TRANSPORTED?
β
WILL MEDIA BE REUSED OR RELEASED?
β
WHAT SANITIZATION IS REQUIRED?
When you see a patch question:
ARE WE AFFECTED?
β
HOW URGENT?
β
CAN WE TEST?
β
HOW DO WE DEPLOY SAFELY?
β
WHAT IF IT FAILS?
β
DID IT ACTUALLY FIX THE RISK?
When you see a change-management question:
WHY CHANGE?
β
WHAT IS THE IMPACT?
β
WHO AUTHORIZES?
β
WAS IT TESTED?
β
CAN WE RECOVER?
β
DID IT WORK?
β
IS THE NEW STATE DOCUMENTED?
Remember:
Current CISSP Objective 7.3 explicitly identifies provisioning, baselining, and automation under Configuration Management.
Current Objective 7.5 includes media management, media protection, data at rest, and data in transit.
Current Objective 7.8 covers patch and vulnerability management.
Current Objective 7.9 covers participation in change-management processes.
A baseline is the approved state.
A benchmark is generally a reference used to help build/evaluate that state.
Configuration management is much broader than asset inventory.
Secure provisioning prevents vulnerable default systems from entering production.
Gold images improve consistency but can multiply errors if compromised or obsolete.
Automation scales both good configuration and bad configuration.
Drift should be detected and investigated.
Authorized changes should result in updated baselines.
Resource protection includes both stored and transmitted information.
Ordinary deletion does not equal sanitization.
NIST SP 800-88 Rev. 2 is the current final media-sanitization publication as of August 2026.
Clear, Purge, and Destroy remain the primary NIST sanitization methods.
Destroy means the media cannot subsequently be used for data storage.
Cryptographic erase is a Purge technique and depends on proper encryption/key coverage.
Sanitization decisions depend on information sensitivity and organizational requirements.
NIST SP 800-40 Rev. 4 remains the final enterprise patch-management planning guidance and frames patching as preventive maintenance.
Patch management includes verificationβnot only deployment.
A successfully transmitted patch is not proof of remediation.
Patching balances exploitation risk against operational/change risk.
Active exploitation may justify expedited patching.
Emergency processes should be controlled rather than abandoned.
Unsupported products are lifecycle risks.
Compensating controls reduce risk but do not make unsupported technology supported.
Change management exists to enable safe change, not prevent all change.
High-risk changes should include impact assessment, approval, testing, implementation planning, verification, and rollback.
Separation of duties can reduce unauthorized or self-approved changes.
Temporary changes need expiration and review.
Configuration monitoring should distinguish approved change from unauthorized drift.
Recovery planning should exist before risky production changes.
After successful authorized change, update documentation and the approved baseline.
Lesson Twenty-Five connected four major security-operations disciplines:
CONFIGURATION MANAGEMENT
β
βΌ
RESOURCE PROTECTION
β
βΌ
PATCH MANAGEMENT
β
βΌ
CHANGE MANAGEMENT
The configuration-management lifecycle is:
DEFINE SECURE STATE
β
PROVISION
β
MONITOR
β
DETECT DRIFT
β
CONTROL CHANGE
β
VERIFY
β
UPDATE BASELINE
NIST SP 800-128 emphasizes managing and monitoring system configurations to support security while maintaining business functionality.
You learned that a baseline is:
the formally approved state from which future configuration changes are controlled.
You then studied information and media protection:
CREATE
β
STORE
β
USE
β
TRANSPORT
β
REUSE
β
SANITIZE
β
DISPOSE
The current NIST media-sanitization guidance is SP 800-88 Rev. 2, finalized in September 2025.
Its core sanitization methods remain:
CLEAR
β
PURGE
β
DESTROY
with cryptographic erase defined as an applicable Purge technique based on sanitizing confidentiality-protecting keys for encrypted target data.
You then studied patch management:
IDENTIFY
β
PRIORITIZE
β
ACQUIRE
β
TEST
β
DEPLOY
β
VERIFY
NIST SP 800-40 Rev. 4 emphasizes that enterprise patch management is preventive maintenance and includes verification after installation.
Finally, you studied change management:
REQUEST
β
ANALYZE
β
AUTHORIZE
β
TEST
β
IMPLEMENT
β
VERIFY
β
DOCUMENT
β
NEW BASELINE
The three SierraTec Secure models for this lesson are:
Build β Assign β Secure β Establish β Log β Inspect β Normalize β Eliminate
Pinpoint β Assess β Test β Controlled Change β Hunt/Verify
Clarify β Highlight β Authorize β Navigate β Go Back β Examine
The central Lesson Twenty-Five principle is:
Secure operations require a known and approved state. Organizations must provision systems from trusted configurations, protect information throughout its media lifecycle, patch security weaknesses according to risk, control operational changes, preserve recovery options, detect configuration drift, and verify that every approved change produces the intended secure result.
Before moving to Lesson Twenty-Six, make sure you can explain without reviewing:
What configuration management is.
What security-focused configuration management means.
What a configuration item is.
Asset inventory versus configuration inventory.
What a baseline configuration is.
Baseline versus benchmark.
Why vendor defaults are not automatically secure baselines.
What secure provisioning means.
What a gold image is.
Why a gold image can multiply vulnerabilities.
What hardening means.
What least functionality means.
What configuration drift means.
How drift can occur.
How configuration monitoring detects drift.
Why drift does not automatically mean malicious change.
How automation helps configuration management.
Why automation can scale errors.
What Infrastructure as Code means.
Why version control helps configuration security.
What rollback means.
What a CMDB represents conceptually.
Why dependency mapping matters.
What resource protection means.
What media management means.
Why removable media creates risk.
Why media needs inventory and ownership.
Media storage and transport concepts.
Data at rest.
Data in transit.
Why encryption does not replace access control or key management.
What data remanence is.
Why deletion does not equal sanitization.
Why NIST SP 800-88 Rev. 2 is now the current sanitization publication.
What Clear means.
What Purge means.
What Destroy means.
Which sanitization methods may preserve media usability.
Why Destroy does not.
What cryptographic erase means.
Why cryptographic erase depends on encryption/key coverage.
Why sanitization validation matters.
Media reuse versus disposal.
What patch management means.
Why NIST treats patching as preventive maintenance.
The patch-management lifecycle.
Patch versus update versus upgrade conceptually.
Why accurate asset inventory matters to patching.
How patch priority should be determined.
Security risk of not patching.
Availability risk of patching.
Why updates should come from trusted sources.
Why patch testing matters.
What staged deployment means.
What a maintenance window is.
Why active exploitation may justify emergency patching.
Why emergency patching still requires governance.
What a rollback plan is.
Why rollback may restore a vulnerability.
Why patch verification matters.
Why patch-console success is not sufficient.
Why firmware and third-party applications must be considered.
What End of Life means.
What End of Support means.
Why unsupported systems create security risk.
Why migration/replacement is the preferred long-term solution.
What compensating controls can do for legacy systems.
Vulnerability management versus patch management.
What change management means.
Configuration management versus change management.
What a change request is.
Why business justification is needed.
What change-impact analysis does.
Why dependencies matter.
Why changes require appropriate authorization.
How separation of duties applies to change management.
What a standard change represents conceptually.
What a normal change represents.
What an emergency change represents.
Why emergency does not mean uncontrolled.
Why changes should be tested.
What an implementation plan contains.
What a backout plan does.
Why backups may be required before risky changes.
Why stakeholders may need notification.
What post-change verification does.
What a post-implementation review is.
Why successful authorized changes require baseline/documentation updates.
How unauthorized-change monitoring works.
Why temporary changes need expiration.
Why high emergency-change rates may indicate broader process problems.
Why security operations must balance security, change, and availability.
Lesson Twenty-Six will continue CISSP Domain 7 and focus primarily on:
The current outline includes:
detection;
response;
mitigation;
reporting;
recovery;
remediation;
lessons learned.
Including:
firewalls;
next-generation firewalls;
web application firewalls;
network firewalls;
IDS;
IPS;
whitelisting and blacklisting;
third-party security services;
sandboxing;
honeypots;
honeynets;
anti-malware;
machine-learning and AI-based tools.
Lesson Twenty-Six will cover:
incident-management governance;
event versus alert versus incident;
preparation;
incident detection;
triage;
incident classification;
prioritization;
severity;
escalation;
containment;
short-term containment;
long-term containment;
eradication;
recovery;
remediation;
incident communications;
legal/privacy coordination;
regulatory reporting;
evidence-preserving response;
lessons learned;
root-cause analysis;
playbooks;
runbooks;
tabletop exercises;
firewalls;
NGFW;
WAF;
IDS/IPS;
allowlisting and denylisting;
anti-malware;
EDR concepts;
sandboxing;
honeypots/honeynets;
deceptive controls;
managed security services;
AI/ML detection;
automation risks;
original SierraTec incident-response models;
CISSP exam traps;
knowledge checks;
scenario-based questions.
The central Lesson Twenty-Six question will be:
When suspicious activity becomes a security incident, how should an organization detect, prioritize, contain, eradicate, recover, communicate, and learn from the event while operating preventive and detective controls that reduce both current and future risk?
This lesson is independently developed educational material for the SierraTec Secure CISSP Certification Preparation Course.
CISSP is administered by ISC2. SierraTec Secure's course is independent CISSP certification-preparation material and should not be represented as official ISC2 training unless separately authorized.
Current exam alignment was verified against the official ISC2 CISSP Certification Exam Outline. Objectives 7.3, 7.5, 7.8, and 7.9 currently cover Configuration Management, resource protection, patch/vulnerability management, and change-management processes.
Configuration-management concepts were supplemented with NIST SP 800-128, which remains NIST's final security-focused configuration-management guide, with its current update dated October 2019.
Media protection and sanitization were updated to NIST SP 800-88 Rev. 2, finalized September 26, 2025 and superseding Rev. 1. The current publication retains Clear, Purge, and Destroy as sanitization methods and provides updated enterprise-program and cryptographic-erase guidance.
Patch-management concepts were aligned with NIST SP 800-40 Rev. 4, NIST's final enterprise patch-management planning publication, which treats patching as preventive maintenance and defines the process around identifying, prioritizing, acquiring, installing, and verifying patches, updates, and upgrades.
The SierraTec Secure BASELINE, PATCH, and CHANGE frameworks, diagrams, scenarios, comparison tables, knowledge checks, and practice questions are original instructional material and are not actual, recalled, leaked, or official CISSP examination questions.