基于微调分类模型的恶意url自动检测

Chiyu Ding
{"title":"基于微调分类模型的恶意url自动检测","authors":"Chiyu Ding","doi":"10.1109/ISCTT51595.2020.00060","DOIUrl":null,"url":null,"abstract":"URLs are frequently used to surf the Internet in modern society. Especially after the outbreak of the COVID-19, quarantine makes needs for the Internet and usages of URLs reach an unprecedented level. Unfortunately, not every URL is believable, because some of them can attack your computer, steal your personal information, and even spread computer virus like Trojan. This project designs machine learning algorithms to detect malicious URLs efficiently and protect Internet users from malicious URLs. In this project, the goal is to get a fine-tuned machine learning model, I will first introduce the dataset of URLs which is crucial to train the model. Then I will show the procedure and some findings of my data exploration. After that, I will present the methods including the algorithms and some improvements I make to optimize my model. Finally, I will show the results and the conclusion. To make my models better, I not only apply hyperparameter tuning, but also data resampling and cross validation to the model. The procedure is repeated several times to ensure the stability. In order to evaluate the performance of my models accurately, I adopt multiple methods. After improving the algorithms, by using the F1 score to evaluate performance, the result boosts significantly from original 0.14 to around 0.90. With the ultimate well-trained model, we can predict the safety of all the URLs on the Internet accurately, which can secure our personal information and data.","PeriodicalId":178054,"journal":{"name":"2020 5th International Conference on Information Science, Computer Technology and Transportation (ISCTT)","volume":"21 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2020-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":"{\"title\":\"Automatic Detection of Malicious URLs using Fine-Tuned Classification Model\",\"authors\":\"Chiyu Ding\",\"doi\":\"10.1109/ISCTT51595.2020.00060\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"URLs are frequently used to surf the Internet in modern society. Especially after the outbreak of the COVID-19, quarantine makes needs for the Internet and usages of URLs reach an unprecedented level. Unfortunately, not every URL is believable, because some of them can attack your computer, steal your personal information, and even spread computer virus like Trojan. This project designs machine learning algorithms to detect malicious URLs efficiently and protect Internet users from malicious URLs. In this project, the goal is to get a fine-tuned machine learning model, I will first introduce the dataset of URLs which is crucial to train the model. Then I will show the procedure and some findings of my data exploration. After that, I will present the methods including the algorithms and some improvements I make to optimize my model. Finally, I will show the results and the conclusion. To make my models better, I not only apply hyperparameter tuning, but also data resampling and cross validation to the model. The procedure is repeated several times to ensure the stability. In order to evaluate the performance of my models accurately, I adopt multiple methods. After improving the algorithms, by using the F1 score to evaluate performance, the result boosts significantly from original 0.14 to around 0.90. With the ultimate well-trained model, we can predict the safety of all the URLs on the Internet accurately, which can secure our personal information and data.\",\"PeriodicalId\":178054,\"journal\":{\"name\":\"2020 5th International Conference on Information Science, Computer Technology and Transportation (ISCTT)\",\"volume\":\"21 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2020-11-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"1\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2020 5th International Conference on Information Science, Computer Technology and Transportation (ISCTT)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ISCTT51595.2020.00060\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2020 5th International Conference on Information Science, Computer Technology and Transportation (ISCTT)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ISCTT51595.2020.00060","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1

摘要

在现代社会,人们经常使用url来浏览互联网。特别是新冠疫情爆发后,隔离使得互联网的需求和url的使用达到了前所未有的水平。不幸的是,并不是每个URL都是可信的,因为其中一些可以攻击你的计算机,窃取你的个人信息,甚至传播计算机病毒,如特洛伊木马。本项目设计机器学习算法,有效检测恶意url,保护互联网用户免受恶意url的攻击。在这个项目中,目标是获得一个微调的机器学习模型,我将首先介绍url数据集,这对训练模型至关重要。然后我将展示我的数据探索的过程和一些发现。之后,我将介绍方法,包括算法和我为优化我的模型所做的一些改进。最后,我将展示结果和结论。为了使我的模型更好,我不仅应用了超参数调优,还对模型进行了数据重采样和交叉验证。该过程重复多次,以确保稳定性。为了准确地评估模型的性能,我采用了多种方法。在改进算法后,通过使用F1分数来评估性能,结果从原来的0.14显著提升到0.90左右。通过最终训练有素的模型,我们可以准确地预测互联网上所有url的安全性,从而保护我们的个人信息和数据。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Automatic Detection of Malicious URLs using Fine-Tuned Classification Model
URLs are frequently used to surf the Internet in modern society. Especially after the outbreak of the COVID-19, quarantine makes needs for the Internet and usages of URLs reach an unprecedented level. Unfortunately, not every URL is believable, because some of them can attack your computer, steal your personal information, and even spread computer virus like Trojan. This project designs machine learning algorithms to detect malicious URLs efficiently and protect Internet users from malicious URLs. In this project, the goal is to get a fine-tuned machine learning model, I will first introduce the dataset of URLs which is crucial to train the model. Then I will show the procedure and some findings of my data exploration. After that, I will present the methods including the algorithms and some improvements I make to optimize my model. Finally, I will show the results and the conclusion. To make my models better, I not only apply hyperparameter tuning, but also data resampling and cross validation to the model. The procedure is repeated several times to ensure the stability. In order to evaluate the performance of my models accurately, I adopt multiple methods. After improving the algorithms, by using the F1 score to evaluate performance, the result boosts significantly from original 0.14 to around 0.90. With the ultimate well-trained model, we can predict the safety of all the URLs on the Internet accurately, which can secure our personal information and data.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信