Skip to content

Vaibhav-Singh1008/CypherRing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ CypherRing: Financial Forensics Engine

RIFT 2026 Hackathon | Graph-Based Financial Crime Detection Track

CypherRing is a high-performance forensics engine engineered to expose money muling networks. The application transforms complex transaction data into graph structures to autonomously detect illicit financial patterns.


πŸ‘₯ The Team: Synergy X

  • Vaibhav Singh (Team Lead) β€” Lead Architect & Graph Logic πŸ—οΈ
  • Antra Priyadarshini β€” UX/UI & Interactive Graph Visualization 🎨
  • Srishti Maurya β€” Algorithm Optimization & Technical Documentation πŸ“

🧠 Core Detection Methodology

Our engine specifically targets the mandatory forensic patterns required by RIFT 2026:

1. Circular Fund Routing (Cycles)

  • Logic: Identification of closed-loop chains (3 to 5 hops) where funds eventually return to the source account to obscure the trail.

2. Smurfing Patterns (Fan-in / Fan-out)

  • Fan-in: Detection of a single aggregator account receiving funds from 10+ distinct senders.
  • Fan-out: Identification of a single sender dispersing funds to 10+ distinct receivers.
  • Temporal Analysis: High-priority flagging for suspicious transactions occurring within a critical 72-hour window.

3. Layered Shell Networks

  • Logic: Exposing intermediate "shell" accounts characterized by low transaction counts (2-3 total) that serve as transit points for layering.

πŸ› οΈ Technical Stack

  • Backend: Python (Flask)
  • Frontend: HTML5, CSS3, JavaScript (D3.js for Interactive Graph Visualizations)
  • Graph Engine: NetworkX for $O(V + E)$ cycle detection efficiency.

πŸš€ Submission Checklist & Performance Targets

To ensure eligibility and avoid disqualification, CypherRing meets all mandatory performance metrics:

| Processing Time | ≀ 30s for 10K transactions | βœ… Optimized | | Precision | β‰₯ 70% (Minimizing false positives) | βœ… Target Met | | Recall | β‰₯ 60% (Catching maximum fraud rings) | βœ… Target Met | | JSON Schema | Exact line-by-line field matching | βœ… Validated |


About

Trace the wire, catch the liar β€” Sentinel sets the fraud on fire! πŸ”₯ Advanced Financial Forensics Engine by Team Synergy X for RIFT 2026. Detecting money muling, circular routing, and smurfing using Graph Theory and O(V + E) efficiency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors