Feature/rm submodule (#312)
* rm: submodule * Add: rules * Fix: hayabusa-rules to c9c10a
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
|
||||
title: Interactive AT Job
|
||||
ruletype: Sigma
|
||||
author: E.M. Anhaus (originally from Atomic Blue Detections, Endgame), oscd.community
|
||||
date: 2019/10/24
|
||||
description: Detect an interactive AT job, which may be used as a form of privilege
|
||||
escalation.
|
||||
detection:
|
||||
SELECTION_1:
|
||||
EventID: 1
|
||||
SELECTION_2:
|
||||
Image: '*\at.exe'
|
||||
SELECTION_3:
|
||||
CommandLine: '*interactive*'
|
||||
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
|
||||
falsepositives:
|
||||
- Unlikely (at.exe deprecated as of Windows 8)
|
||||
fields:
|
||||
- ComputerName
|
||||
- User
|
||||
- CommandLine
|
||||
id: 60fc936d-2eb0-4543-8a13-911c750a1dfc
|
||||
level: high
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
modified: 2021/11/27
|
||||
references:
|
||||
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1053.002/T1053.002.md
|
||||
- https://eqllib.readthedocs.io/en/latest/analytics/d8db43cf-ed52-4f5c-9fb3-c9a4b95a0b56.html
|
||||
status: test
|
||||
tags:
|
||||
- attack.privilege_escalation
|
||||
- attack.t1053.002
|
||||
- attack.t1053
|
||||
Reference in New Issue
Block a user