During a security assessment of a healthcare organization's cloud microservices, security engineers observe two critical design choices: internal microservices grant unrestricted access to API endpoints based strictly on whether incoming requests originate from internal IP address ranges, and large patient diagnostic image files stored at rest are encrypted individually using asymmetric RSA keys. Which of the following statements correctly identifies the primary architectural and cryptographic weaknesses in this design?
- Implicitly trusting internal IP addresses fails to enforce continuous authentication, while encrypting bulk files with asymmetric algorithms creates severe performance inefficiencies.Cevap
- BUsing asymmetric encryption for bulk data storage is a corrective control misclassification, while internal IP allowlisting provides sufficient perimeter defense under Zero Trust frameworks.
- CAsymmetric algorithms should be selected for high-speed bulk data encryption instead of symmetric algorithms, while the internal IP allowlist should be replaced by submitting a Certificate Signing Request to a public Certificate Authority.
- DThe primary weakness is a failure of technical control selection that requires deploying network firewalls at the host level rather than correcting the algorithm choice or access validation model.
Cevap
Implicitly trusting internal IP addresses fails to enforce continuous authentication, while encrypting bulk files with asymmetric algorithms creates severe performance inefficiencies.
The correct answer accurately identifies two fundamental weaknesses: granting access based on network location assumes implicit perimeter trust, violating Zero Trust principles; and encrypting large bulk data files directly with asymmetric ciphers causes extreme performance bottlenecks, whereas high-speed symmetric ciphers should be used for bulk data encryption.
Adım Adım Çözüm
Anahtar Kavram
Zero Trust network verification and symmetric versus asymmetric cryptographic application bounds
Tahmini Süre:1m 30s