Releases: JPCERTCC/LogonTracer
Releases · JPCERTCC/LogonTracer
v1.3.1
v1.3.0
v1.2.1
v1.2
New
- Added a function to detect DCShadow
- Added a function to detect DCSync
- Added a function to highlight the searched node
- Added tree graph mode
- Added a function to investigate the possibility of accessing the host using the administrator account from the infected host
- Added a function to rank the visualization
- Added logo images
Update
- Updated warning message that loading of web page is slow
- Changed the root node of the tree graph to searched node
- Remove a function to add status value
Bug fix
- Fixed a performance issue of HMM function
- Fixed a bug in function to detect MS14-068 Exploit Failure
- Fixed a bug that can not detect add and delete group at the same time
- Fixed a bug that can not detect delete account
- Fixed a bug that caused an error when logs to be visualized in the event log were not included
v1.1.1
v1.1
New
- Added a function to graph the timeline.
- Added a function to detect policy change.
- Added a function to detect added/removed groups.
- Added a function to detect deletion of event log.
- Added a function to associate hostname and IP address.
- Added a function to check suspicious domains.
- Added a function to parse XML file for event log.
- Added a function to detect NTLM remote logon.
- Added a function to detect malicious account using HMM.
Update
- Changed to connect to neo4j server just before uploading data.
- Updated graph loading function.
Bug fix
- Fixed issue where host name and account name conflict in PageRank calculation.
- Fixed a bug global name 'fh' is not defined.
- Fixed a bug in graph loading function.
- Fixed a bug when importing large files.
- Fixed performance issue of rank view.
- Fixed a bug that failed to load number of records.
- Fixed a bug status 500 error after uploading Event log.
v1.0.3
v1.0.2
v1.0.1
New
- Added function to display EVTX file import log.
Bug fix
- Fixed issue where upload status of web UI was not displayed.
- Fixed the connection to remote Neo4J server.
- Fixed exception handling when Flask is not installed.
- Fixed port value str to int.
- Fixed a bug where the parse status over 100%.