How to detect anomaly in user behavior using ML /DL through IP address and user id

Viewed 20

I have log file data for large cluster . i have converted it in to tabular form. column of data are - session id ,Time stamp ,userid , Ip address and some other fields. I have to apply Machine learning Or Deep learning to find anomaly in user behavior

  1. if user have login from different Ip address that he have not signed in earlier
  2. If user have signed in different time that is not usual for that user.

Which ML/DL algorithm I can apply ? I read about auto encoder but not sure it will work for text data.

0 Answers
Related