Which antivirus analysis protocol examines an unverified application’s structural code commands for suspicious traits or potential threats, even if that specific file hash has never been documented before? MCQ with Answer and Explanation

Which antivirus analysis protocol examines an unverified application’s structural code commands for suspicious traits or potential threats, even if that specific file hash has never been documented before?
A. Dynamic Cryptographic Hashing
B. Static Signature Masking
C. Database Indexing Lookup
D. Heuristic / Behavioral Analysis
Answer: Option D
Solution (By JKExamLibrary)
Heuristics allow antivirus software to identify zero-day threats by checking logic structures and function signatures for suspicious characteristics rather than relying on static file hash indices.

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
What term describes a newly discovered software vulnerability that is exploited by threat actors before the software creator has created or released a security patch?
A. Zero-Day Vulnerability
B. Buffer Overflow
C. Logic Bypass flaw
D. Backdoor Entry

Correct Answer: Option A


Explanation:
Zero-day vulnerabilities represent newly discovered software flaws that lack patch remediation, exposing users to exploitation risks.

This question belongs to: Computer Cyber Security
Question #2 Report Error
What is the role of a security incident response team?
A. To respond to and manage security incidents
B. To handle customer complaints
C. To manage human resources
D. To develop software

Correct Answer: Option A


Explanation:
A security incident response team is responsible for preparing for, detecting, and responding to security incidents to minimize damage and ensure recovery.

This question belongs to: Computer Cyber Security
Question #3 Report Error
What technique uses automated scripts to test a massive list of leaked username and password combinations across multiple websites to hijack accounts?
A. SQL Injection
B. Credential Stuffing
C. Session Hijacking
D. Buffer Overflow Exploit

Correct Answer: Option B


Explanation:
Credential stuffing exploits password reuse habits by testing databases of leaked credentials against automated web login forms.

This question belongs to: Computer Cyber Security