From 0249d330f5e4fc4d13746fd3215073fa34b000cb Mon Sep 17 00:00:00 2001 From: svch0stz <8684257+svch0stz@users.noreply.github.com> Date: Mon, 5 Oct 2020 15:23:23 +1100 Subject: [PATCH] Update win_susp_logon_explicit_credentials.yml --- .../builtin/win_susp_logon_explicit_credentials.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/windows/builtin/win_susp_logon_explicit_credentials.yml b/rules/windows/builtin/win_susp_logon_explicit_credentials.yml index dc71394f1..7ae1a49d7 100644 --- a/rules/windows/builtin/win_susp_logon_explicit_credentials.yml +++ b/rules/windows/builtin/win_susp_logon_explicit_credentials.yml @@ -1,10 +1,10 @@ -title: Suspicous Logon with Explicit Credentials +title: Suspicous Remote Logon with Explicit Credentials id: 941e5c45-cda7-4864-8cea-bbb7458d194a status: experimental -description: Detects the attack technique pass the hash which is used to move laterally inside the network +description: Detects suspicious processes logging on with explicit credentials references: - https://drive.google.com/file/d/1lKya3_mLnR3UQuCoiYruO3qgu052_iS_/view -author: Teymur Kheirkhabarov '@HeirhabarovT', Zach '@svch0st' +author: Teymur Kheirkhabarov '@HeirhabarovT', Zach Stanford '@svch0st' date: 2020/10/05 tags: logsource: @@ -28,4 +28,5 @@ detection: Target_Server_Name: 'localhost' condition: selection and not filter falsepositives: + - Administrators that use the RunAS command or scheduled tasks level: medium