Security, Risk, and Anti-Fraud
Last updated
Last updated
Customers who use their own scoring algorithms or rely on 3rd-party scoring providers can use the following pipeline or a modification of it to automate the monitoring of organizations with high-risk scores and call CRM API or send it as a report to the responsible departments.
With this one, you can help your responsible department to automatically detect and take action for customers who failed the KYC procedure.
Potential fraud.
Cross-site scripting (XSS) is a vulnerability that your application should prevent and be secured from. However, automatic XSS attempts can be monitored with Ylem by detecting the word "script" in the database items.
In case of detecting your data engineering teams need to block the attack and further improve the application and security to avoid such situations in the future.
Here is an example of a pipeline that will allow you to detect it:
Anti-Money Laundering (AML) regulations require businesses to monitor transactions and report suspicious ones to authorities.
Ylem can help you with automating the following critical processes:
Unusual transaction amounts;
Unusual series of transactions (e.g., several cash credits);
Unusual geographic destination or origin of a payment;
Known threats or typologies.
Here is an example of the pipeline to monitor large transaction amounts
More examples of AML use cases are described on a separate page.