ajpc500 - Overview
Pinned Loading
-
Quick-and-dirty PowerShell script to... Quick-and-dirty PowerShell script to install Sysmon (SwiftOnSecurity config), SilkService and Winlogbeat, and forward logs to HELK based on IP set in environment variable "HELK_IP" (see Line 224).
1
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
2
$wc = New-Object System.Net.WebClient
4
if (!(Test-Path "C:\Tools")) {
5
New-Item -Path "C:\" -Name "Tools" -ItemType "directory"