Files
blue-team-tools/rules/windows/process_creation/process_creation_apt_actinium_persistence.yml
T
2022-02-07 16:15:48 +01:00

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