cdxy.me
Cyber Security / Data Science / Trading

Data Science for Cyber Security
继上一篇文章,本篇尝试结合基础攻防数据测试效果。 Notes: Anomaly Detection in Time Series Data Using LSTMs and Automatic Thresholding 基础攻防领域的异常检测问题 在基础攻防领域的异常检测应用场景很多,如暴力破解、端口扫描、DDoS、CC、爬虫等。这些行为的共性是——流量侧的统计特征会观测到明显异常。 如: ... Read More
CTF
TFBoys a.k.a. TensorFlow Boys :P TensorFlow 加载模型时的安全风险 Tensorflow用数据流图(dataflow graph)来表示计算模型,结点(node)表示计算操作(operation)。 常规的operation多用来表达计算(加减乘除),此外还有两种特殊的operation:read_file() 和 write_file() ... Read More
Machine Learning
Exponential Weighted Moving Average(EWMA) EWMA用于平滑:1) 计算效率高 2) 时间较近的观测值权重较大,更好地反应时序变化趋势。 weights (1-alpha)**(n-1), (1-alpha)**(n-2), …, 1-alpha, 1. import pandas as pd df = ... Read More
Trading
This post requires access token, contact mail:[email protected] if needed. Read More
Machine Learning
https://static.cdxy.me/20190705.pdf Read More
Misc
近日读研的老同学纷纷毕业,也是我毕业入职阿里云的两周年,做个总结。 技术变化 从WEB安全转到了企业安全/数据分析方向,感谢我的前主管在我入职第一周传递给我「机器学习」这个关键词,在学习和研究的过程中我越来越坚信:对数据、信息的处理能力将是这个时代的主旋律,也是安全行业的创新动力。 ... Read More
Trading
This post requires access token, contact mail:[email protected] if needed. Read More
Data Science for Cyber Security
by LittleHann & cdxy from team 阿里云安全-能力建设团队. Presentation: PDF id task description score rank 1 DNS Malicious Traffic Identification PDF 100.0 top 1 2 DGA Domain Identification and Family ... Read More
Data Science for Cyber Security
安全领域与图计算 安全领域噱头不断,前两年不少厂商大吹AI,如今"图计算"一词大有再掀风浪之势。 首先"图"和"计算"应该分开看。"图"是一种数据结构、信息载体。 机器学习的一种思路是将"信息"编码为"数字",然后再对"数字"应用算法来满足业务场景。比如通过embedding将单词映射成空间向量,就可以通过空间距离来表达单词之间含义的相似性。 ... Read More
Data Science for Cyber Security
Blue Team
根据公有云的威胁检测实践,做了个安全数据分析方向的tutorial,公开PPT和视频。 data-knowledge-action_cdxy.pdf FreeBuf公开课《企业安全数据分析实践与思考》-45min录像 ... Read More