mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
title: Script Event Consumer Spawning Processs
|
|
id: f6d1dd2f-b8ce-40ca-bc23-062efb686b34
|
|
status: experimental
|
|
description: Detects a suspicious child process of Script Event Consumer (scrcons.exe).
|
|
references:
|
|
- https://redcanary.com/blog/child-processes/
|
|
- https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-analytics-alert-reference/cortex-xdr-analytics-alert-reference/scrcons-exe-rare-child-process.html
|
|
author: Sittikorn S
|
|
date: 2021/06/21
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1047
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
ParentImage|endswith:
|
|
- '\scrcons.exe'
|
|
Image|endswith:
|
|
- '\svchost.exe'
|
|
- '\dllhost.exe'
|
|
- '\powershell.exe'
|
|
- '\wscript.exe'
|
|
- '\cscript.exe'
|
|
- '\schtasks.exe'
|
|
- '\regsvr32.exe'
|
|
- '\mshta.exe'
|
|
- '\rundll32.exe'
|
|
- '\msiexec.exe'
|
|
- '\msbuild.exe'
|
|
condition: selection
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|