SigmaHQ/rules/windows/other/win_tool_psexec.yml

30 lines
817 B
YAML
Raw Normal View History

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
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
level: low