2019-04-03 15:59:46 +02:00
title : Suspicious PsExec execution
2019-11-12 23:12:27 +01:00
id : c462f537-a1e3-41a6-b5fc-b2c2cef9bf82
description : detects execution of psexec or paexec with renamed service name, this rule helps to filter out the noise if psexec is used for legit purposes or if attacker
uses a different psexec client other than sysinternal one
2019-04-03 15:59:46 +02:00
author : Samir Bousseaden
references :
- https://blog.menasec.net/2019/02/threat-hunting-3-detecting-psexec.html
tags :
- attack.lateral_movement
2019-04-03 21:50:25 +02:00
- attack.t1077
2019-04-03 15:59:46 +02:00
logsource :
product : windows
service : security
description : 'The advanced audit policy setting "Object Access > Audit Detailed File Share" must be configured for Success/Failure'
detection :
selection1 :
EventID : 5145
ShareName : \\*\IPC$
RelativeTargetName :
- '*-stdin'
- '*-stdout'
- '*-stderr'
selection2 :
EventID : 5145
ShareName : \\*\IPC$
RelativeTargetName : 'PSEXESVC*'
condition : selection1 and not selection2
falsepositives :
- nothing observed so far
level : high