Upload files to "3 DC/Agents/Sysmon"

This commit is contained in:
2024-10-27 00:02:33 -04:00
parent e295772926
commit ed34460a74
5 changed files with 2826 additions and 0 deletions

View File

@ -0,0 +1,7 @@
@echo off
SET FLAG=~\Documents\SysmonFlag.txt
IF EXIST %FLAG% GOTO END
echo "Sysmon Installed" > %FLAG%
\\DC01\Software\SplunkUF\sysmon.exe -i -accepteula
:END