npx skills add smithery/ljchg12-hue --skill digital-forensics
zhaoxuya520/reverse-skill
digital-forensics
Use for authorized digital forensics including memory dumps, disk timelines, PCAP investigation, artifact triage, and IR evidence preservation.
Installation
npx skills add zhaoxuya520/reverse-skill --skill digital-forensics
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Master memory forensics techniques including memory acquisition, process analysis, and artifact…
9.8K installsProvides digital forensics and signal analysis techniques for CTF challenges.
7.4K installs>- Memory forensics playbook using Volatility 2/3. Use when analyzing memory dumps for malware …
2.9K installsParse Chromium-based browser databases with Hindsight to extract and correlate browsing history…
574 installsInvestigate compromised Docker containers by analyzing images, layers, volumes, logs, and runti…
553 installsPerforms Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysi…
325 installsAlso in this package
Other skills from zhaoxuya520/reverse-skill · top by installs.
npx skills add zhaoxuya520/reverse-skill
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md2,138 B -
docs
SUMMARY.md2,095 B
History
- First seen on skills.sh
- First recorded snapshot · 620 installs
SKILL.md
Digital Forensics & IR Artifacts
ACTION REQUIRED(读完后立刻执行)
NOW: 读取../field-journal/precedent-pentest.md或组织 IR 授权说明NOW: 确认是取证/溯源而非进攻性扫描NOW: 建立 case;证据只读副本优先(原始介质写保护)NEXT: tool-index;Volatility 等常手动ACT: 保全哈希 → 时间线 → 关键伪影
适用场景
- 内存转储分析(Volatility 2/3)
- 磁盘/ E01 / 落地文件时间线
- PCAP 溯源与协议还原(可联合
protocol-reverse/) - 主机伪影:Prefetch、Shimcache、Event Log、浏览器历史
- 应急响应 IOC 提炼(联合
malware-analysis//threat-hunting/)
工作流
1. 保全
□ 计算 SHA256;记录时区与采集命令
□ 工作在副本上;原始只读
□ chain of custody 备注写入 timeline
2. 内存
vol -f mem.dmp windows.info
vol -f mem.dmp windows.pslist
vol -f mem.dmp windows.netscan
vol -f mem.dmp windows.cmdline
3. 主机伪影
□ 事件日志:Security / PowerShell / Sysmon
□ 持久化:Run 键、服务、计划任务、WMI
□ 执行痕迹:Amcache、Prefetch、BAM
4. 网络
□ tshark 统计会话与 DNS
□ 导出可疑流 → protocol-reverse 或 malware C2 分析
工具链
| 工具 | 用途 |
|---|---|
| Volatility 3 | 内存 |
| Timeline Explorer / Plaso | 超级时间线 |
| tshark | PCAP |
| Eric Zimmerman 工具集 | Windows 伪影 |
| Autopsy / FTK Imager | 磁盘 |
参考
references/forensics-triage.md../malware-analysis/../threat-hunting/../protocol-reverse/
路由上下文
上游: MASTER R25 下游: 恶意样本深挖 → malware-analysis;规则 → threat-hunting
任务完成自检
- 是否保全哈希与副本策略?
- 时间线是否可复核?
- IOC 是否脱敏分级?
- Checklist?