Merge pull request #757 from tliffick/master

added rule for Blue Mockingbird (cryptominer)
This commit is contained in:
Florian Roth 2020-05-25 10:47:23 +02:00 committed by GitHub
commit 0afe0623af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,45 @@
action: global
title: Blue Mockingbird
id: c3198a27-23a0-4c2c-af19-e5328d49680e
status: experimental
description: Attempts to detect system changes made by Blue Mockingbird
references:
- https://redcanary.com/blog/blue-mockingbird-cryptominer/
tags:
- attack.execution
- attack.t1112
- attack.t1047
author: Trent Liffick (@tliffick)
date: 2020/05/14
falsepositives:
- unknown
level: high
detection:
condition: 1 of them
---
logsource:
category: process_creation
product: windows
detection:
exec_selection:
Image|endswith: '\cmd.exe'
CommandLine|contains|all:
- 'sc config'
- 'wercplsupporte.dll'
---
logsource:
category: process_creation
product: windows
detection:
wmic_cmd:
Image|endswith: '\wmic.exe'
CommandLine|endswith: 'COR_PROFILER'
---
logsource:
product: windows
service: sysmon
detection:
mod_reg:
EventID: 13
TargetObject|endswith:
- '\CurrentControlSet\Services\wercplsupport\Parameters\ServiceDll'