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