rule: 3proxy usage, fix: rule - missing contains

This commit is contained in:
Florian Roth
2022-09-14 10:22:01 +02:00
parent 9f62270aff
commit 22d0e22d14
2 changed files with 28 additions and 2 deletions
@@ -0,0 +1,26 @@
title: 3Proxy Usage
id: f38a82d2-fba3-4781-b549-525efbec8506
status: experimental
description: Detects the use of 3proxy, a tiny free proxy server
author: Florian Roth
date: 2022/09/13
references:
- https://github.com/3proxy/3proxy
- https://blog.talosintelligence.com/2022/09/lazarus-three-rats.html
tags:
- attack.command_and_control
- attack.t1572
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\3proxy.exe'
selection_pe:
Description: '3proxy - tiny proxy server'
selection_params: # param combos seen in the wild
CommandLine|contains: '.exe -i127.0.0.1 -p'
condition: 1 of selection
falsepositives:
- Administrative activity
level: high
@@ -15,8 +15,8 @@ logsource:
product: windows
detection:
selection:
Image|endswith: '\dllhost.exe'
ParentCommandLine:
PranetImage|endswith: '\dllhost.exe'
ParentCommandLine|contains:
- '/Processid:{3E5FC7F9-9A51-4367-9063-A120244FBEC7}'
- '/Processid:{D2E7041B-2927-42FB-8E9F-7CE93B6DC937}'
filter: