Define Weakness
A Condition that could introduce a vulnerability
Define Vulnerability
A Defect with security consequences
Define a Threat
A potential danger to the system
Define an Attack
An attempt to compromise, disrupt, or gain unauthorized access to the system
Define an Exploit
A method to bypass security measures
What does TTP stand for in the realm of network threats and attacks?
TTP stands for Tactics, Techniques, and Procedures - each tactic (the What) can have multiple techniques (the How) associated with it. Procedures are real-life examples of technique use.
What is a Threat?
A Threat is something that directly impacts operational activities in a negative way.
What is a Vulnerability?
A Vulnerability is a weakness in a piece of software, system, or procedure that may be exploited or triggered by a threat source.
What is the CIA triad in terms of cybersecurity?
The CIA triad is Confidentiality, Integrity and Availability
What does OSI stand for?
Open Systems Interconnection
How many layers are in the OSI Model?
Seven layers
What is the function of OSI Layer 1 (Physical)?
Transmitting raw bits over a physical medium using electrical, optical, or radio signals.
What is the function of OSI Layer 2 (Data Link)?
Transmitting frames between devices on the same local network using MAC addresses.
What device primarily operates at OSI Layer 2?
A network switch
What is the function of OSI Layer 3 (Network)?
Routing packets between different networks using IP addresses.
What device primarily operates at OSI Layer 3?
A router
What is the function of OSI Layer 4 (Transport)?
Providing end-to-end data delivery, segmentation, reassembly, and port addressing.
Which two main protocols operate at the Transport layer?
TCP and UDP
How does TCP differ from UDP?
TCP is reliable and ordered; UDP is connectionless and faster but unreliable.
What is the function of OSI Layer 5 (Session)?
Establishing, managing, and terminating communication sessions.
What is the function of OSI Layer 6 (Presentation)?
Formatting, encrypting, compressing, and encoding data.
What is the function of OSI Layer 7 (Application)?
Providing network services directly to user applications.
What layer of the OSI Model is responsible for encryption?
Presentation Layer (Layer 6)