Scan Report
0 /100
malware-analysis
恶意软件分析完整生命周期编排技能包,包含5个子技能:恶意软件分类、动态分析、特殊文件分析、检测工程、报告撰写
这是一个完全合法的恶意软件分析教学技能包,所有功能均符合其声明的安全研究用途,无任何恶意行为发现。
Safe to install
无需任何限制,可安全使用。该技能包设计用于指导用户在隔离VM环境中进行恶意软件分析,属于合法的网络安全研究工具。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | malware-triage/scripts/hash_calculator.py - 仅读取指定文件计算哈希 |
| Network | NONE | NONE | — | 无任何网络请求代码 |
| Shell | NONE | NONE | — | hash_calculator.py 使用标准库无subprocess调用 |
| Environment | NONE | NONE | — | 无环境变量访问 |
| Skill Invoke | NONE | NONE | — | 仅路由到子技能,无外部调用 |
| Clipboard | NONE | NONE | — | 无剪贴板操作 |
| Browser | NONE | NONE | — | 无浏览器操作 |
| Database | NONE | NONE | — | 无数据库操作 |
1 High 39 findings
High IP Address 硬编码 IP 地址
8.8.8.8 malware-dynamic-analysis/SKILL.md:48 Medium External URL 外部 URL
https://keepachangelog.com/ CHANGELOG.md:5 Medium External URL 外部 URL
https://gl0bal01.com/intel-codex/Security/Analysis/sop-malware-analysis Quick_Start.md:69 Medium External URL 外部 URL
https://www.virustotal.com/ README.md:98 Medium External URL 外部 URL
https://app.threat.zone/ README.md:99 Medium External URL 外部 URL
https://www.shodan.io/ README.md:102 Medium External URL 外部 URL
https://certifications.tcm-sec.com/pmrp/ README.md:894 Medium External URL 外部 URL
https://bazaar.abuse.ch/ README.md:899 Medium External URL 外部 URL
https://www.hybrid-analysis.com/ README.md:901 Medium External URL 外部 URL
https://docs.microsoft.com/en-us/sysinternals/ README.md:904 Medium External URL 外部 URL
https://www.wireshark.org/docs/ README.md:905 Medium External URL 外部 URL
https://blog.didierstevens.com/programs/ README.md:907 Medium External URL 外部 URL
https://docs.suricata.io/ README.md:909 Medium External URL 外部 URL
https://www.sans.org/posters/ README.md:912 Medium External URL 外部 URL
https://attack.mitre.org/ README.md:913 Medium External URL 外部 URL
https://malapi.io/ README.md:914 Medium External URL 外部 URL
http://malicious.com/payload.exe detection-engineer/SKILL.md:38 Medium External URL 外部 URL
https://evil.tk/login detection-engineer/SKILL.md:41 Medium External URL 外部 URL
http://malicious.com detection-engineer/SKILL.md:78 Medium External URL 外部 URL
https://attack.mitre.org/techniques/T1059/001/ detection-engineer/SKILL.md:144 Medium External URL 外部 URL
https://attack.mitre.org/techniques/T1105/ detection-engineer/SKILL.md:217 Medium External URL 外部 URL
https://attack.mitre.org/techniques/T1547/001/ detection-engineer/SKILL.md:251 Medium External URL 外部 URL
http://schemas.mandiant.com/2010/ioc detection-engineer/SKILL.md:641 Medium External URL 外部 URL
http://evil.com detection-engineer/SKILL.md:777 Medium External URL 外部 URL
https://app.any.run malware-dynamic-analysis/SKILL.md:531 Medium External URL 外部 URL
https://docs.microsoft.com/en-us/sysinternals/downloads/procmon malware-dynamic-analysis/references/tool_setup.md:8 Medium External URL 外部 URL
https://www.wireshark.org malware-dynamic-analysis/references/tool_setup.md:60 Medium External URL 外部 URL
https://processhacker.sourceforge.io malware-dynamic-analysis/references/tool_setup.md:120 Medium External URL 外部 URL
https://docs.microsoft.com/en-us/sysinternals/downloads/sysmon malware-dynamic-analysis/references/tool_setup.md:172 Medium External URL 外部 URL
https://sourceforge.net/projects/regshot/ malware-dynamic-analysis/references/tool_setup.md:209 Medium External URL 外部 URL
https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview malware-dynamic-analysis/references/tool_setup.md:234 Medium External URL 外部 URL
https://didierstevens.com/files/software/oledump_V0_0_70.zip specialized-file-analyzer/SKILL.md:180 Medium External URL 外部 URL
http://schemas.../attachedTemplate specialized-file-analyzer/SKILL.md:296 Medium External URL 外部 URL
http://malicious.com/template.dotm specialized-file-analyzer/SKILL.md:297 Medium External URL 外部 URL
https://beautifier.io/ specialized-file-analyzer/SKILL.md:530 Medium External URL 外部 URL
https://ericzimmerman.github.io/ specialized-file-analyzer/SKILL.md:615 Info Email 邮箱地址
[email protected] .github/workflows/mirror.yml:18 Info Email 邮箱地址
[email protected] detection-engineer/SKILL.md:59 Info Email 邮箱地址
[email protected] detection-engineer/SKILL.md:62 File Tree
20 files · 178.8 KB · 6360 lines Markdown 16f · 6241L
Python 1f · 74L
YAML 1f · 23L
Other 1f · 21L
Text 1f · 1L
├─
▾
.github
│ └─
▾
workflows
│ └─
mirror.yml
YAML
├─
▾
detection-engineer
│ └─
SKILL.md
Markdown
├─
▾
malware-dynamic-analysis
│ ├─
▾
references
│ │ └─
tool_setup.md
Markdown
│ └─
SKILL.md
Markdown
├─
▾
malware-report-writer
│ ├─
▾
assets
│ │ └─
report_template.md
Markdown
│ ├─
▾
references
│ │ └─
best_practices.md
Markdown
│ └─
SKILL.md
Markdown
├─
▾
malware-triage
│ ├─
▾
references
│ │ ├─
indicators.md
Markdown
│ │ └─
triage_checklist.md
Markdown
│ ├─
▾
scripts
│ │ └─
hash_calculator.py
Python
│ ├─
SKILL.md
Markdown
│ └─
test.txt
Text
├─
▾
references
│ └─
mcp_integrations.md
Markdown
├─
▾
specialized-file-analyzer
│ └─
SKILL.md
Markdown
├─
CHANGELOG.md
Markdown
├─
CLAUDE.md
Markdown
├─
LICENSE
├─
Quick_Start.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
hashlib | stdlib | Python内置 | No | 仅使用Python标准库,无外部依赖 |
pathlib | stdlib | Python内置 | No | 仅使用Python标准库,无外部依赖 |
Security Positives
✓ 完整的恶意软件分析教学框架,包含5个子技能覆盖完整分析生命周期
✓ 唯一的Python脚本(hash_calculator.py)功能纯净,仅计算文件哈希
✓ 所有文档都是教育性质,指导用户在隔离环境中进行分析
✓ MCP集成是可选功能,需要用户主动配置
✓ 明确要求VM隔离和安全的分析流程
✓ 无任何凭证收割、网络外传或远程执行能力
✓ 文档中的示例URL/IP均为教学目的,无实际指向