Files
blue-team-tools/rules/windows/builtin/system/win_hack_smbexec.yml
T

31 lines
786 B
YAML
Raw Normal View History

2018-03-21 10:44:14 +01:00
title: smbexec.py Service Installation
2019-11-12 23:12:27 +01:00
id: 52a85084-6989-40c3-8f32-091e12e13f09
2021-11-27 11:33:14 +01:00
status: test
2018-03-21 10:44:14 +01:00
description: Detects the use of smbexec.py tool by detecting a specific service installation
author: Omer Faruk Celik
references:
2021-11-27 11:33:14 +01:00
- https://blog.ropnop.com/using-credentials-to-own-windows-boxes-part-2-psexec-and-services/
date: 2018/03/20
modified: 2022/03/21
2018-03-21 10:44:14 +01:00
logsource:
2021-11-27 11:33:14 +01:00
product: windows
service: system
2018-03-21 10:44:14 +01:00
detection:
2021-11-27 11:33:14 +01:00
service_installation:
2021-11-30 15:03:53 +01:00
Provider_Name: 'Service Control Manager'
2021-11-27 11:33:14 +01:00
EventID: 7045
ServiceName: 'BTOBTO'
ImagePath|endswith: '\execute.bat'
2021-11-27 11:33:14 +01:00
condition: service_installation
2018-03-21 10:44:14 +01:00
fields:
2021-11-27 11:33:14 +01:00
- ServiceName
- ServiceFileName
2018-03-21 10:44:14 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2020-06-16 14:46:08 -06:00
level: critical
2021-11-27 11:33:14 +01:00
tags:
- attack.lateral_movement
- attack.execution
- attack.t1021.002
- attack.t1569.002