mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
Merge pull request #2138 from frack113/conti_ransomware
Conti ransomware commandline
This commit is contained in:
commit
c202d39acd
@ -0,0 +1,29 @@
|
||||
title: Conti Ransomware Execution
|
||||
id: 689308fc-cfba-4f72-9897-796c1dc61487
|
||||
status: experimental
|
||||
author: frack113
|
||||
date: 2021/10/12
|
||||
description: Conti ransomware command line ioc
|
||||
references:
|
||||
- https://news.sophos.com/en-us/2021/09/03/conti-affiliates-use-proxyshell-exchange-exploit-in-ransomware-attacks/
|
||||
- https://twitter.com/VK_Intel/status/1447795359900704769?t=Xz7vaLTvaaCZ5kHoZa6gMw&s=19
|
||||
tags:
|
||||
- attack.impact
|
||||
- attack.s0575
|
||||
- attack.t1486
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
CommandLine|contains|all:
|
||||
- '-m '
|
||||
- '-net '
|
||||
- '-size ' #size 10 in references
|
||||
- '-nomutex '
|
||||
- '-p \\'
|
||||
- '$'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Unknown should be low
|
||||
level: critical
|
Loading…
Reference in New Issue
Block a user