What describes blocking execution of malicious applications on a system or network?

Prepare for the Certified Ethical Hacker Version 11 Exam. Study with comprehensive questions and explanations. Equip yourself with the skills needed for success!

Multiple Choice

What describes blocking execution of malicious applications on a system or network?

Explanation:
Blocking execution of malicious software relies on a denylist of known bad applications. When a program attempts to run, the system checks its identity (name, signature, or hash) against that blacklist and prevents the executable from starting. This approach is called application blacklisting, and it specifically targets preventing harmful software from executing on the host or network. Why this fits best: the focus is on stopping programs from running, not on blocking web access or approving only trusted sites. URL blacklisting would stop access to certain websites, not execute programs. URL whitelisting would allow only specific sites and still isn’t about blocking software execution. A bug bounty program is about finding vulnerabilities, not controlling which applications can run.

Blocking execution of malicious software relies on a denylist of known bad applications. When a program attempts to run, the system checks its identity (name, signature, or hash) against that blacklist and prevents the executable from starting. This approach is called application blacklisting, and it specifically targets preventing harmful software from executing on the host or network.

Why this fits best: the focus is on stopping programs from running, not on blocking web access or approving only trusted sites. URL blacklisting would stop access to certain websites, not execute programs. URL whitelisting would allow only specific sites and still isn’t about blocking software execution. A bug bounty program is about finding vulnerabilities, not controlling which applications can run.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy