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

32 lines
875 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
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
date: 2018/03/20
modified: 2020/08/23
2018-03-21 10:44:14 +01:00
references:
- https://blog.ropnop.com/using-credentials-to-own-windows-boxes-part-2-psexec-and-services/
2018-07-24 07:50:32 +02:00
tags:
- attack.lateral_movement
- attack.execution
- attack.t1077 # an old one
- attack.t1021.002
- attack.t1035 # an old one
2020-06-16 14:46:08 -06:00
- attack.t1569.002
2018-03-21 10:44:14 +01:00
logsource:
product: windows
2019-03-14 00:44:26 +01:00
service: system
2018-03-21 10:44:14 +01:00
detection:
service_installation:
EventID: 7045
ServiceName: 'BTOBTO'
2020-10-15 15:20:08 -03:00
ServiceFileName|endswith: '\execute.bat'
2018-03-21 10:44:14 +01:00
condition: service_installation
fields:
- ServiceName
- ServiceFileName
falsepositives:
- Penetration Test
- Unknown
2020-06-16 14:46:08 -06:00
level: critical