CAS-003 · Question #697
A company wants to secure a newly developed application that is used to access sensitive information and data from corporate resources. The application was developed by a third- party organization…
The correct answer is A. Enforce the use of a VPN when using the newly developed application. To defend against interception-of-data (man-in-the-middle) attacks when certificate pinning is absent, enforcing a VPN is the best compensating control. A VPN establishes an encrypted tunnel for all traffic between the device and the corporate network, ensuring that even if…
Question
A company wants to secure a newly developed application that is used to access sensitive information and data from corporate resources. The application was developed by a third- party organization, and it is now being used heavily despite lacking the following controls:
- Certificate pinning
- Tokenization
- Biometric authentication
The company has already implemented the following controls:
- Full device encryption
- Screen lock
- Device password
- Remote wipe
The company wants to defend against interception of data attacks. Which of the following compensating controls should the company implement NEXT?
Options
- AEnforce the use of a VPN when using the newly developed application.
- BImplement a geofencing solution that disables the application according to company
- CImplement an out-of-band second factor to authenticate authorized users
- DInstall the application in a secure container requiring additional authentication controls.
How the community answered
(29 responses)- A79% (23)
- B7% (2)
- C3% (1)
- D10% (3)
Explanation
To defend against interception-of-data (man-in-the-middle) attacks when certificate pinning is absent, enforcing a VPN is the best compensating control. A VPN establishes an encrypted tunnel for all traffic between the device and the corporate network, ensuring that even if traffic is intercepted, it cannot be read or tampered with. Certificate pinning would normally prevent TLS interception by validating the server's specific certificate, but VPN encryption compensates for its absence. Geofencing (B) controls location-based access but does not protect data in transit. Out-of-band 2FA (C) strengthens authentication, not confidentiality of transmitted data. A secure container (D) adds application isolation but does not directly address interception of data over the network.
Topics
Community Discussion
No community discussion yet for this question.