Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
forensic-msvpn — This repository contains Velociraptor artifact and Chainsaw rules to help detect Microsoft Remote Access VPN activity | Kitploit
Tools/GitHubGitHub/synacktiv/forensic-msvpn
ForensicsDigital ForensicsIncident ResponseLog Analysis
GitHubsynacktiv/forensic-msvpn

forensic-msvpn

This repository contains Velociraptor artifact and Chainsaw rules to help detect Microsoft Remote Access VPN activity

View Repository
633 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Microsoft Remote Access VPN Forensic analysis

This repository contains resources related to the forensic analysis made on Microsoft Remote Access VPN and available on this blog post: https://www.synacktiv.com/publications/forensic-aspects-of-microsoft-remote-access-vpn.html.

  • a Velociraptor client artifact Windows.EventLogs.RemoteAccessVPN.yaml
  • 7 chainsaw rules in the microsoft_rasvpn_events directory
  • and a Python script to execute on the VPN server that allows to dump the RaAcctDb WID database in CSV files csv_export_raacctdb.py

Velociraptor artifact

Import the Velociraptor Artifact Exchange pack or import Windows.EventLogs.RemoteAccessVPN.yaml from this repository.

  • Summary of the artifact velociraptor summary

  • VPN Client logs velociraptor client

  • VPN Server logs velociraptor vpn server

  • NPS Server logs velociraptor nps server

Chainsaw rules

Specify in your chainsaw cli arguments the microsoft_rasvpn_events directory, or use the rules from chainsaw repository from PR TODO.

chainsaw rules

Python script to export RaAcctDb database

To export the data stored by Remote access reporting feature in the WID RaAcctDb, you must:

  1. Install Python3 in the Remote Access VPN server
  2. Install pyodbc package: pip install pyodbc
  3. Copy csv_export_raacctdb.py in a local directory
  4. Create an output directory
  5. Run the script: python csv_export_raacctdb.py <out_dir> (relative or absolute path are accepted)
  6. A CSV file is created for each table

script results

Copyright

2023 - Théo Letailleur, Synacktiv

License

The contents of this repository is available under AGPL License

Contact

  • Théo Letailleur: [email protected]
  • CSIRT Synacktiv: [email protected]
Download Tool