Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathius262/auth-insight
Auth-Insight is a Django-based web application designed to enhance user authentication experiences within organizations. By integrating big data analysis and machine learning, AuthInsight aims to address common authentication challenges such as login overload, fatigue, and frustration.
https://github.com/nathius262/auth-insight
auth-insight django django-authentication machine-learning python
Last synced: 3 days ago
JSON representation
Auth-Insight is a Django-based web application designed to enhance user authentication experiences within organizations. By integrating big data analysis and machine learning, AuthInsight aims to address common authentication challenges such as login overload, fatigue, and frustration.
- Host: GitHub
- URL: https://github.com/nathius262/auth-insight
- Owner: Nathius262
- License: mit
- Created: 2024-04-10T09:41:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:15:51.000Z (8 days ago)
- Last Synced: 2024-11-11T18:24:02.323Z (8 days ago)
- Topics: auth-insight, django, django-authentication, machine-learning, python
- Language: Jupyter Notebook
- Homepage:
- Size: 31.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auth-insight
A web application built with Django, Auth-insight is intended to improve user authentication procedures for companies. Auth-insight seeks to address typical authentication issues including tiredness, dissatisfaction, and overload of logins by combining big data analysis and machine learning. The application includes data gathering for analysis, insights production based on machine learning categorization, and a single sign-on (SSO) mechanism for simplified authentication across various services. Ongoing authentication system optimization is ensured by constant monitoring. AuthInsight offers practical insights to enhance enterprise security and user experiences.## Features
- Single Sign-On (SSO): Streamline user authentication across multiple organizational services with a seamless login experience.
- Big Data Integration: Collect, store, and analyze large volumes of user authentication data to gain valuable insights.
- Machine Learning Classification: Utilize machine learning algorithms to classify user activities and identify authentication-related challenges.
- Insights Generation: Generate actionable insights into common issues such as login overload, login fatigue, and login frustration.
- Continuous Monitoring: Deployed solution includes monitoring mechanisms for ongoing optimization and performance evaluation.## K-Cluster Results:
The clustering analysis results are shown and discussed in this section. Finding clusters and anomalies in user authentication activities is the goal of using KMeans clustering to the authentication data. To understand the patterns and trends in the data, the clustering findings are looked at. Nonetheless, the clustering approach acknowledges several limitations and constraints, such as inconclusive results and challenges in identifying meaningful clusters.
![Screenshot](k-means_elbowoutput.png)
![Screenshot](login_success_ip_address_comparision_output.png)
![Screenshot](k-clustering_output.png)## Random Forest Results:
The integration of Random Forest into the authentication system provided significant improvements in the analysis of user authentication data. After extensive preprocessing and hyperparameter tuning, the Random Forest model demonstrated superior performance and accuracy. Below are the detailed results and analysis.
![Screenshot](classification_output.png)
![Screenshot](prediction_output.png)
![Screenshot](ROC_output.png)### Discussion
The Random Forest model's results underscore its effectiveness in handling the authentication data compared to the previously attempted KMeans clustering. The ensemble nature of Random Forest, combined with its capability to manage both categorical and numerical features, provided more reliable and accurate results. The model's precision, particularly in identifying successful authentication attempts, suggests that it can be a valuable tool in enhancing the security and user experience of the authentication system.Future efforts will focus on addressing the lower performance metrics for unsuccessful authentication attempts and exploring additional features or alternative machine learning models to further optimize the system's accuracy and robustness.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Nathius262/auth-insight.git
cd auth-insight
```install dependencies
```
pip install -r requirements.txt
```make migrations
```
python manage.py migrate
```Run server
```
python manage.py runserver
```## Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.## License
This project is licensed under the MIT License.Stephan Wiefling, Paul René Jørgensen, Sigurd Thunem, and Luigi Lo
Iacono: Pump Up Password Security! Evaluating and Enhancing Risk-Based
Authentication on a Real-World Large-Scale Online Service. In: ACM
Transactions on Privacy and Security (2022). doi: [10.1145/3546069](https://doi.org/10.1145/3546069)[Pump Up Password Security! Evaluating and Enhancing Risk-Based Authentication on a Real-World Large-Scale Online Service]: https://doi.org/10.1145/3546069
[Risk-Based Authentication (RBA)]: https://riskbasedauthentication.org
[Freeman et al. (2016)]: https://doi.org/10.14722/ndss.2016.23240
[Creative Commons Attribution 4.0 International (CC BY 4.0)]: https://creativecommons.org/licenses/by/4.0/