1200KM / sigma-rule
Interactive AT Job — Sigma Rule
Sigma rule 60fc936d-2eb0-4543-8a13-911c750a1dfc. Interactive AT Job — Sigma Rule. Detects an interactive AT job, which may be used as a form of privilege escalation.
Rule metadata and linked tags
Author: E.M. Anhaus (originally from Atomic Blue Detections, Endgame), oscd.community. Source status: test; severity: high. Source dates: 2019-10-24 / 2021-11-27.
{
"category": "process_creation",
"product": "windows"
}Pinned original Sigma rule · Detection Rule License 1.1
Source SHA-256: c6b01dd3860518dc8d521410a7a37fc6325574e3c7eb202c537cbc7593105a25
Detection logic
Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.
title: Interactive AT Job
id: 60fc936d-2eb0-4543-8a13-911c750a1dfc
status: test
description: Detects an interactive AT job, which may be used as a form of privilege escalation.
references:
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1053.002/T1053.002.md
- https://eqllib.readthedocs.io/en/latest/analytics/d8db43cf-ed52-4f5c-9fb3-c9a4b95a0b56.html
author: E.M. Anhaus (originally from Atomic Blue Detections, Endgame), oscd.community
date: 2019-10-24
modified: 2021-11-27
tags:
- attack.persistence
- attack.execution
- attack.privilege-escalation
- attack.t1053.002
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\at.exe'
CommandLine|contains: 'interactive'
condition: selection
falsepositives:
- Unlikely (at.exe deprecated as of Windows 8)
level: high
simulation:
- type: atomic-red-team
name: At.exe Scheduled task
technique: T1053.002
atomic_guid: 4a6c0dc4-0f2a-4203-9298-a5a9bdc21ed8
False positives
- Unlikely (at.exe deprecated as of Windows 8)
Source references
Connected ecosystem references
Exact source-tagged techniques
Telemetry review
Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.
Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.