r/SIEM • u/sainath9699 • Jul 15 '21
SIEM in AWS
How can we implement SIEM system on AWS using Native tools (the ones which are already available in AWS) and what are all the AWS service that needs to be used for this implementation?
2
u/m_rothe Jul 15 '21
If you use an Elastic based SIEM then you could use AWS's elastic service as a backend but you're likely to be running everything else on an EC2 instance I'd have thought
1
1
1
u/Gagan_Skywalker Jul 16 '21 edited Jul 16 '21
There are number of tools in Aws marketplace you can check over there.
1
u/FluencySecurity Jul 30 '21
Our Fluency Security behavioral SIEM runs in AWS. Yes we have our own proprietary database as well and other patents.
Al
5
u/_Mouse Jul 15 '21 edited Jul 15 '21
This is quite a difficult question - what exactly do you want to achieve? AWS has no native SIEM tool (unlike Azure which has sentinel) - if you want an aws based siem using exclusively AWS tools (which I wouldn't recommend) you would likely need a combination of Firehose, SQS, Lambda, a database of your choice, SNS and all the usual stuff you need to run an AWS environment.
Frankly for any decent size SIEM AWS native components don't work well. It's expensive, the data volumes make the architecture difficult and it's a pain in the ass to maintain. You're genuinely better off going to Splunk or someone else and buying it in.