If you are pulling the user risk detection alerts from Azure… It’s worth pointing out that IDR does not have a built-in detection for these alerts, in fact, these logs aren’t even parsed by Rapid7 which is a whole separate discussion but I thought it would be worth sharing the following LEQL query against your unparsed Azure AD logs so that you can create alerts in IDR when those events happen.
where("operationName" = "User Risk Detection" and "properties.riskLevel" != "low" and "properties.riskState" = "atRisk")