Detection rules › Sigma

Potential CVE-2023-36884 Exploitation - File Downloads

Status
test
Severity
medium
Log source
category proxy
Author
X__Junior
Source
github.com/SigmaHQ/sigma

Detects files seen being requested by RomCom while potentially exploiting CVE-2023-36884

MITRE ATT&CK coverage

TacticTechniques
Command & ControlNo specific technique

Rule body yaml

title: Potential CVE-2023-36884 Exploitation - File Downloads
id: 6af1617f-c179-47e3-bd66-b28034a1052d
status: test
description: Detects files seen being requested by RomCom while potentially exploiting CVE-2023-36884
references:
    - https://blogs.blackberry.com/en/2023/07/romcom-targets-ukraine-nato-membership-talks-at-nato-summit
author: X__Junior
date: 2023-07-12
tags:
    - attack.command-and-control
    - cve.2023-36884
    - detection.emerging-threats
logsource:
    category: proxy
detection:
    selection:
        cs-method: 'GET'
        c-uri|contains:
            - '/ex001.url'
            - '/file001.search-ms'
            - '/file001.url'
            - '/file001.vbs'
            - '/file1.mht'
            - '/o2010.asp'
            - '/redir_obj.html'
            - '/RFile.asp'
            - '/zip_k.asp'
            - '/zip_k2.asp'
            - '/zip_k3.asp'
    condition: selection
falsepositives:
    - Unknown
level: medium

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    cs-method: 'GET'
    c-uri|contains:
        - '/ex001.url'
        - '/file001.search-ms'
        - '/file001.url'
        - '/file001.vbs'
        - '/file1.mht'
        - '/o2010.asp'
        - '/redir_obj.html'
        - '/RFile.asp'
        - '/zip_k.asp'
        - '/zip_k2.asp'
        - '/zip_k3.asp'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
c-urimatch
  • /RFile.asp
  • /ex001.url
  • /file001.search-ms
  • /file001.url
  • /file001.vbs
  • /file1.mht
  • /o2010.asp
  • /redir_obj.html
  • /zip_k.asp
  • /zip_k2.asp
  • /zip_k3.asp
cs-methodeq
  • GET