Kumo Co-Founder Hema Raghavan Named to Inc.’s 2026 Female Founders 500

Learn more
10Backward Window Filter · Mule DetectionBank

Target Active Money Mule Accounts

Among accounts that received deposits in the past 30 days, which will make rapid withdrawals in the next 7?

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.

By submitting, you accept the Terms and Privacy Policy.

Loved by data scientists, ML engineers & CXOs at

Catalina Logo

A real-world example

Among accounts that received deposits in the past 30 days, which will make rapid withdrawals in the next 7?

Money mule accounts follow a pattern: receive funds, then rapidly withdraw or transfer within days. Current rules flag all large withdrawals — 95% false positives. The "receive then move" pattern is the mule signature. A proactive account freeze costs $50; a completed mule chain costs $150K in regulatory exposure.

How KumoRFM solves this

Graph-powered fraud intelligence

Kumo’s backward time window filters to accounts with recent deposit activity, then predicts future withdrawals. It combines deposit recency, withdrawal velocity, account age, and network connections to identify the mule signature — recent deposits from flagged accounts followed by rapid outflows.

From data to predictions

See the full pipeline in action

Connect your tables, write a PQL query, and get predictions with built-in explainability — all in minutes, not months.

1

Your data

The relational tables Kumo learns from

Accounts

account_idaccount_holderaccount_typeopen_date
A001Alice MartinezPersonal2024-10-01
A002Bob ChenPersonal2024-11-15
A003Carol DavisPersonal2023-06-01

Transactions

txn_idaccount_idamounttxn_typetimestamp
T001A0018,500deposit2025-01-05
T002A0017,900withdrawal2025-01-07
T003A00212,000deposit2025-01-10
2

Write your PQL query

Describe what to predict in 2-3 lines — Kumo handles the rest

PQL
PREDICT SUM(TRANSACTIONS.AMOUNT WHERE TRANSACTIONS.TXN_TYPE = 'withdrawal', 0, 7, days) > 10000
FOR EACH ACCOUNTS.ACCOUNT_ID
WHERE SUM(TRANSACTIONS.AMOUNT WHERE TRANSACTIONS.TXN_TYPE = 'deposit', -30, 0, days) > 5000
3

Prediction output

Every entity gets a score, updated continuously

ACCOUNT_IDTIMESTAMPTARGET_PREDTrue_PROB
A0012025-02-01True0.89
A0022025-02-01True0.76
A0032025-02-01False0.08
4

Understand why

Every prediction includes feature attributions — no black boxes

Account A001 (Alice Martinez)

Predicted: 89% mule probability

Top contributing features

Deposit-to-withdrawal gap (days)

2 days

38% attribution

Deposit amount (30d sum)

$8,500

24% attribution

Withdrawal amount (7d sum)

$7,900

19% attribution

Account open date recency

92 days

12% attribution

Account type

Personal

7% attribution

Feature attributions are computed automatically for every prediction. No separate tooling required. Learn more about Kumo explainability

Bottom line: Proactive account freeze costs $50; a completed mule chain costs $150K in regulatory exposure. The backward window focuses on the "receive then move" pattern. 50–70% fewer false positives vs. threshold rules.

Topics covered

money mule detectionmoney mule preventionmule account identificationgraph neural networkanti-money laundering AImachine learning fraud detectionKumoRFMAI explainabilityreal-time fraud scoringbanking fraud preventionAML compliancefraud loss reduction

One Platform. One Model. Predict Instantly.

KumoRFM

Relational Foundation Model

Turn structured relational data into predictions in seconds. KumoRFM delivers zero-shot predictions that rival months of traditional data science. No training, feature engineering, or infrastructure required. Just connect your data and start predicting.

For critical use cases, fine-tune KumoRFM on your data using the Kumo platform and Data Science Agent for 30%+ higher accuracy than traditional models.

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.