A technician is concerned that sensitive data transmitted over the Internet can be intercepted and viewed during a MITM attack.
Which of the following should the technician enable to reduce the risk?
Click on the arrows to vote for the correct answer
A. B. C. D.C.
The best way to reduce the risk of sensitive data being intercepted and viewed during a Man-in-the-Middle (MITM) attack is to use Transport Layer Security (TLS). TLS is a cryptographic protocol used to provide secure communication over the Internet. It ensures that the data being transmitted is encrypted, so even if an attacker intercepts it, they won't be able to read it.
DLP (Data Loss Prevention) is a security measure used to prevent unauthorized access or disclosure of sensitive data. It works by monitoring and controlling the flow of data, both inside and outside of an organization. While DLP can help prevent data loss, it won't protect against MITM attacks.
ACL (Access Control List) is a security mechanism used to control access to resources on a network. It works by defining which users or devices are allowed to access specific resources. While ACLs can help control access to resources, they won't protect against MITM attacks.
IPS (Intrusion Prevention System) is a security measure used to detect and prevent network attacks. It works by monitoring network traffic and blocking any suspicious activity. While an IPS can help detect and prevent attacks, it won't protect against MITM attacks specifically.
In conclusion, the best way to reduce the risk of sensitive data being intercepted and viewed during a MITM attack is to use TLS. This ensures that the data being transmitted is encrypted and can't be read by attackers.