Fraud & Abuse — Initial Implementation (minFraud Insights) #167
JoseSzycho
started this conversation in
Improvements
Replies: 1 comment
-
|
@JoseSzycho here are some quick notes. Overall your direction is solid, so this is just for your thinking process:
Other considerations
Compliance & Privacy / Data Retention
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fraud & Abuse — Initial Implementation (minFraud Insights)
Context
We want to introduce a bare-minimum fraud & abuse layer using MaxMind minFraud Insights to protect high-risk flows.
This is an initial, collaborative proposal and intentionally open for iteration.
Reference:
https://www.maxmind.com/en/solutions/fraud-prevention/overview
Goal (Phase 1)
Endpoints / Triggers (Initial Proposal)
We only call minFraud on decision points.
1. User Signup
Trigger: New account creation
Why: High fraud ROI
2. Login from New IP / Device
Trigger: IP not previously seen for the user
Why: Account takeover detection
3. Sensitive Actions (Optional / Phase 1.5)
Examples:
Workflow-Based Model
Fraud handling should follow a workflow pattern:
Rollout Idea
Open Questions / Collaboration
👉 Please comment with ideas, concerns, or alternative workflows.
Related to:
Beta Was this translation helpful? Give feedback.
All reactions