2018-01-27 09:57:30 +00:00
|
|
|
title: PsExec Tool Execution
|
2017-06-12 21:57:06 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects PsExec service installation and execution events (service and Sysmon)
|
|
|
|
author: Thomas Patzke
|
2018-01-27 23:12:19 +00:00
|
|
|
references: https://www.jpcert.or.jp/english/pub/sr/ir_research.html
|
2017-06-12 21:57:06 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
service_installation:
|
|
|
|
EventID: 7045
|
|
|
|
ServiceName: 'PSEXESVC'
|
|
|
|
ServiceFileName: '*\PSEXESVC.exe'
|
|
|
|
service_execution:
|
|
|
|
EventID: 7036
|
|
|
|
ServiceName: 'PSEXESVC'
|
|
|
|
sysmon_processcreation:
|
|
|
|
EventID: 1
|
|
|
|
Image: '*\PSEXESVC.exe'
|
|
|
|
User: 'NT AUTHORITY\SYSTEM'
|
|
|
|
condition: service_installation or service_execution or sysmon_processcreation
|
2017-09-12 21:54:04 +00:00
|
|
|
fields:
|
|
|
|
- EventID
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
|
|
|
- ServiceName
|
|
|
|
- ServiceFileName
|
2017-06-12 21:57:06 +00:00
|
|
|
falsepositives:
|
|
|
|
- unknown
|
2017-06-17 06:50:16 +00:00
|
|
|
level: low
|