毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

安卓手机短信中的钓鱼网址识别方法研究

时间:2018-06-12 20:28来源:毕业论文
通过正则表达式匹配,抓出短信中的可疑链接网址;将网址通过http post请求发送至现有第三方URL搜索引擎或黑名单库;从网站获取返回结果,对网址的安全程度进行评估

摘要随着互联网和计算机技术的迅速发展,移动终端成为了现在人们生活中不可或缺的一部分,其中智能手机由为突出。作为当今潜能最大的市场,短信钓鱼攻击也如影随形的潜入移动终端。对于移动平台钓鱼网站的识别还有很大的空白,钓鱼攻击成为当今移动互联网的巨大威胁。24154
安卓手机短信中的钓鱼网址识别方法研究,旨在找到有效应对短信中的钓鱼网址的方法。具体实现方法是:通过正则表达式匹配,抓出短信中的可疑链接网址;将网址通过http post请求发送至现有第三方URL搜索引擎或黑名单库;从网站获取返回结果,对网址的安全程度进行评估;最后对用户进行相应的提示以减少用户被钓鱼的危险。
最后,论文给出了系统最终的实验结果,实现了安卓平台上基本的钓鱼短信告警功能,并讨论给出了一些可能更好的反钓鱼解决方案。
关键词:  安卓  钓鱼短信  恶意网址
毕业设计说明书(毕业论文)外文摘要
Title    The Identification of Phishing URLs   in Android SMS                            
Abstract
With the rapid development of Internet and computer technology, the mobile terminal has now become an indispensable part of people's life, especially the smart mobile phone. As one of the biggest part of the market, the mobile terminal cannot escape from  phishing attacks. There is a great gap of identifying phishing websites in the mobile platform. Phishing attacks has become a huge threat to the current mobile network.
This study aimed to find effective ways of recognizing phishing URLs in  Android SMS. The Specific method is as follow: using regular expression matching; grasping  suspicious  URL in the SMS message; sending the URL request via http post to an existing third-party URL search engine or blacklisted library; obtaining returned result from the site; evaluating the safe rate of the URL; finally giving the user some tips to reduce the risk of falling for phishing.
 The thesis gives us the experimental results, implementing the basic alarming function when receiving a phishing SMS. This thesis also discusses  how to improve the current design to get some better anti-phishing solutions.
Keywords:  Android, SMS Phishing, Malicious URL
目次
第一章 绪论    1
1.1 钓鱼攻击的现状    1
1.1.1  钓鱼攻击的解析    2
1.1.2 钓鱼攻击容易成功的原因及其危害性    3
1.1.3钓鱼攻击的对策    4
1.2 选题与研究方向    6
1.3 论文章节的安排    6
第二章 反钓鱼方法的研究现状    6
2.1 钓鱼邮件识别技术    7
2.2 黑名单识别过滤技术    7
2.3 启发式钓鱼识别过滤技术    8
第三章 安卓短信反钓鱼应用的设计与实现    8
3.1 短信接收模块    10
3.2 网址抓取模块    10
3.3 Post请求实现模块    12
3.4 网站返回结果接收模块    14
3.5 访问网络子线程模块    14
第四章 安卓短信反钓鱼应用的测试    16
4.1 测试环境的配置    16
4.2 测试结果    18
结  论    22
一、工作的总结    22
二、工作中的不足与展望    22
致  谢    24
参考文献25
第一章  绪论
随着计算机技术的飞速发展,网络的重要性在人们的生活中体现出来,购物、工作、娱乐等,无处不在的网络为人们的生活带来了巨大的便利。信息共享的重要性已经成为了这个信息时代不可或缺的部分,因此信息安全问题也成了当下社会不可避而不谈的问题。作为当今时代最重要的资源,网络安全已经成为了当前网络建设中必要的关注点。 安卓手机短信中的钓鱼网址识别方法研究:http://www.youerw.com/jisuanji/lunwen_17519.html
------分隔线----------------------------
推荐内容