
Go로 작성된 크로스 플랫폼 Yara 스캐너
Kraken은 Windows, Mac, FreeBSD 및 Linux용으로 빌드할 수 있는 간단한 크로스 플랫폼 Yara 스캐너입니다. 주로 사고 대응, 연구 및 임시 탐지(엔드포인트 보호용이 아님)를 목적으로 합니다. 핵심 기능은 다음과 같습니다:
일부 기능은 아직 개발 중이거나 거의 완료되었습니다:


사용 가능한 옵션으로 Kraken을 실행합니다:
Usage of kraken:
--backend string Specify a particular hostname to the backend to connect to (overrides the default)
--daemon Enable daemon mode (this will also enable the report flag)
--debug Enable debug logs
--folder string Specify a particular folder to be scanned (overrides the default full filesystem)
--no-autoruns Disable scanning of autoruns
--no-filesystem Disable scanning of filesystem
--no-process Disable scanning of running processes
--report Enable reporting of events to the backend
--rules Specify a particular path to a file or folder containing the Yara rules to use
Kraken 설치, 사용 및 빌드 방법에 대한 자세한 내용은 사용자 가이드를 참조하세요. 문서의 원본 소스 파일은 여기에서 확인할 수 있으며, 해당 문서와 관련된 문제나 풀 리퀘스트는 그곳에 제출해 주세요.
Kraken은 GNU General Public License v3.0에 따라 배포되며, 저작권은 Claudio Guarnieri에게 있습니다.