Git Product home page Git Product logo

ai_security_library's Introduction

** AI_And_Security_Library**

  Ai与安全相关资料的总结库,并附上自身对各个资料内容的总结与看法,不定期更新。

分类

主要关注的文章类型包括使用AI技术解决下面的安全问题:

AI赋能安全

  1. AI辅助防御

  2. AI辅助攻击

  3. 异常检测

AI自身的安全问题

  1. 对抗攻击

  2. 后门攻击

  3. 数据投毒

  4. 模型窃取

近期更新

2021.4.30

【IDS】Use Model to Deconstruct Threats: Detect Intrusion by Statistical Learning 【RSA 2019】

【IDS】MADE: Security Analytics for Enterprise Threat Detection待更新

2021.4.8

网络攻防新前沿:加密流量对抗

2021.3.11

Classification of Malicious Web Code by Machine Learning - Komiya et al.

SQL Injection Detection using Machine Learning

SQLiGoT: Detecting SQL injection attacks using graph of tokens and SVM

2021.3.7

VulDeePecker:ADeep Learning-Based System for Vulnerability Detection.

Automated vulnerability detection in source code using deep representation learning.2018

Neural network-based graph embedding for cross-platform binary code similarity detection。

Modeling and discovering vulnerabilities with code property graphs.2014

2021.3.3

浅谈DDoS攻防对抗中的AI实践

AI繁荣下的隐忧——Google Tensorflow安全风险剖析

2021.2.25

Adversarial Malware in Machine Learning Detectors: Our MLSEC 2020’s SECRETs待更新

【github】2020 Machine Learning Security Evasion Competition

【kaggle】Microsoft Malware Prediction

2021.1.25

图卷积神经网络在企业侧网络安全运营中的应用

基于机器学习的敏感信息泄露治理探索

2020.12.10

探秘-基于机器学习的DNS隐蔽隧道检测方法与实现待更新

基于机器学习的Webshell检测方法与实现(上)待更新

2020.9.22

  Webshell检测——日志分析待更新

2020.7.1

  WAF建设运营及AI应用实践

2020.7.2

  门神WAF众测总结

2020.7.15

  基于PU-Learning的恶意URL检测

2020.7.16

  在网络安全领域应用机器学习的困难和对策 待更新

2020.7.17

  机器学习与威胁情报的融合:一种基于AI检测恶意域名的方法
  AI in WAF | 腾讯云网站管家 WAF AI 引擎实践

2020.7.21

  【工具】publicsuffixlist   【工具】Gibberish-Detector
  【DGA域名检测】使用社区发现算法从企业内部无效域名中挖掘DGA

2020.7.31

  【论文】Manos Antonakakis, Damballa Inc. and Georgia Institute of Technology. "From Throw-Away Traffic to Bots: Detecting the Rise of DGA-Based Malware",2012. (DGA,图,谱聚类)待更新

2020.8.13

  DNS安全皮毛

资料

  1. [华为AI安全白皮书]https://github.com/AnchoretY/AI_And_Web_Security_Library/blob/master/book/ai-security-white-paper-cn.pdf

工具

  1.   一个使用2字符级别的马尔科夫链进行乱码检测的项目,在安全领域可以使用该项目进行DGA域名检测的辅助工具。

  2.   FireFox发布的共有顶级域名列表构成的列表项目,可以直接使用pip进行安装,直接输入域名,如果在官方发布的顶级域名列表中返回顶级域名,如果不在返回None。

  from publicsuffixlist import PublicSuffixList
  
  psl = PublicSuffixList(accept_unknown=False)    # accept_unknown设置为False不接受不在官方列表中的顶级域名
  
  psl.publicsuffix("www.ssss.com")    # 返回“com”
  psl.publicsuffix("www.ffff.sssss")  # 返回None

  Log Parser是微软公司出品的日志分析工具,它功能强大,使用简单,可以分析基于文本的日志文件、XML 文件、CSV(逗号分隔符)文件,以及操作系统的事件日志、注册表、文件系统、Active Directory。它可以像使用 SQL 语句一样查询分析这些数据,甚至可以把分析结果以各种图表的形式展现出来。

Logparser.exe –i:EVT –o:DATAGRID "SELECT * FROM c:\xx.evtx"

  更多的实例可以看这里

ai_security_library's People

Contributors

anchorety avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.