Skip to content

Commit

Permalink
Automatic sysmon install powershell script
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbrow1949 authored Oct 22, 2024
1 parent 1733589 commit a00102f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/install_sysmon.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Curl and unzip sysmon off the windows sysinternals page
curl https://download.sysinternals.com/files/Sysmon.zip -OutFile sysmon.zip
Expand-Archive sysmon.zip
# Curl and unzip the swift on config xml
curl https://github.com/SwiftOnSecurity/sysmon-config/archive/refs/heads/master.zip -OutFile sysmon-config.zip
Expand-Archive sysmon-config.zip
# install sysmon
.\sysmon\sysmon -accepteula -i .\sysmon-config\sysmon-config-master\sysmonconfig-export.xml

0 comments on commit a00102f

Please sign in to comment.