Forum Discussion
Hamid285
Nov 16, 2020Copper Contributor
cloud app security and SIEM agent
Hello, We need to send our cloud app security alerts to our onpremise SIEM, we know that we can install a java program to setup cloud app security agent, by the way we ever used event HUB for AD azu...
BillTheKid
Nov 23, 2020Brass Contributor
Hamid285to get all MCAS - Cloud App Security raw events you need the MCAS API via https://docs.microsoft.com/en-US/cloud-app-security/siem which will be ingested using remote syslog into Splunk (CEF-format).
Additionally you need the MS Graph API for the high level telemetry - the Splunk technical TA app is here.
- SurVirMay 25, 2022
Microsoft
BillTheKid, what are high availability options for setting up SIEM Agent Server? How do we make sure it is not single point of failure and can scale?
- BillTheKidJul 01, 2022Brass Contributor
SurVir https://github.com/tianderturpijn/MCAS/tree/master/MCAS-ASC-integration describes installation with MCAS SIEM Agent via Log Analytics hosted within Azure VM
- BillTheKidJun 30, 2022Brass Contributor
SurVir, you don't use it anymore more today (2 years later). You would integrate MDCA (previously known as MCAS) within MDE and use the Streaming API to get all raw-data via CloudAppEvents table (for MDCA raw data). Alerts are merged into AlertInfo table (for MDCA alerts) (for alerts you alternatively may use Graph-API) and Incidents would require Incidents API (for MDCA merged incidents). This gets you safe all the information and is scalable and has no point of failures when implementing correctly - forget the MCAS SIEM AGENT , this was before they went "XDR".
- Hamid285Nov 24, 2020Copper Contributor
BillTheKid : Hello and thanks for your feedback.
We will advice our customer to use cloud app security SIEM agent.
Rgds,