エンジニアは、1 週間前にインシデント管理チームからのインシデントのチケットの作成に取り組んでいます。外部 Web アプリケーションが DDoS 攻撃の対象となった サーバー リソースが枯渇し、2 時間後にクラッシュしました。エンジニアは攻撃者と使用された手法を特定できました 攻撃から 3 時間後にサーバーは復旧し、エンジニアはブラックホール フィルタリングによる軽減策の実装を推奨し、インシデント チケットを IR チームに返送しました NIST SP800-61 によると、どの段階でインシデント対応のエンジニアは仕事を終えましたか?
正解:C
According to NIST SP800-61, the incident response phase called "Containment, Eradication, and Recovery" involves containing the incident, eradicating the threat, and recovering from the incident2. In the scenario described, the engineer worked on containing the DDoS attack by identifying the attacker and the technique used, which is part of the containment process. The recommendation to implement Blackhole filtering is part of the eradication process, where measures are taken to prevent the attack from happening again. Finally, restoring the server is part of the recovery process, where normal operations are resumed. Therefore, the engineer finished work during the "Containment, Eradication, and Recovery" phase. References: NIST SP800-61 Computer Security Incident Handling Guide2.