(feedback) Double Account Threat Intelligence
I want to introduce you a new system to verify discord users. This system is for preventing alternate accounts on discord servers.
Traditional bots relies on network metrics to detect alternate accounts, which is ineffective and can be spoofed or bypassed. DATI System, on the other hand, uses biometric authentication, which can be hard-to-spoof.
This biometric authentication is named "UVID", Unique Voice Identification. It uses mathematical concepts and AI for processing sounds and speech recognition. An hash is created, containing information about the user's voice, and this hash is compared on a database via a binary search. If the hash matches, then the user is banned because it's an alternate account.
This process involves oAuth2 and email for creating an initial JWT for authorization.
EDIT: This system aims to remove the number of false positives aswell with ML, voiceprint analysis, etc.
0 Replies