Docker image for LogonTracer
100K+
LogonTracer is a tools to investigate malicious logon by visualizing and analyzing Windows active directory event logs.
LogonTracer uses PageRank and ChangeFinder to detect malicious hosts and accounts from event log.
This tool can visualize the following event id related to Windows logon based on this research.
Command to launch Docker image for LogonTracer
$ docker run \
--detach \
--publish=7474:7474 --publish=7687:7687 --publish=8080:8080 \
-e LTHOSTNAME=[IP_Address] \
jpcertcc/docker-logontracer
Access http://[LogonTracer_Server]:8080/ via Web browser.
Import the event log using Web GUI.
Event log can be imported with upload EVTX button.
More details are described in the following url: https://github.com/JPCERTCC/LogonTracer/wiki/jump-start-with-docker
Content type
Image
Digest
sha256:b489bd4bd…
Size
698.7 MB
Last updated
over 2 years ago
docker pull jpcertcc/docker-logontracer:v1.6.1