Exploring the possible meanings of the term
Before defense is possible, one must understand:
To be free from danger is the goal
The process that achieves that freedom
The more secure something is, the less convenient it may become to use
Refers to the practice of protecting systems, networks, and DATA from digital attacks.
Aims: accessing, changing, or destroying sensitive information; extorting money from users; or interrupting normal business processes.
Implementing effective cybersecurity measures is particularly challenging today? Due to innovative attacking methods
There are different threat sources that each can breach different security goals

Or
| Concept | Description | Example |
|---|---|---|
| Asset | An item that has value (e.g., data, device, software). | Customer data in a database. |
| Threat | An action that has the potential to cause harm. | A phishing email attempt. |
| Threat Actor | A person or element with the power to carry out a threat. | A cybercriminal hacking a system. |
| Vulnerability | A flaw or weakness that allows a threat agent to bypass security. | An unpatched software vulnerability in a web application. |
| Threat Vector | The means by which an attack can occur. | An unsecured Wi-Fi network exploited by a hacker. |
| Risk | A situation that involves exposure to some type of danger. | The risk of a ransomware attack if security patches aren't applied. |

weakness in a system that can be exploited by a threat (e.g., unpatched software).potential danger that could exploit a vulnerability (e.g., hackers, malware).loss or damage when a threat exploits a vulnerability.
| Term | Definition |
|---|---|
| Threat Actor | Entity (person, group, or force) that initiates a threat. |
| Threat Scenario | A realistic sequence of actions that could harm assets. |
| Vulnerability | A flaw or weakness that can be exploited. |
| Vulnerability Surface | All possible attack paths a threat actor might use. |
| Incident | A breach of confidentiality, integrity, or availability. |
| Impact | Negative outcome of an incident (e.g. loss, damage). |
| Risk | Likelihood and impact of a threat exploiting a vulnerability. |

is the potential that cyberthreats exploit vulnerabilities in information assets, leading to harmful incidents.
In most cases, the most practical way to reduce risk is by reducing vulnerabilities through security controls.
Relevant threat that exploits a vulnerability with the consequence that an asset gets harmed

Risk level is the significance of a risk, expressed in terms of the combination of consequences and their likelihood.
Calculated based on the likelihood of a security incident and the incident’s impacts.

The term risk exposure is often used as a synonym for risk level.

Or
Can you
eliminatethreats?
Can youprotectagainst vulns?
Complex Process: Identifying and responding to threats can be complicated.
Cost vs. Value: Evaluate if the cost of protection exceeds asset value.
Optimal Strategy/Strategic Approach: Aim to reduce threats but avoid over-investing in protection beyond asset worth.
Soluation : Implement layered security controls to mitigate risk

Measures used to prevent, detect, or respond to threat scenarios, reducing vulnerabilities and limiting the impact of incidents.


Nist CSF

ISO/IEC 27002

People, Product, Partner, Process form a holistic framework for managing cybersecurity.
A secure system needs all four P’s working together.
ITIL (Information Technology Infrastructure Library)
"False face must hide what the false heart doth know, MACBETHM"


Attackers who attack for ideological reasons that are generally not as well-defined as a cyberterrorist’s motivation

An attacker commissioned by a government to attack enemies’ systems
May target foreign governments or even citizens of the government who are considered hostile or threatening.
Known for being well-resourced and highly trained
Commonly use Advanced Persistent Threat (APT) to target victims
A person or group within an organisation who has authorised access to sensitive information
Employees, contractors, and business partners
Over 58 percent of breaches are attributed to insiders1

| Threat Actor | Description | Explanation |
|---|---|---|
| Competitors | Launch attack against an opponent’s system to steal classified information | Competitors may steal new product research or list of current customers to gain a competitive advantage. |
| Organised crime | Moving from traditional criminal activities to more rewarding and less risky online attacks | Criminal networks are usually run by a small number of experienced online criminal networks who do not commit crimes themselves but act as entrepreneurs. |
| Brokers | Sell their knowledge of a vulnerability to other attackers or governments | Individuals who uncover vulnerabilities do not report it to the software vendor but instead sell them to the highest bidder. |
| Cyberterrorists | Attack a nation’s network and computer infrastructure to cause disruption and panic among citizens | Targets may include a small group of computers or networks that can affect the largest number of users, such as the computers that control the electrical power grid of a state or region. |
Review activities from here.
Cyber lab student account:
username : student
password: Student2

## From Goals to Controls - **Security goals** define *what* needs to be protected (e.g., ensure data confidentiality). - **Controls** define *how* to achieve these goals (e.g., encryption, access control). > Selecting appropriate controls depends on context, risk level, and asset criticality. ---