Inspiration

Credit Card fraud is a major concern for various credit card companies as well as the credit card users. Identifying a potentially fraudulent transaction and notifying the user in real time is a challenge that the Credit Card providers are trying to solve. Frauddetect.io is trying to narrow down the gap when a potentially fraudulent transaction occurs to a user getting alerted regarding this transaction. There is value add to the Merchant as well as the user to take the necessary action once the alert has been triggered for the potential fraudulent transactions.

How it works

We have developed an application that simulates user credit card transactions. These transaction logs are forwarded to and indexed by Splunk indexer. Splunk alerts are setup to trigger alerts for potential fraudulent transactions. Backend servers detect the alert and query user information from user databases in MongoDB to send realtime email and sms alerts.

Key Features

  • Detects and alerts users via email and sms if a particular transaction amount from his/her credit card is greater than $2000
  • Detects and alerts users via email and sms if there are transactions totaling greater than $5000 spread across 3 different geographic locations within a span of an hour
  • Detects and alerts users via email and sms if there are greater than 10 transactions that occurred within a time span of 10 mins.
  • Displays these potential fraudulent transactions on a map which gives an aggregated view of these transactions by location.
  • Sends email/sms alerts to credit card users regarding the potential fraudulent transaction

Challenges I ran into

Being a Splunk noob it took some time to understand using Splunk and the enormous capabilities it provides.

What's next for Fraud Detect

Develop an app using native splunk capabilities to create a tool and dashboards for Fraud detection which can be leveraged by Fraud detection agencies.

Share this project:

Updates