Investigate malicious Windows logon by visualizing and analyzing Windows event log
LogonTracer is a tool to investigate malicious logon by visualizing and analyzing Windows Active Directory event logs. This tool associates a host name (or an IP address) and account name found in logon-related events and displays it as a graph. This way, it is possible to see in which account login attempt occurs and which host is used.
This tool can visualize the following event id related to Windows logon based on this research.
More details are described in the following documents:
LogonTracer uses PageRank, Hidden Markov model and ChangeFinder to detect malicious hosts and accounts from event log.
With LogonTracer, it is also possible to display event logs in a chronological order.
To use LogonTracer, you can:
If you want to know more details, please check the LogonTracer wiki.
Following YouTube’s video shows how to use LogonTracer.
LogonTracer is written in Python and uses Neo4j for database. The following tools are used.