Windows PowerShell script launcher matching SysAidServer Tomcat paths

Flags PowerShell script block text tied to SysAid Tomcat webapp paths and user.exe staging/launch actions.

FreeReviewedSigma · High · v5
Product
windows
Category
ps_script
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-11-09
Updated
2026-07-31
title: Windows PowerShell script launcher matching SysAidServer Tomcat paths
id: cc5c4e5e-1e9a-4bd0-ba14-b6130292d4f3
status: test
description: This rule matches PowerShell script block text that references a SysAidServer Tomcat webapps path and includes commands related to launching a user.exe payload, removing a downloaded file, and invoking the (Sophos) component. Such scripting patterns are used by attackers to stage and execute malware through PowerShell, making the observed script content a useful indicator for suspicious execution. It relies on Windows PowerShell Script Block Logging telemetry to capture and inspect script block text.
references:
  - https://www.sysaid.com/blog/service-desk/on-premise-software-security-vulnerability-notification
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2023/TA/Lace-Tempest/posh_ps_apt_lace_tempest_malware_launcher.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-11-09
tags:
  - attack.execution
  - attack.t1059.001
  - detection.emerging-threats
logsource:
  product: windows
  category: ps_script
  definition: "Requirements: Script Block Logging must be enabled"
detection:
  selection:
    ScriptBlockText|contains|all:
      - \SysAidServer\tomcat\webapps
      - Starting user.exe
      - \usersfiles\user.exe
      - Remove-Item -Force "$wapps
      - (Sophos).
  condition: selection
falsepositives:
  - Unlikely
level: high
license: DRL-1.1
related:
  - id: 37dc5463-f7e3-4f61-ad76-ba59cd02a651
    type: derived