2020-01-30 17:26:09 +01:00
|
|
|
title: Remote Task Creation via ATSVC Named Pipe
|
2019-11-12 23:12:27 +01:00
|
|
|
id: f6de6525-4509-495a-8a82-1f8b0ed73a00
|
2021-11-27 11:33:14 +01:00
|
|
|
status: test
|
2019-04-03 13:08:12 +02:00
|
|
|
description: Detects remote task creation via at.exe or API interacting with ATSVC namedpipe
|
|
|
|
|
author: Samir Bousseaden
|
|
|
|
|
references:
|
2021-11-27 11:33:14 +01:00
|
|
|
- https://blog.menasec.net/2019/03/threat-hunting-25-scheduled-tasks-for.html
|
|
|
|
|
date: 2019/04/03
|
|
|
|
|
modified: 2021/11/27
|
2019-04-03 13:08:12 +02:00
|
|
|
logsource:
|
2021-11-27 11:33:14 +01:00
|
|
|
product: windows
|
|
|
|
|
service: security
|
|
|
|
|
definition: 'The advanced audit policy setting "Object Access > Audit Detailed File Share" must be configured for Success/Failure'
|
2019-04-03 13:08:12 +02:00
|
|
|
detection:
|
2021-11-27 11:33:14 +01:00
|
|
|
selection:
|
|
|
|
|
EventID: 5145
|
2021-11-29 11:00:25 +01:00
|
|
|
ShareName: \\\*\IPC$
|
2021-11-27 11:33:14 +01:00
|
|
|
RelativeTargetName: atsvc
|
|
|
|
|
Accesses|contains: 'WriteData'
|
|
|
|
|
condition: selection
|
2020-01-30 16:07:37 +01:00
|
|
|
falsepositives:
|
2022-03-16 14:23:48 +01:00
|
|
|
- Unknown
|
2019-04-03 13:08:12 +02:00
|
|
|
level: medium
|
2021-11-27 11:33:14 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.lateral_movement
|
|
|
|
|
- attack.persistence
|
|
|
|
|
- car.2013-05-004
|
|
|
|
|
- car.2015-04-001
|
|
|
|
|
- attack.t1053.002
|