From dc3ace44ae4f45443a8888b4c1dbd9e39f4a3523 Mon Sep 17 00:00:00 2001 From: tobor Date: Tue, 16 Mar 2021 09:32:46 -0600 Subject: [PATCH] Added WinRM ports and Service names Thanks for all the hard work this is awesome. I added the WinRM ports 5985,5986 for Event ID 3 and I believe I corrected the Metasploit port. The default port in Metasploit is 4444. It is possible I am not aware of 444 so I figured I would add this just in case it was a typo. I also added some services I believe help better cover what is already there with the 64-bit versions of psexec and netcat and the available c file that can be compiled with netcat.c. I also added an entry for the Sysinternals Suite procdump 32 and 64 bit versions to log possible password dumps from memory. --- sysmonconfig-export.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sysmonconfig-export.xml b/sysmonconfig-export.xml index f4acf26c..a93fc11c 100644 --- a/sysmonconfig-export.xml +++ b/sysmonconfig-export.xml @@ -313,9 +313,14 @@ wmic.exe wscript.exe + netcat.exe nc.exe + nc64.exe ncat.exe + procdump.exe + procdump64.exe psexec.exe + psexec64.exe psexesvc.exe tor.exe vnc.exe @@ -332,7 +337,9 @@ 3389 5800 5900 - 444 + 5985 + 5986 + 4444 1080 3128 @@ -1156,4 +1163,4 @@ - \ No newline at end of file +