Font size
WorksheetsUNIT 4 MCQ QUESTIONS - Cryptography and Network Security
Total questions: 100
Worksheet time: 50mins
A secure email system combines confidentiality, integrity, and availability. If a system provides only 2 out of these 3 features, how many core principles of CIA triad are violated?
3
2
1
4
A security analyst finds that 12 out of 80 emails in a batch were spoofed. What is the spoofing rate (in percentage)?
13
21
15
40
An attacker sends 300 phishing emails, 45 of which are clicked by users. What is the click-through rate of this phishing campaign?
15
20
10
45
An organization uses 2048-bit RSA keys for email encryption. If the same organization decides to use a symmetric key equivalent, what should be the key length (in bits) approximately?
213
200
112
520
A secure email protocol encrypts both header and body, which results in a 25% increase in message size. What is the final size of a 4 KB email after encryption?
5
2
1
4
An organization uses an email filter that successfully blocks 920 out of 1000 spam messages. What is its spam blocking accuracy (in percentage)?
86
92
17
64
If an encrypted email system introduces a 60 ms delay per email due to cryptographic processing, how long will it take (in seconds) to process 1000 emails?
30
10
20
60
A company processes 10,000 emails per hour. If 5% of them are infected with malware, how many emails per hour must be quarantined?
300
250
500
400
An attacker forges an email identity using a compromised SMTP server. If it takes 7 seconds per message and they send 360 messages, how long (in minutes) does the whole operation take?
24
32
11
42
If an email encryption system uses a 256-bit key and a message digest of 512 bits, what is the combined bit-length of both operations?
768
289
431
460
During a penetration test, 120 spoofed emails were sent, and only 18 were marked as “suspicious” by the email client. What is the detection rate in percentage?
81
15
24
30
An email security gateway reports 99.8% accuracy. Out of 5000 messages, how many were misclassified?
10
28
30
55
An email system employs SSL/TLS to protect communication. However, an attacker manages to intercept and replay previously sent encrypted messages to a recipient. Which security property is primarily compromised here?
Confidentiality
Integrity
Availability
Freshness
A company uses SPF and DKIM to verify incoming emails. An email passes SPF but fails DKIM validation. What is the most likely implication?
The email sender’s IP is unauthorized, so message is spam.
The message integrity may be compromised.
The email is encrypted end-to-end.
The recipient mailbox is full.
Why is the Simple Mail Transfer Protocol (SMTP) vulnerable to spoofing attacks?
It does not authenticate sender identity.
It encrypts messages end-to-end.
It only supports POP3 clients.
It uses too many encryption layers.
In email security, which of the following techniques primarily prevents unauthorized modification of an email’s content during transit?
Digital signatures
Symmetric encryption
Virus scanning
Spam filtering
A user receives an email claiming to be from their bank, asking for password reset via a link. Which security attack is this an example of?
Phishing
Man-in-the-middle
Replay attack
Brute force
Which layer of the Internet protocol stack is primarily responsible for email delivery?
Application layer
Network layer
Data Link layer
Physical layer
An email system employs both encryption and hashing. Which combination of security goals do these techniques achieve?
A. Confidentiality and integrity
B. Availability and confidentiality
C. Integrity and availability
D. Confidentiality and availability
Why is end-to-end encryption critical in secure email systems?
It ensures only sender and recipient can read the message.
It enables faster email delivery.
It reduces server storage requirements.
It provides public key distribution.
Which type of email attack exploits software vulnerabilities to automatically forward emails without user consent?
Email worm
Spoofing
Phishing
Replay attack
A company notices a surge in emails claiming to be from their domain but sent by unauthorized users. What technique can they implement to reduce this spoofing?
DKIM and SPF records
POP3 and IMAP
Virus scanning
SMTP without TLS
A digital signature is verified using the sender’s public key. Which property does this guarantee?
The message was encrypted by the sender.
The message was sent by the claimed sender and was not altered.
The message is unreadable to anyone except the sender.
The message is virus-free.
Why might relying solely on encryption fail to protect against replay attacks in email?
Encryption doesn’t prevent message replay or duplication.
Encryption is too slow.
Encryption alters message content.
Encryption prevents email delivery.
Which email security feature helps ensure the sender cannot deny sending an email?
Non-repudiation via digital signatures
Confidentiality through encryption
Spam filtering
Virus scanning
An email is sent with an encrypted body but an unencrypted subject line. What potential risk remains?
Exposure of sensitive metadata
Loss of confidentiality for the body
Email won’t be delivered
Digital signature becomes invalid
Which protocol extends SMTP to allow message submission and authentication for outgoing email?
SMTP AUTH
POP3
IMAP
DNS
You receive an email with a suspicious “Received” header showing multiple unknown relay servers from foreign IP addresses. What does this most likely indicate?
The email was sent via a secure corporate server.
The email passed through unauthorized intermediate relays (open relays).
The email is encrypted end-to-end.
The email was blocked by spam filters.
The “From” field in an email header shows a trusted domain, but the “Reply-To” field contains a different, unknown domain. What security risk does this pose?
Message integrity attack
Phishing or social engineering attack to redirect replies
Virus infection
Email delivery failure
In an email header, the “Message-ID” field is identical for two distinct emails received several days apart. What can this duplication imply?
Emails are duplicates or part of a replay attack.
The emails are encrypted.
The emails come from different senders.
The emails are filtered as spam.
An email header includes the following line: DKIM-Signature: v=1; a=rsa-sha256; d=example.com; s=selector1;. What does the s=selector1 indicate?
The signature algorithm used.
The subdomain or key selector used to locate the DKIM public key.
The recipient domain.
The encryption method.
How does the “Received” header help in forensic email analysis?
It tracks the path and time taken by the email across servers.
It encrypts the email body.
It verifies sender identity.
It scans for malware.
If an email header shows “X-Originating-IP” as a private IP (e.g., 192.168.x.x), what can be inferred?
The email was sent from inside a private network.
The email is spam.
The email was encrypted.
The email is blocked.
Why is the “Return-Path” header important in email delivery?
It specifies the bounce address for delivery failures.
It shows the sender’s public key.
It encrypts the email.
It authenticates the sender.
Assertion (A): The “Subject” header can be used to filter spam effectively. Reason (R): The “Subject” is always encrypted and verified in email headers.
A and R are true, and R explains A.
A and R are true, but R does not explain A.
A is true, R is false.
Both A and R are false.
An email header shows multiple “Received” fields. Which “Received” header is closest to the original sender?
The first “Received” header from the top
The last “Received” header at the bottom
The one with the largest IP address
None of the above
An email’s “Content-Type” header is set to “text/html” instead of “text/plain.” What security risk might this pose?
HTML emails can contain scripts that lead to phishing or XSS attacks.
Text/plain emails are always spam.
HTML emails cannot be encrypted.
Text/html disables attachments.
You notice an email header with “Authentication-Results: fail (spf)”. What does this mean?
The sender IP is not authorized to send emails for the domain.
The email is encrypted.
The recipient rejected the email.
The email is spam.
Which header can reveal the mail client software used to send the email?
User-Agent or X-Mailer
Received
DKIM-Signature
Content-Type
An attacker modifies an email header to hide the original sender IP address. Which header field is most likely targeted?
Received
Subject
To
Message-ID
An email claims to come from your CEO but the “Reply-To” header directs replies to an unknown external email address. What kind of attack is this?
CEO fraud or Business Email Compromise (BEC)
Spam attack
Replay attack
Virus infection
The “X-Spam-Status” header in an email show “No, score=4.0 required=5.0”. What does this indicate about the email?
It is likely not spam, as score is below threshold.
It is spam.
The email is encrypted.
The email failed DKIM.
PGP encrypts a message by first compressing it, then encrypting the compressed data with a session key, which is itself encrypted with the recipient’s public key. Why is compression done before encryption?
To increase the entropy and strengthen encryption
To reduce the size and remove redundancy before encryption
To simplify key management
To speed up public key encryption
In PGP, the digital signature is created by:
Encrypting the entire message with the sender’s private key
Hashing the message and encrypting the hash with the sender’s private key
Encrypting the message digest with the recipient’s public key
Hashing the message only
Which of the following is NOT a feature provided by PGP?
Confidentiality
Authentication
Non-repudiation
Virus scanning
When Bob receives a PGP message from Alice, what keys does he use to decrypt the message?
His private key and Alice’s public key
Alice’s private key and Bob’s public key
Bob’s private key and the session key encrypted by Bob’s public key
Only Bob’s public key
Assertion (A): PGP uses both symmetric and asymmetric encryption to balance security and performance. Reason (R): Symmetric encryption is faster but key distribution is challenging, asymmetric encryption is slower but simplifies key distribution.
A. A and R true, R explains A
B. A and R true, R doesn’t explain A
C. A true, R false
D. A false, R true
In PGP, what is the purpose of the “Web of Trust”?
Centralized Certificate Authority (CA) system
Decentralized trust model based on user key signatures
Symmetric key exchange protocol
Virus detection method
Which hash algorithm is commonly used by PGP for message digest?
SHA-256
MD5
SHA-1
DES
What does PGP do if the recipient’s public key is not found during encryption?
Encrypts using symmetric encryption only
Fails to encrypt the session key, causing encryption failure
Generates a new key automatically
Uses sender’s public key instead
If a PGP message contains a 2 KB compressed message encrypted by a 128-bit symmetric session key, how many bits is the key?
128 bits
64 bits
256 bits
512 bits
What is the significance of "Key ID" in PGP key management?
It identifies a specific public/private key pair uniquely.
It is used as a password.
It encrypts the message digest.
It represents the message hash.
Why is PGP considered vulnerable if the private key is compromised?
The attacker can decrypt all messages encrypted with that public key.
The attacker can generate new public keys.
The attacker can send emails only.
No vulnerabilities arise.
How does PGP ensure message integrity?
By encrypting the message twice
By creating a message digest and signing it digitally
By using a passphrase
By sending the message over a secure channel
Alice sends a signed and encrypted message to Bob using PGP. Bob finds the signature invalid. What could be the reason?
Alice’s private key was compromised
Message was altered during transit
Bob’s public key is outdated
Both A and B
Which of the following is TRUE about PGP key revocation?
Keys cannot be revoked once published.
Revocation certificates allow users to revoke compromised keys.
Revocation only happens automatically.
Only the recipient can revoke keys.
In PGP, what is the role of a session key?
To encrypt the entire email using symmetric encryption
To sign the message
To verify the sender’s identity
To decrypt the message digest
S/MIME provides email security by combining encryption and digital signatures. Which standard is primarily used for the digital signature in S/MIME?
RSA
AES
SHA-256
DES
In S/MIME, what format is used to bundle the signed and encrypted message along with certificates?
MIME Multipart
PKCS#7 (Cryptographic Message Syntax)
XML Signature
JSON Web Token
Assertion (A): S/MIME encrypts the entire email content including attachments. Reason (R): S/MIME uses symmetric encryption for the message and asymmetric encryption for the session key.
A. A and R true, R explains A
B. A and R true, R doesn’t explain A
C. A true, R false
D. Both false
How does S/MIME handle certificate validation to establish trust?
Trusts any certificate presented by the sender
Validates the sender’s certificate against a trusted Certificate Authority (CA) chain
Uses a Web of Trust model like PGP
Does not validate certificates
Which of the following is NOT supported by S/MIME?
Message encryption
Digital signatures
Virus scanning
Certificate-based authentication
What does S/MIME use to generate the symmetric session key used to encrypt the message body?
Random key generated by the sender’s device
Recipient’s private key
Sender’s public key
A fixed key shared among users
An email message encrypted using S/MIME is 10 MB. If the symmetric encryption algorithm used has a block size of 128 bits and the padding adds 8 bytes, what is the approximate size of the encrypted message in MB?
Approximately 10.095 MB
Approximately 10.0095 MB
Approximately 10.95 MB
Approximately 10.0095 MB
Which certificate format does S/MIME typically use for certificates?
PEM (Privacy-Enhanced Mail)
DER (Distinguished Encoding Rules)
PFX/P12 (Personal Information Exchange)
All of the above
If an S/MIME-encrypted email is sent to a recipient whose public key certificate is expired, what happens?
The email is encrypted normally
The sender is notified of an invalid certificate and encryption may fail
The message is sent without encryption
The sender’s private key is used instead
Which of the following best describes S/MIME’s method to prevent email spoofing?
Encrypting only attachments
Using digital signatures validated by trusted CAs
Sending emails via secured SMTP only
Adding random noise to the message content
68. Assertion (A): S/MIME allows multiple recipients to be encrypted with the same message content. Reason (R): S/MIME encrypts the session key separately for each recipient’s public key.
A. A and R true, R explains A
B. A and R true, R doesn’t explain A
C. A true, R false
D. Both false
A limitation of S/MIME compared to PGP is:
It relies on centralized certificate authorities.
It does not support email encryption.
It is not compatible with any email clients.
It is less secure than PGP.
When an S/MIME email is digitally signed, what does the recipient use to verify the signature?
The sender's public key certificate
The sender's private key
The recipient's private key
A symmetric session key
What encryption algorithms are commonly used in S/MIME for symmetric encryption?
A. AES, 3DES
B. RSA only
C. MD5 and SHA-1
D. Diffie-Hellman
An organization uses S/MIME to secure emails. A recipient receives a message but cannot open it because the client says the certificate is not trusted. What is a probable cause?
The recipient's certificate expired
The sender's certificate is not issued by a trusted CA in the recipient's trust store
The message was corrupted
The sender forgot to encrypt the message
An email filtering system uses Bayesian spam filtering, which calculates the probability that an email is spam based on the presence of certain words. If the word "free" appears in 80% of spam emails and 10% of legitimate emails, how does the presence of "free" affect the spam probability?
Increases spam probability significantly
Decreases spam probability
Has no effect on spam probability
Makes the email definitely spam
In a machine learning-based spam detection system, which of the following features is least likely to improve classification accuracy?
Frequency of suspicious keywords
Length of email body
Sender's IP address reputation
Number of images in the email signature
75. Assertion (A): Email spam detection systems often use blacklists to block known spam IP addresses. Reason (R): Blacklists are dynamic and updated frequently to include new spammers.
A. A and R true, R explains A
B. A and R true, R does not explain A
C. true, R false
D. Both false
Why is it difficult for spam filters to detect phishing emails that mimic legitimate business communications?
They use random words
They closely replicate formatting and language of legitimate emails
They are always encrypted
They only use images
Which of the following is an example of a false positive in spam detection?
A spam email classified as legitimate
A legitimate email classified as spam
An email that is neither spam nor legitimate
An email deleted without classification
A spam filter classifies 1200 emails. 100 are spam, and it correctly identifies 90 spam emails. What is the real rate of the spam filter?
0.8
0.9
0.5
0.7
What is the primary purpose of the SPF (Sender Policy Framework) record in combating spam?
To encrypt emails
To authenticate sender IPs authorized to send mail on behalf of a domain
To filter images in emails
To blacklist IP addresses
Assertion (A): Content-based spam filters analyze email headers and body text to detect spam. Reason (R): Content-based filters rely solely on sender IP reputation.
A and R true, R explains A
A and R true, R does not explain A
true, R false
Both false
An email filter uses a Support Vector Machine (SVM) trained on features extracted from email text. What is the role of the kernel function in SVM?
To reduce dimensionality of the data
To transform data into a higher-dimensional space to make it linearly separable
To remove irrelevant emails
To encrypt data for privacy
Which of the following is a disadvantage of rule-based spam filtering systems?
They adapt well to new spam trends
They require frequent manual updates to rules
They have no false positives
They use machine learning
A company notices many phishing emails bypassing their spam filter. Analysis shows most phishing emails spoof the sender address of trusted contacts. What technical control can help mitigate this?
Use DKIM and DMARC email authentication protocols
Block all emails with attachments
Disable external email access
Increase mailbox size
In a spam classification task, if the precision is 0.95 and the number of true positives is 190, how many false positives did the system classify?
10
13
5
8
WPA2 is a security protocol used to provide users and firms with strong data security and protection for their networks to give them confidence that only authorized users can access their network.
Ethernet
Bluetooth
Wi-Fi
Extensible authentication protocol is authentication framework frequently used in ______
Wired personal area network
Wireless networks
Wired local area network
Wired metropolitan area network
PGP is an encryption method used _____ to encrypt and decrypt the content of an e-mail transmitted over the internet. It makes sure that the message cannot be stolen by other unauthorized users.
Browser security
Email security
FTP security
WiFi security
In a ____, the attacker won’t let the victims access the network by using a certain method that ensures that an essential network resource is unavailable to the victim. The methods that the attacker can use are vulnerability attack, bandwidth flooding and connection flooding.
Denial-of-service attack
Virus attack
Worms attack
Botnet process
IPSec is a set of protocols used to provide authentication, data integrity and confidentiality between two machines in an IP network. In the TCP/IP model, it provides security at the ______
Transport layer
Network layer
Application layer
Session layer
When a DNS server accepts and uses incorrect information from a host that has no authority giving that information, then it is called
DNS lookup
DNS hijacking
DNS spoofing
DNS authorizing
Which authentication protocol is commonly used for securing internet communication, providing secure and encrypted connections?
OAuth
SSL/TLS
Kerberos
LDAP
X.509 Digital Certificates are used for ____, ensuring that the communication parties are who they claim to be.
Message integrity
Authentication
Authorization
Access Control
Which access control mechanism grants or denies access based on the user’s identity and their permissions?
Discretionary Access Control (DAC)
Mandatory Access Control (MAC)
Role-Based Access Control (RBAC)
Attribute-Based Access Control (ABAC)
An ip address which is 32 bits long, that means it is of 4 bytes and is composed of a network and host portion and it depends on address class. The size of the ____ depends upon the class of the address in classful IP addressing.
only network address
only host address
network address & host address
network address & MAC address
A ____ also called as VCID (virtual circuit identifier) is a type of identifier which is used to distinguish between several virtual circuits in a connection oriented circuit switched network. Each virtual circuit is used to transfer data over a larger packet switched network.
full source and destination address
a short VC number
only source address
only destination address
Spanning tree protocol (STP) is a network protocol that creates a loop free logical topology for ethernet networks. It is a layer 2 protocol that runs on bridges and switches. The main purpose of STP is to ensure that you do not create loops when you have redundant paths in your network.
spanning tree
spider structure
spider tree
special tree
Internet Control Message Protocol is used by networking devices to send ____ and operational information indicating a host or router cannot be reached. ICMP operates over the IP packet to provide error reporting functionality as IP by itself cannot report errors.
error and diagnostic functions
addressing
forwarding
routing
For each ______ the Kerberos Key Distribution Center (KDC) maintains a database of the realm’s principal and the principal’s associated “secret keys”.
key
realm
document
image
KDC uses the client’s secret and the server’s secret to construct _____ which allows the client and server to mutually authenticate each other, while keeping the secrets hidden.
ticket
local
token
user
Linux systems can store Kerberos authentication keys for a service principal in ______ files.
Client
Server
keytab
User
