Introduction
BehavioSec provides a New Account Fraud (NAF) scenario to generate profiling statistics of all the users to distinguish between a new genuine user and a fraudster.
A Population Profiling feature is used to monitor a session when a user attempts to create a new account. The user’s behavioral data is collected invisibly and sent to the BehavioSense Server for analysis.
Typically, as the new users do not have an existing user profile to compare against, the Population Profiling feature provides the data where the new users are analyzed against the statistics of the global population of previous users and are checked for obvious suspicious activity such as bots and remote access tools.
The NAF feature supports both single page and multiple page use cases.
-
Single Page: A registration flow where all the user's inputs are on one screen, it is a single ViewController in iOS. It is a single fragment/activity in Android.
-
Multiple Page: A registration flow where the user's inputs are on multiple screens, it requires multiple ViewControllers in iOS. It requires multiple fragments/activities in Android.