Potential Goofy Guineapig GoolgeUpdate Process Anomaly
Detects "GoogleUpdate.exe" spawning a new instance of itself in an uncommon location as seen used by the Goofy Guineapig backdoor
Detection logic
selection
ParentImage|endswith: \GoogleUpdate.exe
Image|endswith: \GoogleUpdate.exefilter_main_legit_paths
- Image|startswith:
- C:\Program Files\Google\
- C:\Program Files (x86)\Google\
- Image|contains: \AppData\Local\Google\Update\Condition
selection and not 1 of filter_main_*Raw YAML
title: Potential Goofy Guineapig GoolgeUpdate Process Anomaly
id: bdbab15a-3826-48fa-a1b7-723cd8f32fcc
status: test
description: Detects "GoogleUpdate.exe" spawning a new instance of itself in an uncommon location as seen used by the Goofy Guineapig backdoor
references:
- https://www.ncsc.gov.uk/static-assets/documents/malware-analysis-reports/goofy-guineapig/NCSC-MAR-Goofy-Guineapig.pdf
author: X__Junior (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
date: 2023-05-15
tags:
- detection.emerging-threats
- attack.stealth
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\GoogleUpdate.exe'
Image|endswith: '\GoogleUpdate.exe'
filter_main_legit_paths:
- Image|startswith:
- 'C:\Program Files\Google\'
- 'C:\Program Files (x86)\Google\'
- Image|contains: '\AppData\Local\Google\Update\'
condition: selection and not 1 of filter_main_*
falsepositives:
- Unknown
level: highFalse positives
- Unknown
References
Similar rules
APT27 - Emissary Panda Activity
criticalwindows · Same logsource category (process_creation)
APT29 2018 Phishing Campaign CommandLine Indicators
criticalwindows · Same logsource category (process_creation)
COLDSTEEL RAT Anonymous User Process Execution
highwindows · Same logsource category (process_creation)
COLDSTEEL RAT Cleanup Command Execution
criticalwindows · Same logsource category (process_creation)