EventMonkey icon indicating copy to clipboard operation
EventMonkey copied to clipboard

A Windows Event Processing Utility

Results 5 EventMonkey issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to get this working on a default install of elastic 5.5 and i get the following error: > Enumerating Event Files: 100% |###############################################################################################################| Traceback (most recent call...

Running on Fedora 24 x64. `python EventMonkey.py -n t1 -p /Testing/ -o /Testing/` > Enumerating Event Files: 100% |########################################################################################################################################################################################| Traceback (most recent call last): File "EventMonkey.py", line 150, in Main()...

bug

encountered a situation where jrec was None, which caused the sql_insert() at line 703 to throw an unhandled exception. I know enough Python to have inserted if jrec is None:...

bug

EVT indexed records should mimic that of EVTX so elastic queries will work between the two.

enhancement

Create log2timeline style report

enhancement