Files
blue-team-tools/rules/windows/process_creation/win_interactive_at.yml
T

30 lines
929 B
YAML
Raw Normal View History

2019-10-28 11:59:49 +01:00
title: Interactive AT Job
2019-12-19 23:56:36 +01:00
id: 60fc936d-2eb0-4543-8a13-911c750a1dfc
2019-11-11 04:06:37 +03:00
description: Detect an interactive AT job, which may be used as a form of privilege escalation
2019-10-28 11:59:49 +01:00
status: experimental
2019-11-11 04:05:21 +03:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
2019-11-11 04:06:37 +03:00
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
2019-10-28 11:59:49 +01:00
date: 2019/10/24
2019-11-11 04:05:21 +03:00
modified: 2019/11/11
2019-10-28 11:59:49 +01:00
tags:
- attack.privilege_escalation
2020-06-16 14:46:08 -06:00
- attack.t1053.002
- attack.t1053 # an old one
2020-01-19 22:34:16 +01:00
logsource:
category: process_creation
product: windows
2019-10-28 11:59:49 +01:00
detection:
selection:
2019-11-11 04:05:21 +03:00
Image|endswith: '\at.exe'
CommandLine|contains: 'interactive'
2019-10-28 11:59:49 +01:00
condition: selection
2020-01-11 00:11:27 +01:00
fields:
- ComputerName
- User
- CommandLine
2019-10-28 11:59:49 +01:00
falsepositives:
2019-11-11 04:05:21 +03:00
- Unlikely (at.exe deprecated as of Windows 8)
2019-10-28 11:59:49 +01:00
level: high