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