Detectionmediumtest
Remote Task Creation via ATSVC Named Pipe
Detects remote task creation via at.exe or API interacting with ATSVC namedpipe
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Log Source
Windowssecurity
ProductWindows← raw: windows
Servicesecurity← raw: security
Definition
The advanced audit policy setting "Object Access > Audit Detailed File Share" must be configured for Success/Failure
Detection Logic
Detection Logic1 selector
detection:
selection:
EventID: 5145
ShareName: '\\\\\*\\IPC$' # looking for the string \\*\IPC$
RelativeTargetName: atsvc
AccessList|contains: 'WriteData'
condition: selectionFalse Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
References
MITRE ATT&CK
Sub-techniques
CAR Analytics
2013-05-004 · CAR 2013-05-0042015-04-001 · CAR 2015-04-001
Rule Metadata
Rule ID
f6de6525-4509-495a-8a82-1f8b0ed73a00
Status
test
Level
medium
Type
Detection
Created
Wed Apr 03
Modified
Thu Aug 01
Author
Path
rules/windows/builtin/security/win_security_atsvc_task.yml
Raw Tags
attack.privilege-escalationattack.executionattack.lateral-movementattack.persistencecar.2013-05-004car.2015-04-001attack.t1053.002