2019-04-03 11:08:12 +00:00
|
|
|
title: Remote Task Creation via ATSVC named pipe
|
2019-11-12 22:12:27 +00:00
|
|
|
id: f6de6525-4509-495a-8a82-1f8b0ed73a00
|
2019-04-03 11:08:12 +00:00
|
|
|
description: Detects remote task creation via at.exe or API interacting with ATSVC namedpipe
|
|
|
|
author: Samir Bousseaden
|
|
|
|
references:
|
|
|
|
- https://blog.menasec.net/2019/03/threat-hunting-25-scheduled-tasks-for.html
|
|
|
|
tags:
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.persistence
|
2019-04-03 19:48:38 +00:00
|
|
|
- attack.t1053
|
2019-06-14 04:15:38 +00:00
|
|
|
- car.2013-05-004
|
|
|
|
- car.2015-04-001
|
2019-04-03 11:08:12 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
|
|
|
description: 'The advanced audit policy setting "Object Access > Audit Detailed File Share" must be configured for Success/Failure'
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 5145
|
|
|
|
ShareName: \\*\IPC$
|
|
|
|
RelativeTargetName: atsvc
|
|
|
|
Accesses: '*WriteData*'
|
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- pentesting
|
|
|
|
level: medium
|