QuestionQ10
Defensive Infrastructure and TacticsMichael, a software engineer, added a module to a banking customer's code. The new module deposits small sums of money into his personal bank account.
Michael can edit the code, but only code reviewers can commit modules to production. The reviewers have a work backlog and are often willing to trust software developers' testing and confidence in the code.
Which technique is Michael most likely to use to implement the malicious code?
- A Denial of Service
- B Race Condition
- C Phishing
- D Social Engineering
Community Discussion