Skip to content

NovaSky0x1/Deploy-Sysmon-PowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Deploy-Sysmon-PowerShell

A quick PowerShell script to deploy Sysmon with the SwiftOnSecurity configuration.

What it does

  • Downloads Sysmon from Microsoft Sysinternals
  • Downloads the SwiftOnSecurity sysmon-config ruleset
  • Installs Sysmon as a service with the config applied

Requirements

  • Windows (tested on Windows 10/11, Server 2016+)
  • PowerShell 5.1+
  • Administrator privileges
  • Internet connectivity

Usage

Run PowerShell as Administrator:

.\deploy-sysmon.ps1

Verify Installation

Get-Service Sysmon64
Get-WinEvent -LogName "Microsoft-Windows-Sysmon/Operational" -MaxEvents 5

Log Location

Event Viewer → Applications and Services Logs → Microsoft → Windows → Sysmon → Operational

Update Config

To update the config without reinstalling:

Sysmon64.exe -c C:\Sysmon\sysmonconfig.xml

Uninstall

Sysmon64.exe -u

Credits

About

Deploy Sysmon with the Swift on Security rule set

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors