mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
22 lines
570 B
YAML
22 lines
570 B
YAML
|
title: Interactive AT Job
|
||
|
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)
|
||
|
date: 2019/10/24
|
||
|
tags:
|
||
|
- attack.privilege_escalation
|
||
|
- attack.t1053
|
||
|
detection:
|
||
|
selection:
|
||
|
Image:
|
||
|
- '*at.exe'
|
||
|
CommandLine:
|
||
|
- '* interactive*'
|
||
|
condition: selection
|
||
|
falsepositives:
|
||
|
- unlike (at.exe deprecated as of Windows 8)
|
||
|
level: high
|
||
|
logsource:
|
||
|
category: process_creation
|
||
|
product: windows
|