Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 909 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 909 Bytes

RDPVis

Simple web app that allows to visualize RDP (Remote Desktop Protocol) sessions.

Once you run the app, you can import json output from Chainsaw.

Disclaimer: this is work in progress, so expect bugs and missing features.

How to get the JSON output from Chainsaw

  1. Get Chainsaw
  2. Run it with ./chainsaw hunt <INPUT_FOLDER_CONTAINING_EVTX_FILES> --mapping mappings/sigma-event-logs-all.yml -r rules/rdp_attacks/ -o <OUTPUT_FILE>.json -j
  3. Import <OUTPUT_FILE>.json into RDPVis

Credits