Optimal Way To Collate Multiple Acct/Role --> Security Pane-of-Glass

0

I see several different ways to get a single pane-of-glass for AWS services but not getting clarity on what is the optimal/simplest solution. We need to pipe event/log data into a SIEM (not in AWS) - what is best way to get data from those into one place?

2개 답변
1

Hello, if you are looking for 'Security Events' from services such as GuardDuty, Inspector and Config these are regionally aggregated into Security Hub. Each Security Hub finding generates an Event in EventHub and you can use an Event Rule to trigger further processing of these events.

  1. use the Event rule to deliver the event message to an SNS Topic and subscribe a Lambda function to process the Event and forward it to a RESTAPI to consumption by an external SIEM
  2. use the event rule to deliver the event to a Kinesis FireHouse, use lambda to mutate the event into a common log format (maybe ECS format) and deliver the mutate event to an S3 bucket which could be collected by an external process.

Secrity Hub event rule                                  processing

If this doesnt meet your use case please provide some more context that could helpinform a solution to helpyou deliver what you need.

Best of luck

profile picture
답변함 2년 전
0

Expanding a bit on Rich's response - AWS Security Hub can aggregate security findings from a number of AWS security services and from select AWS partner security solutions. This includes both cross region and cross account aggregation. Security Hub can also help you monitor your security posture by scoring your environment against one or more of the following security standards: AWS Foundational Security Best Practices v1.0.0, CIS AWS Foundations Benchmark v1.2.0, PCI DSS v3.2.1.

If you need a full fledged SIEM, Security Hub has built in integration that allow you to export findings to a number of AWS partners including Splunk, Sumo Logic, QRadar, and more.

https://aws.amazon.com/security-hub/

AWS
MattZ
답변함 2년 전

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

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

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

관련 콘텐츠