专为快速、结构化且可操作的取证调查而构建。
Forensicator 是一个跨平台的事件响应与实时取证工具包。
它旨在帮助取证调查人员和事件响应人员在实时调查期间快速收集、分析和解读系统痕迹。
Forensicator 可以:
👉 https://github.com/Johnng007/Live-Forensicator/tree/main/Windows
👉 https://github.com/Johnng007/Live-Forensicator/tree/main/MacOS
⚠️ 注意:macOS 将真实的进程创建遥测限制在其 Endpoint Security Framework 中,普通脚本无法访问 — 因此这里的 Sigma 覆盖率比 Windows/Linux 更窄。有关详细信息,请参阅 macOS README。
👉 https://github.com/Johnng007/Live-Forensicator/tree/main/Linux
⚠️ 注意:Linux 脚本设计为避免使用非原生工具(例如
net-tools),以实现最大兼容性。Sigma 覆盖率取决于目标机器上是否已配置auditd— 请参阅 Linux README。
Forensicator 会生成:
这实现了从数据收集 → 调查 → 决策的快速过渡。
config.json 自定义配置Forensicator 支持使用 AES 对收集的痕迹进行可选加密。
这在以下情况下很有用:
⚠️ 适用于 Windows、Linux 和 macOS ⚠️ 不兼容 v4.1.1 之前的版本
默认关闭。启用后,每个调查结果在收集时会发送到本地或商业 LLM,并获得真实、通俗易懂的判定,直接显示在报告的工具提示中。
快速设置(通过 Ollama 使用本地 LLM),目前适用于 Windows:
# 1. Install Ollama (https://ollama.com) and pull a model
ollama pull mistral:7b-instruct
// 2. Enable it in config.json
"ai": {
"enabled": true,
"provider": "ollama",
"base_url": "http://localhost:11434",
"model": "mistral:7b-instruct"
}
更喜欢商业 API(OpenAI、Anthropic、Azure OpenAI 或任何兼容 OpenAI 的端点)?请相应地设置 provider 并添加你的 api_key。
📘 完整设置指南(所有提供商、调优、故障排除):opendocs.forensicator.io
Forensicator 通过以下方式识别可疑活动:
完整更新日志: 👉 https://opendocs.forensicator.io/changelog/
Windows: v4.2.0 (August 2026)
- NEW: Forensicator AI — optional, per-finding AI verdicts from a local (Ollama) or commercial LLM (OpenAI, Anthropic, Azure OpenAI, or any OpenAI-compatible endpoint), shown right in the report's tooltip. Off by default.
- NEW: Investigation Summary — a cross-finding case rollup with an overall risk score, reconstructed timeline, attack chain, evidence correlation, and recommended next steps, computed from every finding in the run.
- FIX: Investigation Summary's overall risk score no longer inflated by routine, always-present findings (services, scheduled tasks, browser history, running processes, RDP logins, and similar) that carry no evidence of actual compromise — a clean host with zero detections now correctly scores Low instead of High/Critical.
- FIX: Improvements and bug fixes.
Windows: v4.1.7 (July 2026)
- NEW: Added support for PowerShell v5.
- NEW: Active Directory detection module (Domain Controllers only) — NTDS database integrity, SYSVOL/GPO script analysis, privileged group membership, KRBTGT account age, SPN/Kerberoasting exposure, Kerberos delegation, DCSync rights enumeration, DC-specific privileged/Kerberos event collection, and WMI permanent event subscription detection.
- NEW: Microsoft SQL Server detection module — dangerous configuration options (xp_cmdshell, OLE Automation Procedures, CLR), sysadmin/sa account review, linked servers, TRUSTWORTHY databases, SQL Agent job persistence checks, and login failure event collection.
- NEW: Microsoft SharePoint Server detection module — webshell/dropped-file scanning, suspicious IIS worker process (w3wp.exe) child processes, web.config ViewState/machineKey misconfiguration review, and known exploit URI matching in IIS logs.
- FIX: Sigma rule engine returning zero findings on PowerShell 5.1 due to a ConvertFrom-Json array-unrolling difference between PS5.1 and PS7.
- FIX: HTML report rendering broken on PowerShell 5.1 caused by inconsistent Out-File encoding (UTF-16 vs UTF-8) between PowerShell versions.
- FIX: Friendlier error handling when manage-bde.exe is unavailable during BitLocker key extraction.
- FIX: Improvements and bug fixes.
欢迎贡献。
Live-Forensicator 是一款开源软件,采用 Apache License 2.0 许可。
版权所有 © 2026 Raptormatics。
您可以根据 Apache License 2.0 的条款自由使用、复制、修改和分发 Live-Forensicator。
完整许可文本请参阅 LICENSE 文件。
Live-Forensicator 可能包含或与第三方工具、库、脚本或组件交互,这些组件根据其各自的许可证分发。这些许可证仍适用于其各自的组件。
用户有责任遵守其与 Live-Forensicator 一起使用的任何第三方组件的适用许可和条款。