mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
30 lines
915 B
YAML
30 lines
915 B
YAML
title: Interactive AT Job
|
|
id: 60fc936d-2eb0-4543-8a13-911c750a1dfc
|
|
description: Detect an interactive AT job, which may be used as a form of privilege escalation
|
|
status: experimental
|
|
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1053/T1053.yaml
|
|
- https://eqllib.readthedocs.io/en/latest/analytics/d8db43cf-ed52-4f5c-9fb3-c9a4b95a0b56.html
|
|
date: 2019/10/24
|
|
modified: 2019/11/11
|
|
tags:
|
|
- attack.privilege_escalation
|
|
- attack.t1053
|
|
- attack.t1053.002
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\at.exe'
|
|
CommandLine|contains: 'interactive'
|
|
condition: selection
|
|
fields:
|
|
- ComputerName
|
|
- User
|
|
- CommandLine
|
|
falsepositives:
|
|
- Unlikely (at.exe deprecated as of Windows 8)
|
|
level: high
|