SigmaHQ/rules/windows/builtin/win_atsvc_task.yml

29 lines
891 B
YAML
Raw Normal View History

2020-01-30 16:26:09 +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
date: 2019/04/03
2019-04-03 11:08:12 +00:00
references:
- https://blog.menasec.net/2019/03/threat-hunting-25-scheduled-tasks-for.html
tags:
- attack.lateral_movement
- attack.persistence
- attack.t1053 # an old one
2019-06-14 04:15:38 +00:00
- car.2013-05-004
- car.2015-04-001
2020-06-16 20:46:08 +00:00
- attack.t1053.002
2019-04-03 11:08:12 +00:00
logsource:
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 11:08:12 +00:00
detection:
selection:
EventID: 5145
ShareName: \\*\IPC$
RelativeTargetName: atsvc
Accesses: '*WriteData*'
condition: selection
falsepositives:
2019-04-03 11:08:12 +00:00
- pentesting
level: medium