
침해 대응 및 라이브 포렌식을 위한 크로스 플랫폼 툴킷으로, 내장 탐지, 구조화된 분석, 보고서 생성 기능을 갖추고 있어 신속하고 실행 가능한 보안 조사에 최적화되어 있습니다.
신속하고 체계적이며 실행 가능한 포렌식 조사를 위해 제작되었습니다.
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에 따라 라이선스가 부여된 오픈소스 소프트웨어입니다.
Copyright © 2026 Raptormatics.
Apache License 2.0의 조건에 따라 Live-Forensicator를 자유롭게 사용, 복제, 수정, 배포할 수 있습니다.
전체 라이선스 전문은 LICENSE 파일을 참조하세요.
Live-Forensicator는 각각 자체 라이선스에 따라 배포되는 타사 도구, 라이브러리, 스크립트 또는 구성 요소를 포함하거나 이와 상호 작용할 수 있습니다. 해당 라이선스는 각각의 구성 요소에 계속 적용됩니다.
사용자는 Live-Forensicator와 함께 사용하는 모든 타사 구성 요소의 해당 라이선스 및 약관을 준수할 책임이 있습니다.