Information and Cyber Security


Foundational concepts including the CIA triad, strategic cyber risk management for APTs, ransomware, and supply chain attacks, the Gordon-Loeb model for optimal security investment, layered protection through the People-Process-Technology framework, and the board's role in cybersecurity governance.

Topics in this chapter

  • What Is All This About? What's in a Name? Looking at the Problem Holistically, Developing a Strategy
  • Cyber Risk Management: Major Cyber Risks, APTs, Ransomware, Risk Assessment, Supply Chain Risks
  • Layered Protection: People, Process and Technology
  • Role of the Board in Security: Realistic Expectations, Working with the CISO, Risk Culture

Foundational Concepts and Holistic Strategy

Information security is the practice of preserving confidentiality, integrity, and availability of information in all forms — digital, physical, or intellectual. Cyber security is a subset focusing on protection of digital assets and the infrastructures that store, process, and transmit them. The CIA triad forms the foundation: Confidentiality ensures information is accessible only to those authorized; Integrity safeguards accuracy and completeness of information and processing methods; Availability guarantees information and associated services are accessible when needed. Modern governance adds accountability (non-repudiation and auditability), authenticity (verifying provenance of data and commands), and resilience (capacity to absorb shocks and recover functionality swiftly).

Looking at the Problem Holistically

Security decisions are economic choices under uncertainty. Aggregate expected loss across all assets and threats is E[L]=ijpijLijE[L] = \sum_i \sum_j p_{ij} \cdot L_{ij}. The objective is not to minimize E[L]E[L] at all costs, but to optimize the net benefit of security spending. Risk-averse governing bodies exhibit U(E[W])>E[U(W)]U(E[W]) > E[U(W)], implying a willingness to pay a risk premium to avoid catastrophic losses. This explains why governance boards often mandate controls that seem economically inefficient on a pure expected-value basis: they are protecting the organization's survival, not just its balance sheet.

Developing a Strategy

The seven critical steps are: (1) asset identification and valuation through business impact analysis; (2) threat and vulnerability assessment using threat intelligence and internal audits; (3) risk analysis and appetite calibration defining which risks are accepted, mitigated, transferred, or avoided; (4) compliance and standards mapping integrating legal obligations and voluntary frameworks; (5) control selection embodying defense in depth — deploying multiple overlapping layers of protection; (6) incident response and resilience planning assuming breach and preparing procedures; and (7) governance and culture embedding accountability through clear reporting structures and continuous awareness programs.

Cyber Risk Management

Major Cyber Risks

Advanced Persistent Threats (APTs) are highly sophisticated, targeted campaigns wherein adversaries infiltrate a network and remain undetected for extended periods. The attacker's expected payoff is E[ΠA]=PSVDCAE[\Pi_A] = P_S \cdot V_D - C_A, where PSP_S is probability of sustained stealth, VDV_D is value of exfiltrated data, and CAC_A is attack cost. Organizations with high-value intellectual property or critical infrastructure present a VDV_D that justifies high CAC_A, necessitating advanced behavioral analytics and threat hunting.

Ransomware employs asymmetric cryptography to encrypt organizational data and demand payment. Modern ransomware frequently employs double extortion, threatening to publish stolen sensitive data. The victim's decision to pay can be modeled using expected utility theory: pU(WR)+(1p)U(WRL)>U(WL)p \cdot U(W - R) + (1-p) \cdot U(W - R - L) > U(W - L). Assuming risk aversion, the organization may opt to pay even if pp is moderately low. Mitigation relies heavily on robust, isolated data backups which effectively reduce LL and make non-payment the mathematically optimal choice.

Performing Careful Risk Assessment

The Annualized Loss Expectancy is ALE=SLE×AROALE = SLE \times ARO. The Gordon-Loeb model provides the foundational economic framework for optimizing cybersecurity investments. The expected net benefit is ENB(z)=[v(0)v(z)]LzENB(z) = [v(0) - v(z)]L - z, where v(z)v(z) is the breach probability as a convex decreasing function of investment zz. The first-order condition requires v(z)L=1-v'(z^*)L = 1. A critical derivation is that the optimal investment zz^* should never exceed 1/e1/e (approximately 37%) of the expected loss v(0)Lv(0)L.

Risks in the Supply Chain

The probability that a focal organization suffers a breach due to supply chain contagion is P(Bi)=1jNi(1pjcji)P(B_i) = 1 - \prod_{j \in N_i} (1 - p_j \cdot c_{ji}), where NiN_i is the set of suppliers, pjp_j is intrinsic breach probability of supplier jj, and cjic_{ji} is the conditional probability that a breach at jj propagates to ii. Governance frameworks must mandate stringent security baselines for all nodes, operationalized through international standards such as ISO 28001 and ISO 27001.

Layered Protection and Board Oversight

Controls for Layered Protection

The defense-in-depth paradigm employs the PPT triad. The security production function is Cobb-Douglas: S=AHαRβTγS = A \cdot H^{\alpha} \cdot R^{\beta} \cdot T^{\gamma}, where HH is human capital investment, RR is process maturity, and TT is technological controls. The tangency condition for optimal input allocation requires α/HwH=β/RwR=γ/TwT\frac{\alpha / H}{w_H} = \frac{\beta / R}{w_R} = \frac{\gamma / T}{w_T} — marginal security product per dollar must be equalized across all three domains.

Efficiency vs. Security

Every security control imposes friction on legitimate workflows. The organization maximizes maxsV(s)C(s)LP(breachs)\max_{s} V(s) - C(s) - L \cdot P(\text{breach} \mid s), where V(s)V(s) is the value of legitimate operations decreasing in ss due to friction. The first-order condition equates marginal cost of additional friction to marginal reduction in expected breach loss. Perfect security is never optimal because the last increments of protection impose prohibitive efficiency costs.

Managing Assets That You Don't Control

Shadow IT emerges as the rational response of employees to friction imposed by sanctioned systems. The employee chooses shadow IT when ΔBΔf>πδ\Delta B - \Delta f > \pi \cdot \delta, where ΔB\Delta B is the differential convenience benefit, Δf\Delta f is the differential friction cost, π\pi is detection probability, and δ\delta is the expected sanction. Three governance levers: reduce ΔB\Delta B by procuring sanctioned tools matching shadow alternatives; increase Δf\Delta f through network segmentation; increase πδ\pi \cdot \delta through monitoring and enforcement. The first lever — improving sanctioned alternatives — is often the most cost-effective.