This batch script automates the startup sequence for LogonTracer, a powerful tool for investigating Windows Event Logs, especially logon activity. It starts the necessary backend (Neo4j), launches LogonTracer, and opens the interface in your web browser.
Ensure the following tools are installed and available at the specified paths:
- Neo4j Desktop
- Path:
C:\Users\dfir\AppData\Local\Programs\neo4j-desktop\Neo4j Desktop 2.exe
- Path:
- LogonTracer
- Python-based script located at:
C:\Tools\LogonTracer\logontracer.py
- Python-based script located at:
- Google Chrome
- Path:
C:\Program Files\Google\Chrome\Application\chrome.exe
- Path:
Python environment must support running LogonTracer (Python 3, required dependencies installed).
- Start Neo4j Desktop
- Wait 5 seconds to allow Neo4j services to initialize
- Start LogonTracer
- Runs on port
8080 - Authenticates with Neo4j using:
- Username:
neo4j - Password:
training - Server:
localhost
- Username:
- Runs on port
- Wait 5 seconds
- Open Chrome to: http://127.0.0.1:8080/
Double-click the .bat file or run it from the command line:
logontracer_launcher.batJacob Wilson
π§ dfirvault@gmail.com
https://www.linkedin.com/in/jacob--wilson/
More information: https://dfirvault.com