lopezrunco/malware-analysis

GitHub: lopezrunco/malware-analysis

一个恶意软件分析报告合集,按难度分级记录了从基础静态分析到高级逆向工程的完整方法论与实战案例。

Stars: 0 | Forks: 0

# 恶意软件分析 该仓库包含恶意软件分析报告。其目的不仅是分析样本,还包括记录我的学习过程,其中包括对陌生概念的研究。 每份报告都记录了所使用的方法、涉及的工具以及在分析过程中获得的见解。 ## 所用工具 [![Lubuntu](https://img.shields.io/badge/Lubuntu-1C7ED6?logo=lubuntu&logoColor=white)](https://lubuntu.me/) [![VirtualBox](https://img.shields.io/badge/VirtualBox-183A61?logo=virtualbox&logoColor=white)](https://www.virtualbox.org/) [![FLARE VM](https://img.shields.io/badge/FLARE%20VM-009688?logo=virtualbox&logoColor=white)](https://www.fireeye.com/services/freeware/flare-vm.html) [![REMnux](https://img.shields.io/badge/REMnux-FF4081?logo=linux&logoColor=white)](https://remnux.org/) [![HashMyFiles](https://img.shields.io/badge/HashMyFiles-FF6F00?logo=hashnode&logoColor=white)](https://www.nirsoft.net/utils/hash_my_files.html) [![Detect It Easy](https://img.shields.io/badge/Detect%20It%20Easy-607D8B?logo=windows&logoColor=white)](https://ntinfo.biz/) [![HxD](https://img.shields.io/badge/HxD-795548?logo=windows&logoColor=white)](https://mh-nexus.de/en/hxd/) [![PE-bear](https://img.shields.io/badge/PE--bear-4CAF50?logo=windows&logoColor=white)](https://www.pelock.com/products/pe-bear) [![strings](https://img.shields.io/badge/strings-3F51B5?logo=gnu&logoColor=white)](https://www.gnu.org/software/binutils/) [![Notepad++](https://img.shields.io/badge/Notepad++-90E39E?logo=notepadplusplus&logoColor=white)](https://notepad-plus-plus.org/) [![CyberChef](https://img.shields.io/badge/CyberChef-FF5722?logo=cyberchef&logoColor=white)](https://gchq.github.io/CyberChef/) ## 结构 分析内容根据难度和技术被组织到三个文件夹中: - **Beginner** – 基础分析,旨在熟悉恶意软件分析概念。 - **Static Analysis** – 中级分析,侧重于在不执行二进制文件的情况下对其进行分析。 - **Reverse Engineering** – 高级分析,包括反汇编和更深入的代码检查。 ## 入门 - [ ] `re_lotsastuff.exe` – 静态恶意软件分析练习 - [ ] `a_message.ps1` – PowerShell 恶意软件分析练习
标签:CyberChef, DAST, FLARE VM, meg, PE结构, REMnux, Windows API, 云安全监控, 云资产清单, 信息安全, 反病毒, 威胁情报, 安全报告, 开发者工具, 恶意代码, 恶意软件分析, 情报收集, 样本分析, 沙箱, 漏洞研究, 生成式AI安全, 网络安全, 虚拟机, 逆向工程, 隐私保护, 静态分析