Skip to content

08 — Consulting Projects

You have now developed the core capabilities expected from a Senior Security Consultant:

  • Security consulting methodology
  • Security assessments
  • Architecture reviews
  • Cloud security reviews
  • Risk and compliance analysis
  • Client reporting
  • Security transformation planning

It is now time to combine these capabilities.

Real consulting engagements rarely arrive as neatly separated technical tasks.

A client does not normally say:

“Please demonstrate your knowledge of IAM.”

Instead, the client may say:

“We are moving critical applications to the cloud and leadership wants to know whether our environment is secure enough for production.”

You must determine:

  • What needs to be assessed
  • Who needs to be interviewed
  • What evidence is required
  • Which architecture components matter
  • Which security risks are significant
  • Which frameworks are relevant
  • What should be recommended
  • What leadership needs to know

This module places you in that position.

Your mission is to execute realistic consulting projects using the complete engagement lifecycle:

Client Requirement
Scoping
Planning
Discovery
Evidence Collection
Technical Assessment
Architecture Analysis
Risk Analysis
Finding Development
Recommendations
Client Reporting
Remediation Roadmap
Executive Presentation

The objective is to move from learning consulting concepts to producing professional consulting deliverables.

Each project should be treated as a real client engagement.

Do not immediately start searching for vulnerabilities.

Begin with:

Understand
Scope
Discover
Collect
Assess
Analyse
Recommend
Communicate

For every project, create an engagement workspace.

Consulting Project/
├── 01 Engagement Scope
├── 02 Stakeholders
├── 03 Discovery
├── 04 Architecture
├── 05 Evidence
├── 06 Assessment
├── 07 Findings
├── 08 Risk Register
├── 09 Recommendations
├── 10 Remediation Roadmap
├── 11 Final Report
└── 12 Executive Presentation

This structure simulates professional consulting work.

Across these projects you will create:

  • Engagement scope

  • Discovery questionnaire

  • Evidence request list

  • Architecture diagrams

  • Assessment workbook

  • Security findings

  • Risk register

  • Control-gap analysis

  • Remediation recommendations

  • Transformation roadmap

  • Executive summary

  • Final assessment report

  • Executive presentation

Do not focus only on technical findings.

The quality of the consulting process and deliverables matters equally.

Project 01 — Enterprise Security Posture Assessment

Section titled “Project 01 — Enterprise Security Posture Assessment”

You have been engaged by Northstar Financial Services, a fictional financial technology organisation.

The organisation has approximately:

  • 3,500 employees

  • Hybrid workforce

  • Multiple offices

  • AWS workloads

  • Microsoft Azure services

  • Microsoft Entra ID

  • SaaS applications

  • Windows endpoints

  • Kubernetes workloads

  • Central SIEM

  • External vendors

The organisation has grown rapidly during the previous three years.

Leadership is concerned that security controls may not have matured at the same speed.

The CISO asks:

“What are our biggest enterprise security risks, and what should we prioritise during the next 12 months?”

You are the Lead Senior Security Consultant.

You must conduct an enterprise security posture assessment.

Your assessment should determine:

  • Current security posture

  • Critical security weaknesses

  • Control maturity

  • Significant enterprise risks

  • Systemic security issues

  • Priority remediation actions

  • Strategic improvement opportunities

Include:

Governance
Identity & Access
Network Security
Endpoint Security
Cloud Security
Application Security
Data Protection
Vulnerability Management
Logging & Monitoring
Incident Response
Third-Party Risk
Security Compliance

Document any assumptions and exclusions.

Develop questions across each security domain.

Example:

  • Who owns enterprise security?

  • How are policies maintained?

  • How are security exceptions approved?

  • How is risk reported?

  • Which identity providers are used?

  • Is MFA mandatory?

  • How is privileged access controlled?

  • How often are access reviews performed?

  • How are cloud accounts created?

  • Are security guardrails enforced?

  • Is cloud logging centralised?

  • Who has administrative access?

  • Which logs reach the SIEM?

  • Who monitors alerts?

  • Is detection coverage mapped to threats?

  • How are incidents escalated?

Request evidence such as:

Security policies
Asset inventories
Architecture diagrams
IAM exports
Privileged account reports
Firewall rules
Cloud configuration reports
Vulnerability reports
SIEM architecture
Incident response plan
Access review evidence
Risk register
Third-party assessment records
Audit reports

Track each request.

Assume your assessment discovers:

18 privileged identities have permanent administrative access.

Phishing-resistant MFA is not required for privileged users.

Several AWS accounts operate without organisation-level guardrails.

Cloud audit logging is incomplete across development accounts.

Network segmentation between application environments is inconsistent.

Critical vulnerabilities frequently exceed remediation SLA.

Several SaaS platforms are not integrated with central SSO.

Third-party security assessments are performed inconsistently.

Incident-response exercises have not been conducted during the previous 18 months.

Security metrics focus primarily on vulnerability counts.

Do not simply produce ten disconnected findings.

Group them.

Possible themes:

Identity Governance
├── Permanent privileged access
├── Weak privileged MFA
└── Decentralised SaaS identity
Cloud Governance
├── Missing guardrails
└── Logging inconsistencies
Security Operations
├── Vulnerability SLA issues
├── Limited IR exercises
└── Weak risk metrics
Enterprise Governance
├── Third-party assessment gaps
└── Inconsistent security standards

Example:

Risk 01 — Privileged Identity Compromise

Section titled “Risk 01 — Privileged Identity Compromise”
Credential Theft
Privileged Identity
Permanent Administrative Access
Production Systems
Data / Service Impact
Decentralised Cloud
Missing Guardrails
Insecure Configuration
Internet Exposure
Cloud Compromise

Example:

  • Protect privileged identities

  • Remove unnecessary administrators

  • Enable critical cloud logging

  • Implement cloud guardrails

  • Improve vulnerability escalation

  • Centralise SaaS authentication

  • Implement PAM

  • Improve segmentation

  • Formalise vendor risk management

  • Continuous cloud compliance

  • Threat-driven detection

  • Enterprise security metrics

  • Mature incident-response exercises

Create:

01 Engagement Scope
02 Discovery Questionnaire
03 Evidence Request List
04 Security Assessment Matrix
05 Findings Register
06 Enterprise Risk Register
07 Security Maturity Assessment
08 Remediation Roadmap
09 Executive Summary
10 Final Security Assessment Report

A client is developing a new internet-facing customer platform.

Architecture:

Internet
CDN
WAF
Load Balancer
Web Application
Application Services
Database

Additional components include:

Entra ID
CI/CD
Secrets Manager
Cloud Storage
Monitoring
Third-Party Payment API

The application will process sensitive customer information.

Production launch is scheduled in six weeks.

The client asks:

“Is this architecture secure enough for production?”

Start by identifying:

  • Critical assets

  • Entry points

  • Trust boundaries

  • Data flows

  • Identity flows

  • Administrative paths

  • External dependencies

Create an annotated architecture.

Example:

Internet
=== Trust Boundary ===
Application Edge
=== Trust Boundary ===
Application Services
=== Trust Boundary ===
Sensitive Data

Determine what protects each boundary.

Trace:

Customer
Web Application
API
Application Service
Database
Backup

Evaluate:

  • Encryption

  • Authentication

  • Authorisation

  • Logging

  • Data retention

Trace:

Administrator
Identity Provider
Cloud Console
Production

Ask:

  • Is MFA required?

  • Is access temporary?

  • Are sessions monitored?

  • Can administrators access data?

Trace:

Developer
Source Repository
CI/CD
Deployment Role
Production

Determine whether developers can indirectly gain production control.

Assume you discover:

  • CI/CD uses permanent production administrator credentials

  • Application workload has broad cloud permissions

  • Database network access is broader than required

  • Administrative portal is internet accessible

  • Security logs remain inside production

  • Third-party API credentials are stored in pipeline variables

  • Production and development share several cloud resources

Example:

Developer Account
Repository Modification
CI/CD
Production Admin Credential
Production Compromise

Another:

Application Exploit
Workload Identity
Broad Cloud Permission
Sensitive Storage

Recommend:

Developer
Protected Repository
Controlled CI/CD
Approval
Temporary Deployment Identity
Production

And:

Application
Dedicated Workload Identity
Least-Privilege Cloud Access

Security logs should flow to an independently controlled security environment.

Create:

01 Architecture Discovery Questions
02 Architecture Review Checklist
03 Annotated Architecture
04 Data Flow Diagram
05 Identity Flow
06 Trust Boundary Map
07 Attack Path Analysis
08 Architecture Findings
09 Target-State Architecture
10 Production Readiness Report

Project 03 — Multi-Cloud Security Review

Section titled “Project 03 — Multi-Cloud Security Review”

An international enterprise operates:

AWS
Azure
Google Cloud
Kubernetes
Microsoft Entra ID
Central SIEM
CI/CD Platform

Different business units adopted cloud independently.

Leadership is concerned about inconsistent security.

The CISO asks:

“Do we have a consistent security model across our cloud environments?”

Assess:

  • AWS Organizations

  • Azure Management Groups

  • Google Cloud Organization

  • Account/subscription/project creation

  • Policy enforcement

  • Ownership

  • Exception handling

Compare the environments.

Map:

Entra ID
Federation
AWS
Azure
Google Cloud
SaaS

Assess:

  • MFA

  • Federation

  • Privileged access

  • Local cloud users

  • Service identities

  • Cross-cloud administration

Look for:

Applications
Static Credentials
Cloud APIs

versus:

Applications
Managed Workload Identity
Temporary Credentials

Map:

AWS ───────┐
Azure ─────┤
GCP ───────┼──→ Central SIEM
Kubernetes ┤
SaaS ──────┘

Determine whether telemetry coverage is consistent.

Assume:

  • AWS has mature organisation-level governance

  • Azure policy coverage is partial

  • GCP projects are created without central approval

  • Several local cloud administrator accounts exist

  • Kubernetes workloads contain static cloud credentials

  • Logging retention differs significantly between clouds

  • Cloud incident-response procedures are incomplete

Instead of reporting only:

Azure Policy missing.

GCP governance missing.

Kubernetes credentials weak.

Identify:

Enterprise cloud security governance is inconsistently implemented across cloud platforms.

Enterprise Cloud Security Standard
Central Identity
Cloud Governance
AWS / Azure / GCP
Automated Guardrails
Central Security Telemetry
Continuous Compliance

Create:

01 Multi-Cloud Inventory
02 Governance Comparison Matrix
03 IAM Assessment
04 Workload Identity Review
05 Cloud Network Review
06 Logging Coverage Matrix
07 Multi-Cloud Risk Register
08 Attack Path Analysis
09 Target Cloud Security Model
10 Multi-Cloud Security Roadmap

Project 04 — Privileged Access Security Assessment

Section titled “Project 04 — Privileged Access Security Assessment”

A large organisation has:

  • 12,000 employees

  • 850 IT administrators

  • Microsoft Entra ID

  • Active Directory

  • AWS

  • Azure

  • Linux

  • Windows

  • Databases

  • Network devices

  • SaaS applications

The organisation recently experienced credential theft.

Leadership wants a review of privileged access.

Identify:

Domain Administrators
Cloud Administrators
Database Administrators
Network Administrators
Application Administrators
Security Administrators
Service Accounts
Emergency Accounts

Example:

Administrator
Authentication
Privileged Role
Target System
Administrative Action
Audit Log

Review:

Request
Approval
Provision
Authentication
Elevation
Monitoring
Review
Removal

Assume:

  • 310 permanent privileged accounts

  • 26 shared administrator accounts

  • MFA is inconsistent

  • Service-account passwords rarely rotate

  • Access reviews occur annually

  • Privileged sessions are not centrally monitored

  • Emergency accounts have weak governance

Credential Theft
Privileged Account
Standing Administrative Access
Critical Systems
Privilege Expansion
Business Impact
Standard Identity
Strong MFA
PAM
Approval
JIT Elevation
Monitored Session
Automatic Removal

Create:

01 Privileged Account Inventory
02 Privileged Access Flow
03 PAM Maturity Assessment
04 Privileged Risk Register
05 Findings
06 Target-State PAM Architecture
07 Migration Strategy
08 Privileged Access Roadmap
09 Executive Summary

Project 05 — Security Operations & Detection Review

Section titled “Project 05 — Security Operations & Detection Review”

A client has invested heavily in:

  • SIEM

  • EDR

  • Cloud security monitoring

  • Email security

  • Network detection

However, several recent incidents were discovered by users rather than the SOC.

Leadership asks:

“We have all these tools. Why are we still missing attacks?”

Assess:

Threat
Telemetry
Collection
Detection
Alert
Triage
Investigation
Response

A failure at any stage reduces detection capability.

Assess logs from:

  • Identity

  • Endpoint

  • Cloud

  • Network

  • Applications

  • Email

  • SaaS

  • Kubernetes

Ask:

Can the SOC observe the most important attack paths?

Do not measure maturity by the number of detection rules.

Determine whether detections cover realistic threats such as:

  • Credential theft

  • Privilege escalation

  • Cloud persistence

  • Data exfiltration

  • Ransomware

  • Suspicious administrative activity

Assume:

  • Important Entra ID logs are missing

  • AWS telemetry reaches the SIEM with significant delay

  • Detection rules generate excessive false positives

  • Cloud privilege escalation has limited detection coverage

  • Incident playbooks are outdated

  • Detection testing is not performed

  • Metrics focus on alert counts

Threat Model
Required Telemetry
Detection Engineering
Validation
SOC Investigation
Automated Response
Continuous Improvement

Create:

01 SOC Discovery Questionnaire
02 Telemetry Coverage Matrix
03 Detection Coverage Matrix
04 Detection Gap Assessment
05 SOC Maturity Assessment
06 Findings Register
07 Detection Improvement Roadmap
08 Executive SOC Assessment

Project 06 — Security Transformation Strategy

Section titled “Project 06 — Security Transformation Strategy”

A multinational organisation has completed several assessments.

Common findings include:

  • Weak identity governance

  • Inconsistent cloud security

  • Fragmented security tooling

  • Manual compliance

  • Limited DevSecOps

  • Weak security metrics

The board asks:

“What should our cybersecurity programme look like over the next three years?”

This is no longer simply an assessment.

You are now acting as a strategic security consultant.

Create a capability assessment across:

Governance
Risk
Identity
Cloud
Network
Endpoint
Application
Data
SOC
Incident Response
Vulnerability Management
Third-Party Risk
Compliance

For each capability:

Current State
Required State
Capability Gap

Example:

Identity
Current:
Permanent privilege
Target:
JIT + PAM + continuous governance

Possible workstreams:

WS01 Security Governance
WS02 Identity Modernisation
WS03 Cloud Security
WS04 Zero Trust
WS05 DevSecOps
WS06 Data Protection
WS07 Security Operations
WS08 Vulnerability Management
WS09 GRC Automation

Focus on:

  • Critical risk

  • Identity

  • Logging

  • Cloud governance

  • Vulnerability management

Focus on:

  • PAM

  • DevSecOps

  • Security guardrails

  • Detection engineering

  • GRC automation

Focus on:

  • Continuous control validation

  • Zero Trust maturity

  • Threat-driven security

  • Advanced automation

  • Continuous assurance

Examples:

Privileged MFA Coverage
Standing Administrator Reduction
Cloud Guardrail Coverage
Critical Vulnerabilities Beyond SLA
Detection Coverage
Mean Time to Detect
Mean Time to Respond
Compliance Automation Coverage

Create:

01 Current-State Assessment
02 Security Capability Map
03 Maturity Assessment
04 Gap Analysis
05 Target-State Security Model
06 Transformation Workstreams
07 Dependency Map
08 Three-Year Roadmap
09 KPI / KRI Framework
10 Executive Transformation Strategy

Project 07 — Security Due Diligence Assessment

Section titled “Project 07 — Security Due Diligence Assessment”

Your client plans to acquire a technology company.

Before completing the acquisition, leadership wants to understand the target company’s cybersecurity exposure.

The assessment must be completed quickly.

This introduces another important consulting skill:

Risk-focused assessment under limited time and evidence.

Prioritise:

Critical Assets
Identity
Internet Exposure
Cloud
Sensitive Data
Security Operations
Incident History
Compliance

Do not attempt a full multi-month audit.

Ask:

  • Have significant breaches occurred?

  • Are critical vulnerabilities unresolved?

  • How is privileged access controlled?

  • Which cloud platforms are used?

  • Where is sensitive customer data?

  • Are regulatory obligations being met?

  • Are major security investments required?

  • Are key security capabilities outsourced?

  • Are critical vendors involved?

Examples:

  • Major unresolved breach

  • Regulatory exposure

  • Unsupported infrastructure

  • Significant identity weakness

  • Large security remediation cost

  • Critical vendor dependency

  • Poor security staffing

The objective is to inform the business transaction.

Create:

01 Due Diligence Questionnaire
02 Evidence Request
03 Critical Risk Register
04 Security Maturity Snapshot
05 Deal Risk Summary
06 Estimated Remediation Priorities
07 Executive Due Diligence Report

Project 08 — Production Security Readiness Review

Section titled “Project 08 — Production Security Readiness Review”

A major application is scheduled for production deployment.

The project team believes security is complete.

The CISO wants independent assurance before launch.

Your question is:

Is the system ready to accept production security risk?

Assess:

Architecture
Identity
Network
Application Security
Secrets
Data Protection
Logging
Detection
Incident Response
Backup
Vulnerability Management
Operational Ownership

Use:

Unacceptable risk requiring remediation before production.

Important issue with defined remediation commitment.

Lower-priority enhancement.

This is more useful than simply generating finding severity.

Potential blockers might include:

  • Default credentials

  • Critical exploitable vulnerability

  • Public administrative access

  • Missing production logging

  • Exposed secrets

  • No backup capability

  • Uncontrolled privileged access

Always evaluate context before declaring something a blocker.

Your final recommendation may be:

Security risk is acceptable for launch.

Launch may proceed subject to defined conditions.

Material unresolved security risk makes production deployment inappropriate.

The business ultimately owns the decision.

Your role is to provide defensible security advice.

Create:

01 Production Readiness Checklist
02 Architecture Review
03 Security Requirements Matrix
04 Evidence Tracker
05 Launch Risk Register
06 Security Findings
07 Launch Conditions
08 Go-Live Recommendation
09 Executive Readiness Summary

For every project, your work should demonstrate:

Conclusions are technically correct.

Findings are supported.

Business importance is understood.

Technical issues are translated into meaningful risk.

Important issues are separated from minor ones.

Recommendations can realistically be implemented.

Technical and executive audiences can understand the results.

Every major project should demonstrate:

Evidence
Observation
Threat Scenario
Risk
Recommendation
Priority
Decision

If you cannot connect a recommendation back to evidence, reconsider it.

For each engagement maintain:

Working Papers/
├── Meeting Notes
├── Evidence Tracker
├── Assessment Workbook
├── Architecture Notes
├── Findings Register
├── Risk Register
├── Decision Log
└── Action Tracker

These are not necessarily delivered to the client.

They support your analysis.

Example:

Date Decision Reason Owner
12 Aug Kubernetes excluded Separate review planned Client
14 Aug IAM-03 reduced to Medium Additional control evidence Consultant
16 Aug Logging finding retained Compensating control insufficient Consultant

This becomes valuable during complex engagements.

Examples:

A-001
Production architecture diagram supplied by client is assumed current.
A-002
Assessment assumes listed AWS accounts represent complete production scope.

If assumptions change, findings may also change.

Examples:

  • Evidence delayed

  • Stakeholder unavailable

  • Architecture document outdated

  • Tool access unavailable

  • Scope ambiguity

Consultants should identify delivery risks early.

Use:

Finding ID
Title
Domain
Observation
Evidence
Affected Scope
Risk
Likelihood
Impact
Rating
Recommendation
Owner
Status

This becomes your source of truth for reporting.

You should be able to move from:

Requirement
Assessment Question
Evidence
Observation
Finding
Risk
Recommendation

This is one of the strongest habits you can develop.

Before assessment begins verify:

[ ] Objective understood
[ ] Scope documented
[ ] Exclusions documented
[ ] Stakeholders identified
[ ] Timeline agreed
[ ] Methodology defined
[ ] Evidence requirements prepared
[ ] Deliverables agreed

Before developing final findings verify:

[ ] Evidence reviewed
[ ] Architecture understood
[ ] Control design assessed
[ ] Operating effectiveness considered
[ ] Threat scenarios developed
[ ] Compensating controls considered
[ ] Systemic weaknesses identified

Before client validation verify:

[ ] Observation is factual
[ ] Evidence supports conclusion
[ ] Scope is accurate
[ ] Risk is realistic
[ ] Rating is justified
[ ] Recommendation addresses risk
[ ] Root cause considered

Before final delivery verify:

[ ] Findings validated
[ ] Risk themes developed
[ ] Positive observations included
[ ] Executive summary completed
[ ] Roadmap developed
[ ] Technical QA completed
[ ] Editorial QA completed
[ ] Sensitive information reviewed
[ ] Final presentation prepared

These projects can also become the basis of your professional consulting portfolio.

Do not include real client confidential information.

Instead create sanitised or fictional examples.

A portfolio might include:

Senior Security Consultant Portfolio/
├── Enterprise Security Assessment
├── Security Architecture Review
├── Multi-Cloud Security Review
├── Privileged Access Assessment
├── SOC Security Review
├── Security Transformation Strategy
├── Security Due Diligence
└── Production Readiness Assessment

70. What to Include in Each Portfolio Project

Section titled “70. What to Include in Each Portfolio Project”

For each project include:

What problem was being solved?

What was assessed?

How was the engagement performed?

What environment was involved?

What significant weaknesses were identified?

Why did they matter?

What improvements were proposed?

How should remediation be prioritised?

What decision did the work support?

This demonstrates consulting capability far better than simply listing tools.

These projects also prepare you for interview questions such as:

Walk me through a security assessment you have performed.

How would you approach a cloud security review?

How do you challenge an architecture?

How do you determine risk?

How do you handle disagreements with clients?

How do you present findings to executives?

How would you build a security transformation roadmap?

Instead of answering theoretically, you can structure your answer around an engagement.

A useful interview structure is:

Situation
Objective
Approach
Technical Analysis
Risk
Recommendation
Outcome

This demonstrates both technical and consulting maturity.

For every engagement, ask:

What decision is this engagement supporting?

What exactly are we assessing?

How does the environment work?

What proves the control exists and operates?

What realistic attack scenario matters?

What happens to the business?

Why does this weakness exist?

What practical change reduces the risk?

What should happen first?

Who needs to understand the result?

What decision should the client be able to make?

Before considering a project complete:

[ ] Client requirement understood
[ ] Business context documented
[ ] Scope defined
[ ] Exclusions defined
[ ] Stakeholders mapped
[ ] Discovery completed
[ ] Evidence collected
[ ] Architecture understood
[ ] Trust boundaries reviewed
[ ] Critical assets identified
[ ] Controls assessed
[ ] Attack paths considered
[ ] Risks evaluated
[ ] Compensating controls considered
[ ] Findings developed
[ ] Findings validated
[ ] Root causes identified
[ ] Recommendations developed
[ ] Findings prioritised
[ ] Risk themes established
[ ] Remediation roadmap developed
[ ] Executive summary prepared
[ ] Final report completed
[ ] Executive presentation completed
[ ] QA performed
[ ] Client next steps defined

The purpose of these projects is not simply to prove that you understand cybersecurity.

They are designed to develop the ability to operate like a Senior Security Consultant.

You should now be able to combine:

Business Understanding
+
Technical Security
+
Architecture
+
Threat Analysis
+
Risk
+
Compliance
+
Communication
+
Transformation
=
Senior Security Consulting

A mature consultant does not begin an engagement by asking:

“Which tool should I run?”

They begin by asking:

“What decision does the client need to make?”

Then they build a defensible path:

Client Problem
Scope
Discovery
Evidence
Analysis
Risk
Recommendation
Roadmap
Decision

That is the consulting capability these projects are designed to build.

➡️ 09 — Enterprise Engagements

The next module moves beyond individual consulting projects into large-scale enterprise consulting engagements.

You will learn how Senior Security Consultants operate when engagements involve:

  • Multiple business units

  • Large stakeholder groups

  • Complex hybrid environments

  • Multiple cloud platforms

  • Parallel assessment teams

  • Large evidence sets

  • Conflicting stakeholder priorities

  • Executive steering committees

  • Programme dependencies

  • Formal governance

  • Risk escalation

  • Multi-phase delivery

You will also learn how to manage engagement planning, stakeholder communication, workstreams, evidence governance, finding consistency, executive escalation, quality assurance, and engagement closure.

The goal is to move from:

“I can execute a security consulting project.”

to:

“I can lead and coordinate a complex enterprise security consulting engagement.”