QuestionQ67

Managing Application Security

Your web server crashes precisely when it reaches 1 million total visits. You determine that malicious code causes the server crash. Which description most accurately fits this code?

  • A Worm
  • B Logic Bomb
  • C Polymorphic Virus
  • D Virus
Explanation

A logic bomb is malicious code designed to execute when a predefined condition or trigger occurs. Reaching 1 million total visits is the specific trigger that activates the harmful behavior.

Community Discussion

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