โŒ

Reading view

There are new articles available, click to refresh the page.

Winevt_Logs_Analysis - Searching .Evtx Logs For Remote Connections

By: Unknown


Simple script for the purpose of finding remote connections to Windows machine and ideally some public IPs. It checks for some EventIDs regarding remote logins and sessions.

You should pip install -r requirements.txt so the script can work and parse some of the .evtx files inside winevt folder.


The winevt/Logs folders and the script must have identical file path.

Execution Example

Result Example



Winevt_Logs_Analysis - Searching .Evtx Logs For Remote Connections

By: Unknown


Simple script for the purpose of finding remote connections to Windows machine and ideally some public IPs. It checks for some EventIDs regarding remote logins and sessions.

You should pip install -r requirements.txt so the script can work and parse some of the .evtx files inside winevt folder.


The winevt/Logs folders and the script must have identical file path.

Execution Example

Result Example



โŒ