SigmaHQ/rules/windows/process_creation/win_interactive_at.yml

30 lines
929 B
YAML
Raw Normal View History

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