What term describes exploiting a previously unknown software vulnerability before the developer has released a fix?
Correct answer: B
A zero-day exploit targets a vulnerability unknown to the vendor, before any patch is available.
0 correct out of 0 attempted (0%)
Correct answer: B
A zero-day exploit targets a vulnerability unknown to the vendor, before any patch is available.
Correct answer: A
Social engineering manipulates human psychology to trick people into divulging confidential information.
Correct answer: D
Unauthorized or insider threats involve individuals deliberately exceeding legitimate access to compromise data.
Correct answer: B
A data breach occurs when sensitive or protected information is accessed or exposed without authorization.
Correct answer: D
Antivirus software scans for, quarantines, and removes malicious programs from a computer.
Correct answer: D
Signature-based detection identifies malware by matching it against a database of known malware signatures.
Correct answer: B
Heuristic (behavioral) analysis examines behavior or code patterns to detect new or unknown malware.
Correct answer: A
Sandboxing isolates and runs suspicious programs in a controlled environment to observe behavior without risk.
Correct answer: A
A firewall filters network traffic according to defined security rules, blocking unauthorized access.
Correct answer: A
An IDS monitors network traffic for suspicious activity and generates alerts, without necessarily blocking traffic.
Correct answer: A
An IPS actively detects and blocks malicious traffic in real time, unlike an IDS which only alerts.
Correct answer: B
Simple, commonly used passwords like '123456' or 'password' are among the easiest for attackers to guess.
Correct answer: A
A password manager securely stores and generates unique passwords, requiring only a single master password to access.
Correct answer: B
Two-factor (or multi-factor) authentication requires a second, independent verification method beyond just a password.
Correct answer: D
Biometric authentication verifies identity using unique physical traits like fingerprints or facial recognition.
Correct answer: A
Fingerprint recognition identifies individuals based on the unique ridge patterns on their fingers.
Correct answer: B
Facial recognition identifies individuals by analyzing distinctive facial features.
Correct answer: C
Iris scanning identifies individuals using the unique patterns found in the colored part of the eye.
Correct answer: A
Encryption transforms readable data into a coded, unreadable form to protect it from unauthorized access.
Correct answer: D
Decryption converts encrypted ciphertext back into its original, readable plaintext form.
Correct answer: B
Symmetric encryption uses one shared key for both the encryption and decryption processes.
Correct answer: B
Asymmetric encryption uses a public key to encrypt and a corresponding private key to decrypt data.
Correct answer: D
Hashing produces a fixed-length output used mainly to verify data integrity; unlike encryption, it isn't meant to be reversed.
Correct answer: A
A digital certificate verifies identity and enables secure, encrypted communications, such as HTTPS connections.
Correct answer: B
A Certificate Authority (CA) is a trusted entity that issues and verifies digital certificates.