Skip to content

wilmerism/Automate-Sysmon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate-Sysmon

Introduction:

Increase your logging abilities to further your ability to detect threats and malicious activity on your systems.

Recommended reading material:

A list of scripts and tools this collection utilizes:

How to run the script

Automated Install:

iwr -useb 'https://simeononsecurity.ch/scripts/sosautomatesysmon.ps1'|iex

Manual Install:

If manually downloaded, the script must be launched from the directory containing all the files from the GitHub Repository

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
Get-ChildItem -Recurse *.ps1 | Unblock-File
.\sos-automate-sysmon.ps1

About

Automate Sysmon Deployment and Configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%