Suspicious SysAidServer Child Processes via Java on Windows
Flags SysAidServer process spawning java.exe/javaw.exe on Windows to surface likely suspicious execution.
- Product
- windows
- Category
- process_creation
- Author
- Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2022-08-26
- Updated
- 2026-07-31
ATT&CK techniques
Lateral MovementRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule matches Windows process creation events where the parent process is java.exe or javaw.exe and the parent command line contains the string "SysAidServer". It highlights cases where Java-spawned child processes are initiated in the context of SysAidServer, which may indicate abuse of SysAidServer execution pathways. The detection relies on process creation telemetry, specifically parent image and parent command line content.
Reporting behind it
- microsoft.comhttps://www.microsoft.com/security/blog/2022/08/25/mercury-leveraging-log4j-2-vulnerabilities-in-unpatched-systems-to-target-israeli-organizations/
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_java_sysaidserver_susp_child_process.yml
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: Suspicious SysAidServer Child Processes via Java on Windows
id: 03f1748a-e88c-4b3b-8636-7f8de54b4a58
status: test
description: This rule matches Windows process creation events where the parent process is java.exe or javaw.exe and the parent command line contains the string "SysAidServer". It highlights cases where Java-spawned child processes are initiated in the context of SysAidServer, which may indicate abuse of SysAidServer execution pathways. The detection relies on process creation telemetry, specifically parent image and parent command line content.
references:
- https://www.microsoft.com/security/blog/2022/08/25/mercury-leveraging-log4j-2-vulnerabilities-in-unpatched-systems-to-target-israeli-organizations/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_java_sysaidserver_susp_child_process.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2022-08-26
tags:
- attack.lateral-movement
- attack.t1210
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith:
- \java.exe
- \javaw.exe
ParentCommandLine|contains: SysAidServer
condition: selection
falsepositives:
- Unknown
level: medium
license: DRL-1.1
related:
- id: 60bfeac3-0d35-4302-8efb-1dd16f715bc6
type: derived