No history yet

Security and Risk Management

Aligning Security with Business

At its core, information security isn't just about firewalls and passwords. It's about enabling a business to achieve its goals safely. Security and Risk Management is the domain that provides the structure for this. It's about making deliberate, intelligent decisions to protect what's important.

Everything starts with a set of fundamental principles known as the CIA Triad. These three concepts are the pillars of information security.

Confidentiality: Preventing the unauthorized disclosure of information. It's about ensuring data is accessible only to those who are authorized to see it.

Integrity: Ensuring that information is protected from unauthorized modification. It's about maintaining the accuracy and completeness of data.

Availability: Ensuring that information and systems are accessible to authorized users when they need them.

These three principles guide every security decision. A loss of confidentiality is a data breach. A loss of integrity means data has been tampered with. A loss of availability is a system outage. A robust security program balances all three.

Governance and Frameworks

How do you implement these principles in a large organization? Through security governance. Governance defines who is responsible for security, how decisions are made, and how performance is measured. It's the blueprint for building a secure organization.

This blueprint is documented through a hierarchy of statements that guide behavior and technical implementations.

TypePurposeExample
PolicyHigh-level statement of intent from management."All sensitive data must be encrypted."
StandardMandatory rules that support a policy."AES-256 is the required encryption algorithm."
GuidelineRecommended, non-mandatory advice."Consider using full-disk encryption on laptops."
ProcedureStep-by-step instructions for a specific task."How to configure AES-256 on a database server."

Beyond internal rules, organizations must also follow external ones. Compliance involves adhering to laws, regulations, and industry standards. For example, healthcare organizations in the U.S. must comply with HIPAA to protect patient data, while companies handling data of EU citizens must follow GDPR. These legal and regulatory issues aren't optional; they set a minimum baseline for security.

Finally, security professionals themselves are bound by a code of conduct. The (ISC)² Code of Ethics, for instance, requires members to act honorably, honestly, justly, responsibly, and legally. This ensures that the people tasked with protecting assets are themselves trustworthy.

The CISSP domains outline a broad framework to understand and manage the multi-dimensional nature of information security.

The Art of Managing Risk

You can't protect against every possible threat. Resources are finite. This is where risk management comes in. It's the process of identifying, assessing, and controlling threats to an organization's capital and earnings.

Risk

noun

The potential for loss or damage when a threat exploits a vulnerability.

Risk management is a continuous cycle, not a one-time task. The goal is to make informed decisions to reduce risk to an acceptable level. This process generally follows five steps.

Once a risk has been analyzed and evaluated, you have to decide what to do about it. This is called risk treatment. There are four main strategies.

Avoidance: Stop doing the activity that creates the risk.

Acceptance: Acknowledge the risk and do nothing, as the cost of mitigation outweighs the potential loss.

Mitigation: Implement controls to reduce the risk's likelihood or impact.

Transfer: Shift the risk to a third party, for example, through insurance.

Planning for Disruption

Even with the best controls, bad things can happen. A natural disaster, a power outage, or a major cyberattack can disrupt operations. Business Continuity Planning (BCP) and Disaster Recovery Planning (DRP) are how organizations prepare to survive these events.

Think of it this way: BCP is about keeping the business running during a crisis. It focuses on critical business processes. DRP is a component of BCP that focuses on restoring IT systems and infrastructure after a disaster has struck.

Lesson image

Two key metrics drive these plans:

  • Recovery Time Objective (RTO): The maximum amount of time a critical business process can be down before the organization suffers unacceptable consequences.
  • Recovery Point Objective (RPO): The maximum amount of data loss that can be tolerated, measured in time. An RPO of 1 hour means the business can afford to lose up to an hour's worth of data.

Together, RTO and RPO help determine the right strategy for backups, redundant systems, and alternate operating sites.

Now, let's test your understanding of these foundational concepts.

Quiz Questions 1/6

A hacker defaces a company's public website, replacing the homepage with a political message. Which principle of the CIA triad has been primarily violated?

Quiz Questions 2/6

Security governance is primarily concerned with establishing policies and procedures, while risk management is focused on implementing specific technical controls like firewalls.

Understanding these principles of governance, risk, and continuity is the first step in building a comprehensive security program. They provide the 'why' behind the technical controls you'll encounter elsewhere.