ahmedkhlief / APT-Hunter

APT-Hunter is Threat Hunting tool for windows event logs which made by purple team mindset to provide detect APT movements hidden in the sea of windows event logs to decrease the time to uncover suspicious activity
https://shells.systems/introducing-apt-hunter-threat-hunting-tool-via-windows-event-log/
GNU General Public License v3.0
1.26k stars 238 forks source link

Error Analyzing Powershell Operational logs - list index out of range #16

Closed scusi closed 2 years ago

scusi commented 3 years ago

Description: Kali GNU/Linux Rolling Release: 2021.3 Codename: kali-rolling Python Verison: Python 3.9.7

Error Analyzing Powershell Operational logs 
ERROR:root:Traceback (most recent call last):
  File "/home/kali/sources/APT-Hunter/APT-Hunter.py", line 80, in evtxdetect_auto
    EvtxDetection.detect_events_powershell_operational_log(powershellop_path_list,input_timezone)
  File "/home/kali/sources/APT-Hunter/lib/EvtxDetection.py", line 2399, in detect_events_powershell_operational_log
    Event_desc = "Found User (" + User[0].strip() + ") run PowerShell with Command Name (" + \
IndexError: list index out of range
ahmedkhlief commented 2 years ago

Fixed , please check and let me know