Skip to content

dheeraj-sahu/CipherStorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CipherStorm: AI-Powered Multi Fraud Detection Platform

CipherStorm is real-time, AI-driven platform that spots phishing links, smishing SMS, vishing calls, fake support numbers, and suspicious transactions - before they damage your customers or your brands. We combine machine learning and LLM for intelligent fraud detection, behavioral analysis to flag anomalies, a multi-layered architecture for high accuracy and continuous, real time monitoring to stop frauds in its tracks. image

How It Works

CipherStorm uses multiple AI models to detect and prevent digital fraud in real time. The platform covers:

  • URL Detection
  • SMS scam/spam
  • Vishing (voice phishing)
  • Fake customer care numbers
  • Transaction fraud

Quick Start Instructions

  1. Extract the project zip
  2. Create and activate a virtual environment
    python -m venv myenv
    myenv\Scripts\activate  # (Windows)
    # or
    source myenv/bin/activate  # (Linux/Mac)
  3. Install dependencies
    pip install -r requirements.txt
  4. Use the provided .env file (already contains all API keys and configs)
  5. Start the server
    uvicorn app.main:app --reload

Using the Platform

  1. Sign up and log in

    • image
  2. Complete your profile

    • image
  3. Access the dashboard

    • image
  4. Use any service from the dashboard

    • URL Phishing Detection

    • image
    • SMS Scam Detection

    • image
    • Vishing Detection

    • image
    • Fake Customer Care Check

    • image
    • Transaction Fraud Analysis

    • image
  5. Get instant results and recommendations

API Docs

See API_DOCUMENTATION.md for full API details.

👨‍💻 Developed By

Dheeraj Kumar

Ankit Kumar

About

AI powered Multi Fraud Detection Platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors