26 lines
668 B
YAML
26 lines
668 B
YAML
title: Scheduled Task WScript VBScript
|
|
id: e1118a8f-82f5-44b3-bb6b-8a284e5df602
|
|
status: experimental
|
|
description: Detects specific process parameters as used by ACTINIUM scheduled task persistence creation.
|
|
author: Andreas Hunkeler (@Karneades)
|
|
references:
|
|
- https://www.microsoft.com/security/blog/2022/02/04/actinium-targets-ukrainian-organizations
|
|
date: 2022/02/07
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine|contains|all:
|
|
- 'schtasks'
|
|
- 'create'
|
|
- 'wscript'
|
|
- 'e:vbscript'
|
|
condition: selection
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Unlikely
|
|
level: high
|