Chapter 22 of 25
Third-Party Risk, Contracts, and Supply Chain Security
Follow data and dependencies outside your walls by examining how third-party risk and supply chain security are managed through contracts, assessments, and controls.
Third-Party Risk in Modern Hybrid Environments
Why Third-Party Risk Matters
In a hybrid environment, organizations rely on many vendors and partners. Each one becomes part of your attack surface and can affect your confidentiality, integrity, availability, compliance, and reputation.
Defining Third-Party Risk
Third-party risk is the possibility that an external organization you rely on will cause harm through security incidents, privacy violations, outages, or unethical behavior.
Regulatory Expectations
Modern laws and frameworks (GDPR, NIS2, HIPAA, PCI DSS, etc.) expect organizations to manage third-party risk, not just internal controls. Responsibility follows your data and processes.
Link to GRC and Security+
For Security+, tie third-party risk to governance, risk, and compliance: it is a core way organizations demonstrate responsible oversight in complex hybrid environments.
Types of Third Parties and Common Risk Scenarios
Who Counts as a Third Party?
Third parties include CSPs, MSPs/MSSPs, suppliers, outsourcers, consultants, and logistics or colocation partners. If another company supports your services, it is part of your risk.
Data and Access Risks
Examples: a SaaS CRM suffers a breach exposing your customers; an MSP’s remote tools are hijacked to push ransomware across all their clients, including you.
Supply and Component Risks
Suppliers may ship hardware or firmware with vulnerabilities or backdoors. IoT or OT devices from third parties can introduce hidden security weaknesses.
Exam Tip
If another organization’s system fails or is breached but your data, uptime, or compliance are affected, think third-party risk and supply chain security.
Third-Party Risk Management Lifecycle
Lifecycle Overview
Third-party risk management follows a lifecycle: plan and categorize, assess, contract and implement, monitor performance, and offboard securely.
Planning and Assessment
First, classify vendors by data sensitivity and service criticality. Then assess them before onboarding using questionnaires, documentation, and sometimes audits.
Contracts and Controls
Next, embed security and privacy requirements plus SLAs into contracts, and configure technical controls like least privilege and segmentation.
Monitoring and Offboarding
Finally, monitor SLAs and security performance over time, then revoke access and ensure secure data return or destruction at contract end.
Assessing Third-Party Security Posture
Why Assess Vendors?
You should evaluate a vendor’s security posture before trusting them with your data. Security+ focuses on questionnaires, audits, technical assessments, and external signals.
Questionnaires and Audits
Questionnaires gather self-reported info on policies and controls. Audits and reports like SOC 2 or ISO 27001 provide independent assurance but can be limited in scope.
Technical and External Evidence
Technical assessments (pen tests, scan summaries) add depth, while public breach history or ratings can reveal red flags for ongoing monitoring.
Due Diligence vs Monitoring
On Security+, "due diligence" is pre-contract assessment; "ongoing monitoring" is repeated checking throughout the vendor relationship.
Vendor Assessment Walkthrough (Practical Scenario)
Scenario Setup
You are evaluating a SaaS HR system that will store sensitive employee data. This is a high-risk vendor due to data sensitivity and service criticality.
Questionnaire and Red Flags
You send a security questionnaire about encryption, MFA, logging, backups, and incident response. A red flag: the vendor only "plans" to add MFA instead of already supporting it.
Assurance and Compliance
You request SOC 2, ISO 27001, and pen test summaries. You also check GDPR clauses (if relevant) and any sector rules that apply to HR data.
Decision and Conditions
You proceed only if MFA is enforced, logs feed your SIEM, and the vendor commits to rapid incident notification. This blends assessment with contract requirements.
Contracts, SLAs, and Embedding Security Requirements
Why Contracts Matter
Contracts and SLAs turn your security expectations into enforceable obligations. They define what the vendor must do to protect your data and services.
Key Security and Privacy Clauses
Typical clauses cover minimum security controls, privacy/data protection duties, and restrictions on sub-processors handling your data.
SLAs and Incident Handling
SLAs define uptime, support, and sometimes patch timelines. Incident clauses specify how fast the vendor must notify you and what they must disclose.
Audit, Ownership, and Exit
Contracts can grant audit rights, require regular reports, and clarify data ownership plus return or destruction at the end of the relationship.
Supply Chain Security: From Software to Hardware
What Is Supply Chain Security?
Supply chain security addresses risks from upstream and downstream dependencies: software components, hardware, firmware, and critical service providers.
Software and Hardware Risks
Risks include compromised updates, malicious libraries, counterfeit hardware, or firmware backdoors introduced before you receive the product.
Service and Logistics Risks
Critical shared services (DNS, CDNs, payment processors) and physical logistics can be attack points that affect many organizations at once.
Mitigation Strategies
Mitigations: vet vendors, use code signing, harden configurations, change defaults, and design redundancy to avoid single points of failure.
Thought Exercise: Mapping Controls to Third-Party Risks
Use this exercise to connect specific risks to appropriate controls. Think it through before checking the suggested mappings.
Scenario A: Compromised MSP tools
Your managed service provider uses remote monitoring and management (RMM) tools to administer your endpoints. An attacker gains access to the MSP’s RMM console and pushes ransomware to clients.
Questions:
- Which technical controls could limit the blast radius?
- Which contractual or governance controls could improve the situation?
Pause and list 2–3 ideas for each.
Suggested answers (compare to your list):
- Technical: network segmentation between admin networks and critical servers; application allowlisting on endpoints; least privilege for RMM agents; strong MFA and logging for RMM access.
- Contractual/governance: contract requiring MFA and logging for admin tools; right to review MSP’s security controls and incident response plan; SLA for incident notification and support.
Scenario B: Malicious library in your app
You consume a third-party open-source library that later turns out to be malicious.
Questions:
- How could your development process reduce this risk?
- How could your runtime controls reduce impact?
Suggested ideas:
- Development: approved dependency list, SBOM tracking, scanning dependencies for known vulnerabilities, code review of critical libraries.
- Runtime: least privilege for the app, container isolation, outbound network restrictions so the library cannot exfiltrate data freely.
Relate your answers back to the risk management steps from earlier modules: identify assets and threats, then choose preventive, detective, and corrective controls.
Monitoring Third-Party Performance and Incidents
Why Monitor Vendors?
Risk does not stop after contract signing. You must continuously monitor vendor performance and security posture, especially for high-risk services.
What to Monitor
Track SLAs (uptime, response), review security reports, and, where possible, integrate vendor logs or alerts into your SIEM for better visibility.
Handling Vendor Incidents
Have playbooks for vendor breaches: notification paths, impact analysis on your data, and your obligations to customers or regulators.
Reassessment and Exam Link
Periodically reassess high-risk vendors. On Security+, "ongoing oversight" and "continuous assurance" point to this monitoring and review phase.
Key Term Review: Third-Party and Supply Chain Security
Flip these cards to reinforce core concepts before you quiz yourself.
- Third-party risk
- The possibility that an external organization you rely on (vendor, supplier, partner, or service provider) will cause harm to your confidentiality, integrity, availability, compliance status, or reputation.
- Hybrid environment
- A hybrid environment is an enterprise environment that includes a mix of cloud, mobile, Internet of Things (IoT), operational technology (OT), and on-premises resources that must be monitored and secured.
- Due diligence (in third-party risk)
- Pre-contract activities to evaluate a vendor’s security posture, such as questionnaires, audits, and technical assessments, before you trust them with data or critical services.
- Service-level agreement (SLA)
- A contractual document that defines measurable service performance targets (such as uptime, response times, and sometimes security-related metrics like patch timelines).
- Software supply chain attack
- An attack where adversaries compromise software components or update mechanisms so that malicious code is distributed through trusted software or libraries.
- Right to audit
- A contractual clause that allows a customer to review or verify a vendor’s controls and compliance, either directly or via independent audits and reports.
- Offboarding (vendor termination)
- The process of securely ending a vendor relationship, including revoking access, returning or destroying data, and updating documentation.
- Governance, risk, and compliance
- Governance, risk, and compliance refers to operating with an awareness of applicable regulations and policies, including principles of governance, risk, and compliance when securing enterprise environments.
Quick Check: Third-Party Risk and Assessments
Test your understanding of third-party risk basics and assessment methods.
Your organization is evaluating a new cloud-based document storage service to host sensitive customer contracts. Which of the following actions best represents **due diligence** in third-party risk management?
- Configuring network segmentation between your on-premises network and the cloud provider
- Requesting the provider’s recent SOC 2 Type II report and completing a detailed security questionnaire before signing
- Enabling multi-factor authentication (MFA) for all internal users accessing the cloud service
- Adding the cloud provider to your incident response plan after a security breach occurs
Show Answer
Answer: B) Requesting the provider’s recent SOC 2 Type II report and completing a detailed security questionnaire before signing
Due diligence refers to **pre-contract** evaluation of a vendor’s security posture. Requesting a SOC 2 Type II report and using a security questionnaire before signing is classic due diligence. Network segmentation and MFA are important technical controls but occur after onboarding. Updating the incident response plan after a breach is part of post-incident improvement, not initial due diligence.
Quick Check: Contracts and Supply Chain Security
One more quiz to solidify contracts and supply chain concepts.
A software vendor distributes an update that has been secretly modified by attackers to include a backdoor. Many customers install the update, unknowingly deploying the malware. How should this attack be classified, and which control would most directly help detect or prevent it?
- It is a zero-day exploit; the best control is network firewalls blocking all outbound traffic.
- It is a software supply chain attack; the best control is verifying code-signing signatures on vendor updates before deployment.
- It is a phishing attack; the best control is user awareness training about suspicious emails.
- It is a denial-of-service attack; the best control is redundant internet connections.
Show Answer
Answer: B) It is a software supply chain attack; the best control is verifying code-signing signatures on vendor updates before deployment.
This is a **software supply chain attack** because attackers compromised the vendor’s update process. Verifying **code-signing signatures** and using trusted update channels are direct mitigations. Firewalls, user training, and redundant links may help with other threats but do not specifically address malicious updates from a trusted vendor.
Key Terms
- SY0-701
- SY0-701 is the exam series code for the latest version (V7) of the CompTIA Security+ certification exam.
- offboarding
- The process of securely ending a vendor relationship, including revoking access, returning or destroying data, and updating documentation.
- due diligence
- Pre-contract activities to evaluate a vendor’s security posture, such as questionnaires, audits, and technical assessments, before you trust them with data or critical services.
- right to audit
- A contractual clause that allows a customer to review or verify a vendor’s controls and compliance, either directly or via independent audits and reports.
- third-party risk
- The possibility that an external organization you rely on (vendor, supplier, partner, or service provider) will cause harm to your confidentiality, integrity, availability, compliance status, or reputation.
- CompTIA Security+
- CompTIA Security+ is a global certification that validates the baseline skills necessary to perform core security functions and pursue an IT security career.
- hybrid environment
- A hybrid environment is an enterprise environment that includes a mix of cloud, mobile, Internet of Things (IoT), operational technology (OT), and on-premises resources that must be monitored and secured.
- software supply chain attack
- An attack where adversaries compromise software components or update mechanisms so that malicious code is distributed through trusted software or libraries.
- service-level agreement (SLA)
- A contractual document that defines measurable service performance targets (such as uptime, response times, and sometimes security-related metrics like patch timelines).
- governance, risk, and compliance
- Governance, risk, and compliance refers to operating with an awareness of applicable regulations and policies, including principles of governance, risk, and compliance when securing enterprise environments.