Flag Suspicious Sign-Ups That Share IPs With Risky Accounts #49
Labels
No labels
automated
code-quality
component: admin dashboard
component: backend
component: billing
component: content management
component: faqs
component: game genres
component: game lists
component: game reviews
component: game search
component: games
component: internal notifications
component: platforms
component: security
component: tests
component: user api
component: user badges
component: user blogs
component: user consoles
component: user favorites
component: user friends
component: user notifications
component: user profiles
component: user site notifications
component: user wishlists
component: web design
dependencies
php
priority
high
priority
low
priority
medium
security-hotspot
source: codex
source: sonarqube
status
awaiting feedback
status
backlog
status
done
status
in progress
status
in queue
status
in review
status
needs codex review
status
needs investigation
status
wontfix
type: bug
type: documentation
type: feature
type: improvement
type: regression
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MyVideoGameList/myvideogamelist.com#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The original idea was to notify Discord whenever a new registration used an IP address that had already been used by another account. That is too broad on its own: shared networks, mobile carriers, VPNs, schools, workplaces, and household devices can all create legitimate IP reuse.
Instead, treat reused registration IPs as a moderation signal only when the match is higher risk.
Proposed Behavior
When a new user registers, compare the sign-up IP against existing users with the same IP address, excluding the newly created account.
Create a moderation/security alert only if at least one matching account is suspicious, such as:
Do not alert for every ordinary reused IP match.
Alert Contents
The alert should include the newly registered account:
For each matching risky account, include:
Implementation Notes
Acceptance Criteria
Add Discord Notification For New Account Sign-Ups From Previously Used IPto Flag Suspicious Sign-Ups That Share IPs With Risky Accounts