mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
21 lines
597 B
YAML
21 lines
597 B
YAML
|
title: smbexec.py Service Installation
|
||
|
description: Detects the use of smbexec.py tool by detecting a specific service installation
|
||
|
author: Omer Faruk Celik
|
||
|
date: 2018/03/20
|
||
|
references:
|
||
|
- https://blog.ropnop.com/using-credentials-to-own-windows-boxes-part-2-psexec-and-services/
|
||
|
logsource:
|
||
|
product: windows
|
||
|
detection:
|
||
|
service_installation:
|
||
|
EventID: 7045
|
||
|
ServiceName: 'BTOBTO'
|
||
|
ServiceFileName: '*\execute.bat'
|
||
|
condition: service_installation
|
||
|
fields:
|
||
|
- ServiceName
|
||
|
- ServiceFileName
|
||
|
falsepositives:
|
||
|
- Penetration Test
|
||
|
- Unknown
|
||
|
level: critical
|