@@ -0,0 +1,48 @@
|
||||
title: Greenbug Campaign Indicators
|
||||
id: 3711eee4-a808-4849-8a14-faf733da3612
|
||||
status: experimental
|
||||
description: Detects tools and process executions as observed in a Greenbug campaign in May 2020
|
||||
references:
|
||||
- https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/greenbug-espionage-telco-south-asia
|
||||
author: Florian Roth
|
||||
date: 2020/05/20
|
||||
tags:
|
||||
- attack.g0049
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection1:
|
||||
CommandLine|contains|all:
|
||||
- 'bitsadmin /transfer'
|
||||
- 'CSIDL_APPDATA'
|
||||
selection2:
|
||||
CommandLine|contains|all:
|
||||
- 'PowerShell.exe'
|
||||
- '-ExecutionPolicy Bypass'
|
||||
- 'CSIDL_SYSTEM_DRIVE'
|
||||
selection3:
|
||||
CommandLine|contains:
|
||||
- '\msf.ps1'
|
||||
- '8989 -e cmd.exe'
|
||||
- 'system.Data.SqlClient.SqlDataAdapter($cmd); [void]$da.fill'
|
||||
- '-nop -w hidden -c $k=new-object'
|
||||
- '[Net.CredentialCache]::DefaultCredentials;IEX '
|
||||
- ' -nop -w hidden -c $m=new-object net.webclient;$m'
|
||||
- '-noninteractive -executionpolicy bypass whoami'
|
||||
- '-noninteractive -executionpolicy bypass netstat -a'
|
||||
- 'L3NlcnZlc' # base64 encoded '/server='
|
||||
selection4:
|
||||
Image|endswith:
|
||||
- '\adobe\Adobe.exe'
|
||||
- '\oracle\local.exe'
|
||||
- '\revshell.exe'
|
||||
- 'infopagesbackup\ncat.exe'
|
||||
- 'CSIDL_SYSTEM\cmd.exe'
|
||||
- '\programdata\oracle\java.exe'
|
||||
- 'CSIDL_COMMON_APPDATA\comms\comms.exe'
|
||||
- '\Programdata\VMware\Vmware.exe'
|
||||
condition: 1 of them
|
||||
falsepositives:
|
||||
- Unknown
|
||||
level: critical
|
||||
Reference in New Issue
Block a user