ある企業が最近、メインの Web サイトが攻撃者の Web サーバーに誘導され、攻撃者が無防備な顧客から資格情報を収集できるという攻撃を経験しました。この種の攻撃が将来発生するのを防ぐために、次のうちどれを実装する必要がありますか?
正解:B
To prevent attacks where the main website is directed to the attacker's web server and allowing the attacker to harvest credentials from unsuspecting customers, the company should implement SSL/TLS (Secure Sockets Layer/Transport Layer Security) to encrypt the communication between the web server and the clients. This will prevent attackers from intercepting and tampering with the communication, and will also help to verify the identity of the web server to the clients.