mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
26 lines
790 B
YAML
26 lines
790 B
YAML
title: Remote Task Creation via ATSVC named pipe
|
|
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
|
|
- attack.t1053
|
|
- car.2013-05-004
|
|
- car.2015-04-001
|
|
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
|