Detectionmediumtest

Node Process Executions

Detects the execution of other scripts using the Node executable packaged with Adobe Creative Cloud

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Max Altgelt (Nextron Systems)Created Wed Apr 06df1f26d3-bea7-4700-9ea2-ad3e990cf90ewindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic2 selectors
detection:
    selection:
        Image|endswith: '\Adobe Creative Cloud Experience\libs\node.exe'
    filter:
        CommandLine|contains: 'Adobe Creative Cloud Experience\js' # Folder where Creative Cloud's JS resources are located
    condition: selection and not filter
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
df1f26d3-bea7-4700-9ea2-ad3e990cf90e
Status
test
Level
medium
Type
Detection
Created
Wed Apr 06
Path
rules/windows/process_creation/proc_creation_win_node_adobe_creative_cloud_abuse.yml
Raw Tags
attack.defense-evasionattack.executionattack.t1127attack.t1059.007
View on GitHub