A security analyst investigates an incident where an attacker compromised a containerized microservice pod and used stolen service account credentials to move laterally and extract confidential data from an internal backend database. The current environment relies primarily on an ingress Web Application Firewall (WAF) and perimeter firewalls, which permitted all internal pod-to-pod traffic once the perimeter was traversed. Which of the following technical mitigation strategies should the organization implement to enforce least privilege access and restrict lateral movement within the container environment?
- Implement a service mesh architecture with mutual TLS (mTLS) and explicit identity-based service authorization policies.Cevap
- BReconfigure the edge WAF and ingress gateway to enforce TLS 1.3 encryption and IP-based rate limiting for external incoming requests.
- CDeploy an inline deceptive honeypot pod to actively filter and block unauthorized API calls between internal microservices.
- DApply signature-based network intrusion prevention system (NIPS) rules at the perimeter router to monitor internal database traffic.
Cevap
Implementing a service mesh architecture with mutual TLS (mTLS) and explicit identity-based service authorization policies.
The correct strategy involves deploying a service mesh with mutual TLS (mTLS) and explicit service authorization policies. In microservice environments, service mesh controls enforce microsegmentation by authenticating service identities cryptographically via mTLS and enforcing granular policies that block unauthorized pod-to-pod communication, directly stopping lateral movement.
Adım Adım Çözüm
Anahtar Kavram
Enterprise Microsegmentation and Zero Trust Hardening