Blue Mockingbird - Registry

Attempts to detect system changes made by Blue Mockingbird

Sigma rule (View on GitHub)

 1title: Blue Mockingbird - Registry
 2id: 92b0b372-a939-44ed-a11b-5136cf680e27
 3related:
 4    - id: c3198a27-23a0-4c2c-af19-e5328d49680e
 5      type: derived
 6status: test
 7description: Attempts to detect system changes made by Blue Mockingbird
 8references:
 9    - https://redcanary.com/blog/blue-mockingbird-cryptominer/
10author: Trent Liffick (@tliffick)
11date: 2020-05-14
12modified: 2023-08-17
13tags:
14    - attack.defense-evasion
15    - attack.execution
16    - attack.persistence
17    - attack.t1112
18    - attack.t1047
19    - detection.emerging-threats
20logsource:
21    product: windows
22    category: registry_set
23detection:
24    selection:
25        TargetObject|endswith: '\CurrentControlSet\Services\wercplsupport\Parameters\ServiceDll'
26    condition: selection
27falsepositives:
28    - Unknown
29level: high

References

Related rules

to-top