Font size
WorksheetsInformation Assurance and Security 1 Midterm
Total questions: 46
Worksheet time: 26mins
Which goal of cryptography is achieved by using hash functions to verify that a file has not been altered since it was created?
Confidentiality
Availability
Authentication
Integrity
What is the technical term for the scrambled, unreadable result after an encryption algorithm has been applied to the readable message?
Plaintext
Key Stream
Ciphertext
Hash
The security of a modern cryptosystem relies primarily on the secrecy and complexity of the key, even if the algorithm is publicly known. This concept aligns with:
The CIA Triad
The principle of Least Privilege
Kerckhoffs's Principle
The Bell-LaPadula Model
The Caesar Cipher is an example of which type of classical cryptographic technique?
Transposition Cipher
Substitution Cipher
Block Cipher
Stream Cipher
Classical relies on computers; Modern relies on manual methods. Which is correct?
Classical relies on computers; Modern relies on manual methods.
Classical focuses on confidentiality; Modern focuses on integrity.
Classical relies on the secrecy of the algorithm; Modern relies on the secrecy of the key.
Classical uses symmetric keys, Modern uses asymmetric keys.
Which type of encryption is defined using a single, shared secret key for both encryption and decryption?
Asymmetric Encryption
Public-Key Cryptography
Symmetric Encryption
Digital Signature
The Advanced Encryption Standard (AES) is a widely used example of which type of algorithm?
Asymmetric Algorithm
Hash Function
Symmetric Encryption Algorithm
Digital Signature Scheme
In an Asymmetric Encryption system, which key must be kept secret and is used by the owner to decrypt messages sent to them?
The Public Key
The Session Key
The Private Key
The Symmetric Key
What is the primary role of Asymmetric Encryption (e.g., RSA) in a hybrid security session?
To encrypt all bulk data because it is the most secure.
To provide the fixed-size output for hashing.
To securely distribute the faster Symmetric Session Key.
To prevent Denial of Service attacks.
A Digital Signature is created by encrypting the document's hash using the sender's Private Key. This process primarily enforces which cryptographic goal?
Confidentiality
Non-repudiation
Availability
Key Management
Which layer of the OSI Model is primarily responsible for IP addressing and routing data between different networks?
Transport Layer (Layer 4)
Data Link Layer (Layer 2)
Network Layer (Layer 3)
Application Layer (Layer 7)
Which network attack involves a malicious actor crafting IP packets with a false source address to impersonate a legitimate host?
Session Hijacking
Man-in-the-Middle (MITM)
IP Spoofing
Distributed Denial of Service (DDoS)
The main security advantage of using Subnetting to divide a network into smaller segments is to:
Encrypt all network traffic.
Isolate critical resources and limit the spread of a security breach.
Prevent all external connection attempts.
Speed up the network's packet processing.
Which device operates at Layer 2 (Data Link) and uses MAC addresses to forward traffic only to the intended recipient on the local segment?
Router
Hub
Switch
Firewall
In the TCP/IP Model, which layer is responsible for combining the Application, Presentation, and Session layers of the OSI Model?
Network Access Layer
Transport Layer
Internet Layer
Application Layer
Which type of firewall maintains a table of active sessions to ensure that only incoming traffic that is part of an established internal request is allowed back into the network?
Packet Filtering Firewall
Application Layer Firewall
A security policy states that all traffic not explicitly permitted by a firewall rule must be blocked. This is known as the:
Rule of Least Privilege
Explicit Deny Rule
Implicit Deny Rule
Stateful Inspection Rule
What is the fundamental difference between an Intrusion Detection System (IDS) and an Intrusion Prevention System (IPS)?
A. IDS is active, while IPS is passive.
B. IDS monitors and alerts, while IPS monitors and actively blocks the threat.
C. IDS uses signatures, while IPS uses anomaly detection.
D. IDS is host-based, while IPS is network-based.
Which detection method relies on establishing a baseline of normal network behavior and flags traffic that deviates significantly from that norm?
Anomaly-Based Detection
Signature-Based Detection
Packet Filtering
Stateful Inspection
A security system correctly identifies and blocks a malicious packet based on its comparison to a known virus signature in a database. This is an example of:
Anomaly-Based Detection
Signature-Based Detection
False Positive
Implicit Deny
A sender calculates a message digest (hash) of a contract and sends both the contract and the digest. The receiver calculates a digest of the received contract and compares it to the sent digest. If the two digests match, which security goal is primarily verified?
Confidentiality
Non-repudiation
Integrity
Authentication
An attacker obtains a long string of ciphertext encrypted using a simple Caesar Cipher. The most effective way to break this cipher, rather than brute-forcing 25 possible keys, is to look for common letter patterns (e.g., 'e', 't', 'a'). This cryptanalytic technique is known as:
Brute-force key search
Ciphertext-only attack
Dictionary attack
Frequency Analysis
An algorithm takes the original password 'SECRET' and uses a secret password ('KEY1') to produce the scrambled output 'XTYZAB'. In this process, the original password 'SECRET' is referred to as the:
Ciphertext
Plaintext
Key
Hash Value
Alice wants to send a large 1GB file securely to Bob. To maximize speed and ensure security, Alice encrypts the file with a newly generated AES Key, and then encrypts the AES Key itself using Bob's Public Key. What term describes this two-tiered approach to secure communication?
Bell-LaPadula Model
Hybrid Cryptosystem
Symmetric-only Scheme
Vigenère Cipher
A recipient verifies a digital signature using the sender's Public Key and successfully recovers the original hash value. What two conclusions can the recipient immediately draw based on this successful verification?
The message is confidential, and the key is strong.
The sender's private key was not used, and the integrity is verified.
The message was signed by the holder of the Private Key (Authentication/Non-repudiation) and has not been tampered with (Integrity).
The symmetric key used for the session is secure, and the file is small.
A system administrator needs to choose a key generation method for a device that has very limited processing power (e.g., an IoT sensor), but still requires high security (equivalent to a 2048-bit RSA key). Which asymmetric algorithm is the best choice due to its efficiency with smaller key sizes?
DES
RSA
AES
ECDSA
An attacker is attempting to sniff all network traffic between two workstations on the same local segment. The most effective way to mitigate this threat is to ensure the network uses a Switch instead of a Hub. Why?
The Switch encrypts all Layer 3 data.
The Switch operates at Layer 3 and blocks all unauthorized IP addresses.
The Switch operates at Layer 2 and directs frames only to the intended MAC address, preventing other hosts from receiving the data.
The Switch automatically implements an IDS.
A company decides to use Subnetting to separate its Finance department computers from its Guest Wi-Fi network. What is the primary security outcome of this action?
Ensures confidentiality using encryption.
Limits the scope of a breach (e.g., if the Guest Wi-Fi is compromised, attackers cannot directly access the Finance subnet).
Guarantees non-repudiation for all internal communications.
Makes the network entirely immune to IP Spoofing.
A security analyst observes a high volume of packets arriving at the server with a false source IP address, causing the system to send response packets to an unintended victim. This activity is a hallmark of which network protocol vulnerability?
Man-in-the-Middle (MITM)
IP Spoofing
Session Hijacking
ARP Poisoning
A firewall receives a packet that attempts to connect to port 80 (HTTP) from the external network to an internal server. The firewall rule set has rules explicitly allowing all internal traffic, but no rule explicitly permits external port 80 traffic. The packet is blocked. Which firewall concept resulted in the block?
Explicit Deny Rule
Anomaly Detection
Implicit Deny Rule
Signature Match
An organization deploys a security device that detects a known malware signature in a file transfer and immediately terminates the connection, preventing the file from reaching the internal host. This action was taken by a(n):
Packet Filtering Firewall
Intrusion Prevention System (IPS)
Application Layer Firewall
Intrusion Detection System (IDS)
A newly implemented IDS system begins flagging network usage as "high-risk" because a specific server is sending 50% more data than its historical average, even though no known malicious signatures were found. This detection mechanism is best categorized as:
Signature-Based Detection
Anomaly-Based Detection
Stateful Inspection
Packet Filtering
A company implements a Stateful Inspection Firewall to control Layer 4 ports and an IPS using Signature-Based detection. The IPS fails to block a brand new, never-seen-before zero-day SYN Flood variant which successfully exploits the TCP handshake vulnerability. Which combination of concepts is relevant to the failure to block this attack? (3pts.)
The IDS/IPS failed because it relied on Anomaly-Based Detection (Week 8) instead of Symmetric Encryption (Week 6).
The Firewall failed because it only operated at the Application Layer (Week 7) and required a stronger Hash Function (Week 6).
The attack successfully bypassed the Signature-Based Detection (Week 8) because the zero-day attack had no known signature (Week 8), and the Stateful Firewall (Week 8) was vulnerable to attacks exploiting the TCP handshake (Week 7).
The failure was due to a weak Caesar Cipher (Week 5) used in the IP Addressing scheme (Week 7).
Evaluation of Modern Ciphers: A major defense contractor is developing a new encryption standard. Following Kerckhoff's Principle, which of the following scenarios poses the greatest security risk to the new cipher?
The cipher uses a 2048-bit key, which is considered computationally strong.
The plaintext is revealed to a third party after the decryption process.
The detailed mathematical procedure (algorithm) for encryption and decryption is leaked to the public.
The user reuses the same short key for multiple different messages.
(Evaluation: Kerckhoffs's Principle states the algorithm is assumed public; security relies on the key. A short, reused key is the fundamental point of failure, independent of the algorithm's secrecy.)
Justification of Classical Ciphers: Why is the Vigenère Cipher fundamentally more resilient to basic cryptanalysis (like frequency analysis) than the simple Caesar Cipher?
Vigenère uses a complex one-time pad (OTP) approach.
Vigenère is polyalphabetic; it uses multiple shifting alphabets determined by a keyword, masking the true frequency of individual letters.
Vigenère is a transposition cipher, which is immune to frequency analysis.
Vigenère uses a much longer key length (56-bit vs. 26-bit).
Synthesis of Cryptographic Goals: The primary role of the Key in combination with an encryption Algorithm is to transform Plaintext into Ciphertext. What security goal is directly achieved by the success of this transformation?
Integrity
Non-repudiation
Confidentiality
Availability
Evaluation of Hybrid Cryptosystems: A global CDN (Content Delivery Network) must send terabytes of data daily while ensuring confidentiality. A pure Asymmetric Encryption system is ruled out for data transfer. What is the most critical reason for this exclusion?
Asymmetric algorithms do not support the Integrity goal.
Asymmetric encryption (e.g., RSA) is computationally too slow to encrypt large volumes of bulk data.
Asymmetric encryption is vulnerable to IP spoofing attacks.
Asymmetric encryption uses too many different keys, leading to key management failures.
Synthesis of Non-repudiation: A digital signature provides non-repudiation because the signer uses their Private Key to encrypt the document's hash. If the signer were to later deny sending the document, why would this defense fail in court?
Because the symmetric key was weak and could have been easily compromised.
Because the Public Key is publicly available.
Because only the signer should have exclusive control over the Private Key, linking the signing action irrefutably to them.
Because the document's plaintext was revealed before decryption.
Justification of Algorithm Choice: Why did the US government replace the Data Encryption Standard (DES) with the Advanced Encryption Standard (AES) as the standard symmetric cipher?
DES was too slow for modern computers.
DES was vulnerable to brute-force attacks due to its short key length.
AES is easier to implement in hardware.
AES is based on public-key cryptography.
Evaluation of Network Controls: A Network Administrator uses Subnetting to isolate the company's critical database servers from the rest of the network. They then configure the Router’s ACLs to only allow traffic from specific management workstations to that subnet. Which level of defense is the subnetting providing, and which is the ACL providing?
A. Subnetting provides confidentiality; ACLs provide integrity.
B. Subnetting provides encryption; ACLs provide hashing.
C. Subnetting provides logical network segmentation/isolation; ACLs provide granular packet filtering/access control.
D. Subnetting provides MAC addressing; ACLs provide port numbers.
Evaluation of Protocol Vulnerabilities: The Telnet protocol sends user login credentials over the network in plaintext (unencrypted). Which core security goal is directly violated by this protocol vulnerability?
A. Integrity
B. Non-repudiation
C. Confidentiality
D. Availability
Justification of Layering: A modern Firewall makes its access decisions based on the IP address (Layer 3) and the Port Number (Layer 4). Why is it functionally necessary for this critical security device to operate across multiple layers of the OSI model?
To ensure the firewall can encrypt data (Layer 6).
To utilize MAC addressing (Layer 2) for advanced filtering.
To match an incoming packet to a specific host (IP) and a specific application/service (Port Number) simultaneously.
To manage the TCP/IP connection state (Layer 4).
A high-security government network is concerned about internal espionage using highly novel malware that has never been seen before. The security team decides to prioritize an Anomaly-Based Detection system over a Signature-Based Detection system. What is the most likely justification for this decision?
A company's security policy requires that any detected external network attack must be immediately and automatically stopped, without waiting for human intervention. Which security system is mandatory to meet this requirement?
Stateful Inspection Firewall
Intrusion Prevention System (IPS)
Intrusion Detection System (IDS)
Application Layer Firewall
Synthesis of Firewall State: A hacker sends a sequence of random packets to an internal server without first initiating a proper three-way handshake. A Packet Filtering Firewall might allow these packets, but a Stateful Inspection Firewall would drop them. Why?
The Stateful Firewall does not find a corresponding entry for a legitimate, established session in its state table and deems the traffic unauthorized.
The Stateful Firewall detects a known virus signature.
The Packet Filter detects a violation of the Implicit Deny rule.
The Packet Filter cannot operate at Layer 4.
Comprehensive Scenario Analysis: A critical database server storing AES Keys is placed on its own dedicated Subnet and is protected by a Stateful Inspection Firewall. How does this layered defense strategy best protect the Confidentiality of the keys?
The Stateful Firewall actively encrypts all AES keys before storage.
Subnetting prevents the server from using weak symmetric algorithms.
Subnetting isolates the server from general threats, while the Stateful Firewall restricts external access, ensuring only legitimate, authorized connections can transmit the keys, thus protecting confidentiality.
The Firewall uses Anomaly Detection to check for the Caesar Cipher.
