krisyotam/viruses

GitHub: krisyotam/viruses

这是一个结构化的恶意软件源代码档案库,涵盖多种操作系统与攻击类型,并附带标准化元数据,旨在辅助安全研究与分析工作。

Stars: 0 | Forks: 0

# 病毒 用于安全研究和分析的恶意软件档案。所有条目均已索引到 `code.db` 中,并可在 [krisyotam.com/code](https://krisyotam.com/code) 上浏览。 包含来自 [vxunderground/MalwareSourceCode](https://github.com/vxunderground/MalwareSourceCode) 和 [RamadhanAmizudin/malware](https://github.com/RamadhanAmizudin/malware) 的精选来源,并重组为统一的分类体系。 ## 结构 ``` android/ mobile malware (RATs, stealers, banking trojans) asm/ ~1,100 ancient DOS/Win9x ASM virus source codes (alpha-organized + legacy-win*) botnet/ botnet frameworks and C2 infrastructure (Mirai, Grum, etc.) engine/ polymorphic and mutation engines (Win32, BAT, Linux, VBS) exploit/ CVE-specific exploits, proof-of-concepts, and exploit kits infector/ file infectors and PE/ELF parasites linux/ Linux-specific malware (backdoors, rootkits, trojans, Mirai family) macos/ macOS malware phishing/ phishing kits and templates prank/ harmless educational denial-of-service scripts ransomware/ ransomware source code and leaked builders research/ malware research, techniques, and libraries rootkit/ kernel and userland rootkits trojan/ trojans, RATs, stealers, keyloggers, and malware families webshell/ PHP webshells, C2 panels, and web-based backdoors worm/ self-replicating worms ``` ## 档案头部标准 每个源文件都带有标准的注释头部。格式因语言而异,但字段保持一致: **C / C++ / Java** ``` /* name type cve year os authors source archived krisyotam notes */ ``` **Python** ``` # ------------------------------------------------------------ # name # type # ... # archived krisyotam # ------------------------------------------------------------ ``` **Shell / Batch / VBS** 遵循相同的模式,使用各自语言的注释语法(`#`、`::`、`'`)。 **HTML** ``` ``` ## 免责声明 仅供教育和研究目的使用。
标签:Android恶意软件, Botnet, Cutter, ELF感染, ESC8, JS文件枚举, Linux恶意软件, macOS恶意软件, Malware Archive, PE感染, POC, RAT, Rootkit, VX Underground, Webshell, Zeek, 僵尸网络, 内核级隐藏, 勒索软件, 变形引擎, 后门, 命令与控制, 多态引擎, 多模态安全, 安全样本库, 密码窃取, 快速连接, 恶意代码, 恶意软件, 数据库索引, 木马, 汇编语言, 源代码存档, 漏洞复现, 病毒, 社会工程学, 自动回退, 蠕虫, 远程访问木马, 逆向工具, 钓鱼, 键盘记录器