Which software utility evaluates file directories by calculating SHA-256 hashes, alerting administrators if any core application files have been modified or corrupted? MCQ with Answer and Explanation

Which software utility evaluates file directories by calculating SHA-256 hashes, alerting administrators if any core application files have been modified or corrupted?
A. Firewall Packet Filter
B. File Compression Engine
C. Sandbox Controller
D. Integrity Checker
Answer: Option D
Solution (By JKExamLibrary)
Integrity checkers calculate cryptographic hashes of files, comparing them to known vendor benchmarks to verify the file hasn't been modified.

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 type of attack targets a web application by injecting malicious SQL statements into input forms, allowing the attacker to manipulate the underlying backend database directly?
A. SQL Injection (SQLi)
B. Denial of Service (DoS)
C. Buffer Overflow Attack
D. Cross-Site Scripting (XSS)

Correct Answer: Option A


Explanation:
SQL injection occurs when unvalidated user input is passed directly to a database query engine, enabling threat actors to view, alter, or delete database tables illegally.

This question belongs to: Computer Cyber Security
Question #2 Report Error
A piece of code that self-replicates by attaching its binary payload to an executable file on a USB flash drive, running whenever the drive is plugged into a new system, is a:
A. Logic Bomb Tracker
B. Pure Network Daemon
C. Boot Sector / File Infector Virus
D. Macro Script Module

Correct Answer: Option C


Explanation:
File infectors and boot sector viruses attach to portable files and storage partitions, copying themselves to new host machines via shared media.

This question belongs to: Computer Cyber Security
Question #3 Report Error
A security infrastructure strategy where multiple independent layers of security controls—such as firewalls, MFA, encryption, and awareness training—are deployed across an enterprise is:
A. Stateful Boundary Control
B. Least Privilege Access
C. Defense in Depth
D. Zero Trust Model

Correct Answer: Option C


Explanation:
Defense in Depth combines technical, physical, and administrative security layers to build redundant protection boundaries and avoid single points of failure.

This question belongs to: Computer Cyber Security