InfoSec Flashcards
What is a security plan?
A plan that identifies and organizes the security activities for a system/organization
What is risk analysis?
A systematic investigation of the system, its environment, and what might go wrong
What is a security policy?
A security policy is a document that defines how an organization deals with some aspect of security.
What is a plan maintenance?
A plan that specify the order which controls are to be implemented.
What is a business continuity plan?
A (business) continuity plan documents how a business will continue to function during or after a computer security incident
What is a Incident response?
Tells the staff how to deal with a security incident
What is ISO/IEC 27005 about?
Information Security Risk Management (ISRM)
What is ISO 31000 about?
(general) Risk Management (RM) (principles and guidelines)
What is risk management?
Coordinated activities to direct and control an organization with regard to risk
What is risk assessment?
Overall process of risk identification, risk analysis and risk evaluation
What is risk identification?
process of finding, recognizing and describing risks
What is risk evaluation?
process of comparing the results of risk analysis with risk criteria to determine whether the risk and/or its magnitude is acceptable or tolerable
What does “Level of risk” mean?
magnitude of a risk expressed in terms of the combination of consequences and their likelihood
What does “residual risk” mean?
risk remaining after risk treatment
What does vulnerability mean?
Weakness of an asses or control that can be exploited by one or more threats
What does threat mean?
potential cause of an unwanted incident, which may result in harm to a system or organization
What is ISO?
the process to comprehend the nature of risk and to determine the level of risk
What is Risk analysis?
Organized process for identifying the most significant risks in a computing environment, determining the impact of those risks, and weighing the desirability of applying various controls against those risks
What is management systems?
A management system is a “set of interrelated or interacting elements of an organization to establish policies and objectives and processes to achieve those objectives” (ISO/IEC 27000:2014)
What is cyber terrorism?
The use of computers to launch a terrorist attack
What is an Economic attack?
An attack that causes economic damage.
What is cryptanalysis?
the study of methods for breaking ciphertext
What is cryptography?
the use and practice of cryptographic techniques
What is cryptology?
the study of both cryptography and cryptanalysis
What is plaintext/cleartext, P?
The original form a message
What is ciphertext/cyphertext, C?
encrypted version of a message
What is a Cipher?
a pair of cryptographic algorithms, e.g., a mathematical function used for encryption and one for decryption
What is the cryptosystem in formal notation?
P = D(E(P))
What is an encryption algorithm?
A set of rules of how to encrypt plaintext and how to decrypt the ciphertext
What is a symmetric cryptosystem?
- Encryption and decryption keys are the same
- Provide a two-way channel to their users
- If the key is kept secret for a pair - the system also provides authentication proof
- If the secret key is compromised, the adversary can decrypt all traffic and produce fake messages
What is an Asymmetric cryptosytem?
*One key for encryption and another key for decryption
* Keys come in pairs
* A decryption key, KD, inverts the encryption of key KE so that:
* P = D(KD, E(KE,P))
* Also called public key
What is a Stream cipher?
- Each bit/byte of the data stream is encrypted separately (low diffusion)
- Fast and encryption can take place as soon as data is read
- If errors occur, only bit/byte is affected
- Susceptible to malicious insertions and modifications
What is a block cipher?
- Encrypts a group of plaintext symbols as a single block (typically 64, 128, 256 bits or
more) (high diffusion) - Slower process, the last block needs to be padded, and an error affects more bytes
- Impossible to insert a single symbol into one block
What is The Data Encryption Standard (DES)?
- Symmetric block cipher
- Encryption and decryption algorithms are public but the design principles are classified
- Used fixed 56 bits (short) key
- Is considered insecure and was deprecated in 2017
What is The Advanced Encryption Standard (AES)?
- A replacement for DES
- Symmetric, block cipher (128) bits
- Three different key lengths: 128, 192, and 256 bits
What is the de-facto encryption standard today?
AES
- Used in e.g., WPA2, IPsec, WhatsApp, Telegram… and in hardware such as Intel & AMD processors
What is Rivest-Shamir-Adelman (RSA)?
- Asymmetric block cipher
- Public key system (i.e., one private and one public key)
- Long keys (1024-4096 bits)
- Slow algorithm
What is the Diffie-Hellman key exchange protocol?
A way in which a public channel can be used to create a confidential shared key
How does the Diffie-Hellman key exchange work?
- First agree on an arbitrary staring key
- Then pick a private key
- Mix the (public) starting key with the secret key
- Exchange the keys with each other
- Mix the other shared key with their own secret key
What is error detecting codes?
A fast and reliable way of finding out if an error in a transmission have happened
Name some simple error detecting codes?
- Parity checks
- Cyclic redundancy checks
Name some cryptographic error detecting codes?
- One-way hash functions
- Cryptographic checksums
- Digital signatures
What’s in Shannon’s characteristics of good ciphers?
- The amount of secrecy needed should determine the amount of labor appropriate for the encryption and decryption
- The set of keys and the enciphering algorithm should be free from complexity
- The implementation of the process should be as simple as possible
- Errors in ciphering should not propagate and cause corruption of further information in the message
- The size of the enciphered text should be no larger than the text of the original message
What is Interception?
Unauthorized viewing
CIA: Confidentiality
Network security examples: Eavesdropping or wiretapping
What is Modification?
Unauthorized change
CIA: Integrity
Network security examples: Integrity failures - insertion
What is Fabrication?
Unauthorized creation
CIA: Integrity
Network security examples: Integrity failures - replay
What is Interruption?
Preventing authorized access
CIA: Availability
Network security examples: DoS/DDoS
What vulnerabilities is there to Wi-Fi?
- It’s prone to eavesdropping
- Shared media = easy insertion and easy disruption (DoS)
What is the standard Wireless protocol?
WPA2/802.11i