From b0ef8589278f5d4062758f4fc40964a197a84f5c Mon Sep 17 00:00:00 2001 From: dogoncouch Date: Tue, 27 Mar 2018 14:18:54 -0400 Subject: [PATCH] Add logdissect log analysis tool (CLI/Python API) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed65773..6083f26 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ A curated list of tools and resources for security incident response, aimed to h ### Log Analysis Tools * [Lorg](https://github.com/jensvoid/lorg) - a tool for advanced HTTPD logfile security analysis and forensics +* [Logdissect](https://github.com/dogoncouch/logdissect) - A CLI utility and Python API for analyzing log files and other data. ### Memory Analysis Tools