2018-03-21 09:44:14 +00:00
|
|
|
title: smbexec.py Service Installation
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 52a85084-6989-40c3-8f32-091e12e13f09
|
2018-03-21 09:44:14 +00:00
|
|
|
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/
|
2018-07-24 05:50:32 +00:00
|
|
|
tags:
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1077
|
|
|
|
- attack.t1035
|
2018-03-21 09:44:14 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
2019-03-13 23:44:26 +00:00
|
|
|
service: system
|
2018-03-21 09:44:14 +00:00
|
|
|
detection:
|
|
|
|
service_installation:
|
|
|
|
EventID: 7045
|
|
|
|
ServiceName: 'BTOBTO'
|
|
|
|
ServiceFileName: '*\execute.bat'
|
|
|
|
condition: service_installation
|
|
|
|
fields:
|
|
|
|
- ServiceName
|
|
|
|
- ServiceFileName
|
|
|
|
falsepositives:
|
|
|
|
- Penetration Test
|
|
|
|
- Unknown
|
|
|
|
level: critical
|