Encryption of WAF logs and DNS query logs

0

We are unable to get WAF logs, DNS query logs for a high security project and cannot determine if they should be stored in encrypted S3. We are thinking of storing them in encrypted S3 if both the source and the action taken are known. We are also thinking of storing in encrypted S3 when information that identifies individuals is carried. In this case, is it necessary to encrypt the WAF logs and DNS query logs?

1개 답변
0

The need to encrypt logs should be determined by your organization's risk appetite, compliance requirement, and threat model. But S3 does support encryption through AWS KMS (SSE-KMS) where you create a KMS key and then configure the bucket to use SSE-KMS to use your KMS key for the encryption. After you set up the bucket, you can pipe the log from WAF (through Kinesis Firehose or CW Log) to this bucket for storage. Only user with access to your KMS key will be then able to decrypt and access the log in your S3 bucket.

I recommend you also enable S3 Bucket Key to reduce your KMS cost as well.

AWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인