Increase your logging abilities to further your ability to detect threats and malicious activity on your systems.
- Chocolatey - Only if you don't already have Sysmon in your local path
- SwiftOnSecurity/sysmon-config
- Microsoft Sysinternals - Sysmon
iwr -useb 'https://simeononsecurity.ch/scripts/sosautomatesysmon.ps1'|iex
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