Day 3 — Morning · Domain 3 (33%)

Security Program — Part A

The program is where strategy becomes capability. Part A — the highest-weight domain — builds the foundation: the program charter and architecture, and the controls framework that turns risk decisions into working safeguards.

Session: Morning, Day 3 Duration: ~3 hrs Exam Weight: 33% (Domain 3) Knowledge Check: 8 Questions

Overview

From strategy to a working program of controls

Domain 3 is the largest on the exam at 33% — the security manager’s core job. A program is not a pile of tools; it is a chartered, resourced, and architected capability that executes the strategy. Part A covers how the program is established — its charter, scope, architecture, and resources — and the language of controls: their objectives, types, and categories, how to select them on a risk basis, and the foundational principles (least privilege, separation of duties, defense in depth) that make a control set coherent rather than a collection of point fixes.

Learning Objectives

By the end of this lesson you will be able to…

Key Terms

Program & controls vocabulary

👈 Tap a card to flip it. Domain 3 is a third of the exam — own this language.

Lesson Content

Study the material

1

The Security Program & Its Charter

Objective 1 · program charter

A security program is the chartered, resourced capability that executes the strategy and keeps risk within appetite. It begins with a charter — senior-management authorization that defines the program’s mandate, scope, objectives, authority, and reporting lines. Without that mandate, the manager has responsibility but no authority.

  • The charter answers: what is in scope, what the program must achieve, who it reports to, and what authority it carries.
  • Program objectives trace directly back to the security strategy and the business’s risk appetite.
  • Senior-management sponsorship is essential — it confers authority and signals tone at the top.
  • The program integrates with the enterprise (IT, legal, HR, risk), not as a silo.
💡 Exam TipWhen asked what to do first when establishing a security program, the answer is usually to obtain senior-management support and a charter/mandate — authority and alignment precede tools, controls, and hiring.
2

Program Architecture & Resources

Objective 2 · architecture and resources

Architecture is how the program’s people, processes, and technology fit together to deliver the strategy, sequenced into a roadmap. Resourcing it — budget, staffing, and tooling — is a management discipline in its own right; an under-resourced program fails regardless of strategy.

  • Roadmap: prioritized initiatives with owners, milestones, and dependencies, derived from the gap analysis.
  • Resources: justify budget in business terms, build the right skill mix, and decide build-vs-buy and in-house-vs-outsource.
  • Roles & responsibilities: define them clearly (often with a RACI) so accountability is unambiguous.
  • Integration: embed security into enterprise processes (change, procurement, HR) rather than bolting it on.
🔎 In practice

A manager inherits a toolset bought piecemeal with no roadmap. The right move is to step back to the strategy and architecture — map tools to control objectives and gaps — rather than buying yet another product to plug a symptom.

3

Control Fundamentals

Objective 3 · classifying controls

Controls are the safeguards that meet objectives and reduce risk. The CISM expects fluency in classifying them — by function (what they do in time relative to an event) and by category (their nature).

Control typePurposeExample
PreventiveStop an incident before it happensAccess control, MFA, encryption, segregation
DetectiveIdentify that an incident is occurring/occurredLogging, monitoring, IDS, reviews, audits
CorrectiveRestore and remediate after an incidentBackups/restore, patching, incident response
DeterrentDiscourage an actor from attemptingWarning banners, visible cameras, policy
CompensatingAlternative when the primary control isn’t feasibleExtra monitoring where MFA can’t be deployed
BEFORE — reduce likelihoodAFTER — reduce impacteventDeterrentwarning bannersPreventiveMFA, locksDetectivelogs, IDSCorrectivepatch, restoreRecoverybackups, DRPCompensating — stand-in for an infeasible primary control
Controls are classified by when they act on a threat: deterrent and preventive controls work before the event to lower likelihood; detective, corrective, and recovery controls work after it to limit impact. A compensating control stands in when the ideal control isn’t feasible.
💡 Exam TipAlso know the three categories: administrative (policy/training), technical/logical (encryption/access), and physical (locks/guards). A complete program uses all three — technology alone is never sufficient.
SenderEncrypt withRecipient’s PUBLIC keyCiphertextDecrypt withRecipient’s PRIVATE keyRecipient
In asymmetric encryption the keys are a linked pair: anyone can encrypt with the recipient’s public key, but only the matching private key — which never leaves the recipient — can decrypt. The exam’s recurring finding isn’t weak math, it’s weak key management.
4

Selecting Controls

Objective 4 · selecting controls

Controls are chosen to meet objectives that trace to risk — never adopted because they are popular or because a vendor pitched them. Selection is risk-based and cost-effective, drawn from frameworks and applied in layers.

  • Start from the control objective (the risk to reduce), then choose the control that meets it proportionately.
  • Use framework catalogues (ISO 27002, NIST 800-53) and baselines to ensure completeness and consistency.
  • Apply defense in depth — layered, independent controls so one failure isn’t catastrophic.
  • Weigh cost against the risk reduced; a control should not cost more than the risk it mitigates.
🔎 In practice

Asked to ‘add the latest AI security tool,’ the manager first asks which control objective and risk it serves. If an existing layer already meets that objective, the spend is hard to justify — risk, not novelty, drives selection.

Try it — why the control set is layers, not a pile of tools

Defense in depth is math, not a slogan. Toggle each layer and watch the chance an attack gets all the way through — because each independent layer only has to be passed, the breach probability is the layers multiplied together. No single control is trusted alone, and raising the threat weakens every layer at once.

Interactive · adjust & explore
Your control set

Each layer blocks a share of attacks. Stack them.

40% · Moderate
A stronger adversary slips past every layer more easily.
Control layers — click to toggle
The odds
Layers active
Best single layer
Attacks blocked
Breach probability
Toggle layers to see the odds change.
How far an attack gets

Of 100 attacks, the red line is the share still alive after each layer — it drops as layers compound, and each new layer removes less than the last (diminishing returns).

🔎 In practice

Two management lessons fall out of the math: no single control is trusted alone (which is why an auditor looks for at least two independent layers), and because prevention is never 100%, a mature program pairs preventive layers with detection and response so a failure is caught, not fatal.

5

Foundational Control Principles

Objective 5 · control principles

A handful of principles keep a control set coherent and are tested repeatedly. They are management principles as much as technical ones — the manager designs the program around them.

  • Least privilege: minimum access necessary, limiting blast radius from error or compromise.
  • Separation of duties: no single person can complete a sensitive transaction alone, deterring fraud and unilateral error.
  • Need-to-know: access to information is limited to those whose role requires it, independent of clearance level.
  • Defense in depth: layered, independent controls across people, process, and technology. (applied under fire in Lesson 6 — incident response)
Policies, Standards & Security AwarenessPhysical SecurityNetwork & PerimeterHost & EndpointApplicationDATA
Defense in depth layers independent controls around the asset — policy and people on the outside, then physical, network, host, and application controls around the data at the core. No single layer is trusted alone; an attacker must defeat every layer, so one failure never exposes the asset.
💡 Exam TipLeast privilege limits how much access; separation of duties splits who can do a task; need-to-know limits which information is visible. Don’t conflate them — the exam tests the distinctions.

Scored Knowledge Check

Test your program judgment

Eight questions on building the program and selecting controls. Answer as the manager who runs the program, not the engineer who configures a box.

Q1.What is the PRIMARY purpose of an information security program charter?

Question 1 options
Correct: B. The charter is senior management’s authorization of the program — its mandate, scope, authority, and reporting lines. It gives the manager the authority to act; it is not a control list or a configuration document. Why the others fall short: A a charter doesn’t list every control; C it isn’t a risk-assessment record; D it doesn’t specify device configurations.

Q2.A new manager is establishing a security program from scratch. Which should come FIRST?

Question 2 options
Correct: C. Authority and alignment come first: senior-management support and a charter give the program its mandate. Tools and projects follow from a chartered, strategy-aligned program. Why the others fall short: A buying tools before a mandate is premature; B hiring pen testers is premature; D deploying MFA is execution before the program is authorized.

Q3.Logging and intrusion-detection systems are examples of which control type?

Question 3 options
Correct: B. Logging and IDS identify that something is happening or has happened — detective controls. Preventive controls stop the event; corrective controls restore after it. Why the others fall short: A preventive controls stop incidents beforehand; C corrective controls restore afterward; D deterrent controls discourage actors — logging/IDS detect.

Q4.Multi-factor authentication cannot be deployed on a legacy system. The team adds enhanced monitoring and tighter network restrictions instead. This is BEST described as a:

Question 4 options
Correct: A. A compensating control is an alternative safeguard used when the ideal control isn’t feasible, achieving comparable risk reduction — here, monitoring and restrictions stand in for MFA. Why the others fall short: B a deterrent discourages rather than substitutes; C detective identifies but here the aim is to replace a preventive; D corrective restores after an event — this stands in for an infeasible primary control.

Q5.On what basis should a security manager PRIMARILY select controls?

Question 5 options
Correct: D. Control selection is risk-based: choose controls that proportionately reduce identified risks to valued assets, guided by frameworks and cost-benefit — not by novelty, imitation, or vendor preference. Why the others fall short: A the newest technology isn’t the basis; B copying a competitor isn’t risk-based; C the vendor’s preference isn’t the driver — risk and asset value are.

Q6.A complete security program relies on administrative, technical, and physical controls because:

Question 6 options
Correct: A. Risk spans people, process, and physical environment, so an effective program layers all three control categories. Technology by itself leaves administrative and physical gaps. Why the others fall short: B regulations don’t mandate ‘exactly three’ categories; C cost isn’t the reason; D administrative controls don’t replace technical ones — each covers different risks.

Q7.Splitting the ability to initiate and to approve a payment between two different employees is an application of:

Question 7 options
Correct: C. Requiring two people to complete a sensitive transaction is separation of duties, which deters fraud and unilateral error. Least privilege limits access scope; need-to-know limits information visibility. Why the others fall short: A least privilege limits access scope; B need-to-know limits which information is visible; D defense in depth layers controls — splitting initiate/approve is separation of duties.

Q8.The PRINCIPLE that a user should be granted only the access required to perform their role is:

Question 8 options
Correct: D. Least privilege grants the minimum access necessary for the role, limiting the impact of error, misuse, or compromise. Need-to-know restricts which information is visible; separation of duties splits tasks across people. Why the others fall short: A separation of duties splits a task; B defense in depth layers controls; C need-to-know limits information — granting only required access is least privilege.