Which of the following is a common method to protect against phishing? MCQ with Answer and Explanation

Which of the following is a common method to protect against phishing?
A. Replying to all emails with personal information
B. Ignoring all security warnings
C. Opening all email attachments
D. Verifying the legitimacy of emails before clicking links
Answer: Option D
Solution (By JKExamLibrary)
Verifying the legitimacy of emails, checking sender addresses, and avoiding suspicious links are key methods to protect against phishing.

This question belongs to: Computer Cyber Security

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1 Report Error
Which type of antivirus detection strategy analyzes an unverified program's instruction codes for malicious traits, helping it flag new threats even if the file hash is missing from standard databases?
A. Static Signature Masking
B. Heuristic Analysis / Behavioral Monitoring
C. Database Static Lookup
D. Cryptographic Indexing

Correct Answer: Option B


Explanation:
Heuristic analysis checks software patterns and rules of behavior to detect unknown zero-day malware variants that lack established signature profiles.

This question belongs to: Computer Cyber Security
Question #2 Report Error
Which of the following is a type of malware that disguises itself as legitimate software to trick users?
A. Virus
B. Ransomware
C. Trojan Horse
D. Worm

Correct Answer: Option C


Explanation:
A Trojan Horse is a type of malware that masquerades as a legitimate program to deceive users into installing it.

This question belongs to: Computer Cyber Security
Question #3 Report Error
Which of the following is a method to prevent SQL injection attacks?
A. Using strong passwords
B. Using a firewall
C. Installing antivirus
D. Using parameterized queries

Correct Answer: Option D


Explanation:
Parameterized queries are a programming technique that prevents SQL injection by treating user input as data, not as part of the SQL command.

This question belongs to: Computer Cyber Security