SCS 3546 Deep Learning
Jupyter Notebooks:
Team members:
Name | Github Repo |
---|---|
Arjie Cristobal | https://github.com/quickheaven |
Artificial Intelligence (AI) and cybersecurity are two of the most rapidly growing sectors in the technology industry.
The global AI in cybersecurity market was valued at $19.2 billion in 2022 , and is projected to reach $154.8 billion by 2032, growing at a CAGR of 23.6% from 2023 to 2032.
The future growth of both AI and cybersecurity is promising and will be critical in the future.
This study will explore a lightweight approach to identify and classify malicious URL using deep learning via Keras.
University of New Brunswick
Canadian Institute for Cybersecurity
- Mohammad Saiful Islam Mamun, Mohammad Ahmad Rathore, Arash Habibi Lashkari, Natalia Stakhanova and Ali A. Ghorbani, "Detecting Malicious URLs Using Lexical Analysis", Network and System Security, Springer International Publishing, P467--482, 2016.
Link: URL dataset (ISCX-URL2016)
This study reused the UrlDatasetLoader from the Machine Learning (ML) project Detection and categorization of malicious URLs for data cleaning and preparation. It is responsible on handling Null and NaN values, feature selections and anomaly detection.
The prepared dataset is then exported to CSV files and uploaded to Deep Learning Git repository for use in training.