2.0 - evtxdetect_auto error and no CSV output
AndrewRathbun opened this issue · 1 comments
AndrewRathbun commented
Hello,
Thank you for providing a compiled Windows EXE. I'll be making a Module in KAPE for this tool, but first I think some bugs need to be fixed :)
I ran the tool against the EVTX-ATTACK-SAMPLES repo and received the following errors:
Error Analyzing Sysmon logs
ERROR:root:Traceback (most recent call last):
File "APT-Hunter.py", line 130, in evtxdetect_auto
File "lib\EvtxDetection.py", line 3082, in detect_events_Sysmon_log
NameError: name 'user' is not defined
Line 130 in 60fc3fd
APT-Hunter/lib/EvtxDetection.py
Line 3082 in 60fc3fd
Also, despite the below message indicating otherwise, there was no CSV output to be found.
Time Sketch Report saved as V:\EVTX\APTHunterTest_TimeSketch.csv
Logon Events Report saved as V:\EVTX\APTHunterTest_Logon_Events.csv
Report saved as V:\EVTX\APTHunterTest_Report.xlsx
So I think something might be wrong 🤷
ahmedkhlief commented
Thanks for your feedback , i fixed the issue . kindly check and let me know