Detection rules › Sigma

Potential MOVEit Transfer CVE-2023-34362 Exploitation - File Activity

Status
test
Severity
high
Log source
product windows, category file_event
Author
Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects file indicators of potential exploitation of MOVEit CVE-2023-34362.

MITRE ATT&CK coverage

TacticTechniques
Initial AccessT1190 Exploit Public-Facing Application

Event coverage

ProviderEventTitle
SysmonEvent ID 11FileCreate

Rule body yaml

title: Potential MOVEit Transfer CVE-2023-34362 Exploitation - File Activity
id: c3b2a774-3152-4989-83c1-7afc48fd1599
status: test
description: Detects file indicators of potential exploitation of MOVEit CVE-2023-34362.
references:
    - https://www.bleepingcomputer.com/news/security/new-moveit-transfer-zero-day-mass-exploited-in-data-theft-attacks/
    - https://community.progress.com/s/article/MOVEit-Transfer-Critical-Vulnerability-31May2023
    - https://www.rapid7.com/blog/post/2023/06/01/rapid7-observed-exploitation-of-critical-moveit-transfer-vulnerability/
    - https://www.reddit.com/r/sysadmin/comments/13wxuej/comment/jmhdg55/
author: Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
date: 2023-06-01
modified: 2024-08-13
tags:
    - attack.initial-access
    - attack.t1190
    - cve.2023-34362
    - detection.emerging-threats
logsource:
    category: file_event
    product: windows
detection:
    selection_generic:
        TargetFilename|contains:
            - '\MOVEit Transfer\wwwroot\'
            - '\MOVEitTransfer\wwwroot\'
        TargetFilename|endswith:
            - '.7z'
            - '.bat'
            - '.dll'
            - '.exe'
            - '.ps1'
            - '.rar'
            - '.vbe'
            - '.vbs'
            - '.zip'
    selection_known_ioc:
        TargetFilename|endswith:
            - '\MOVEit Transfer\wwwroot\_human2.aspx.lnk'
            - '\MOVEit Transfer\wwwroot\_human2.aspx'
            - '\MOVEit Transfer\wwwroot\human2.aspx.lnk'
            - '\MOVEit Transfer\wwwroot\human2.aspx'
            - '\MOVEitTransfer\wwwroot\_human2.aspx.lnk'
            - '\MOVEitTransfer\wwwroot\_human2.aspx'
            - '\MOVEitTransfer\wwwroot\human2.aspx.lnk'
            - '\MOVEitTransfer\wwwroot\human2.aspx'
    # Uncomment selection if you wanna threat hunt for additional artifacts
    # selection_cmdline:
    #    TargetFilename|contains: ':\Windows\TEMP\'
    #    TargetFilename|endswith: '.cmdline'
    selection_compiled_asp:
        CreationUtcTime|startswith:
            - '2023-03- '
            - '2023-04- '
            - '2023-05- '
            - '2023-06- '
        TargetFilename|contains|all:
            - '\Windows\Microsoft.net\Framework64\v'
            - '\Temporary ASP.NET Files\'
            - 'App_Web_'
        TargetFilename|endswith: '.dll'
    condition: 1 of selection_*
falsepositives:
    - To avoid FP, this rule should only be applied on MOVEit servers.
level: high

Stages and Predicates

Stage 0: condition

1 of selection_*

Stage 1: selection_generic

selection_generic:
    TargetFilename|contains:
        - '\MOVEit Transfer\wwwroot\'
        - '\MOVEitTransfer\wwwroot\'
    TargetFilename|endswith:
        - '.7z'
        - '.bat'
        - '.dll'
        - '.exe'
        - '.ps1'
        - '.rar'
        - '.vbe'
        - '.vbs'
        - '.zip'

Stage 2: selection_known_ioc

selection_known_ioc:
    TargetFilename|endswith:
        - '\MOVEit Transfer\wwwroot\_human2.aspx.lnk'
        - '\MOVEit Transfer\wwwroot\_human2.aspx'
        - '\MOVEit Transfer\wwwroot\human2.aspx.lnk'
        - '\MOVEit Transfer\wwwroot\human2.aspx'
        - '\MOVEitTransfer\wwwroot\_human2.aspx.lnk'
        - '\MOVEitTransfer\wwwroot\_human2.aspx'
        - '\MOVEitTransfer\wwwroot\human2.aspx.lnk'
        - '\MOVEitTransfer\wwwroot\human2.aspx'

Stage 3: selection_compiled_asp

selection_compiled_asp:
    CreationUtcTime|startswith:
        - '2023-03- '
        - '2023-04- '
        - '2023-05- '
        - '2023-06- '
    TargetFilename|contains|all:
        - '\Windows\Microsoft.net\Framework64\v'
        - '\Temporary ASP.NET Files\'
        - 'App_Web_'
    TargetFilename|endswith: '.dll'

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
CreationUtcTimestarts_with
  • 2023-03-
  • 2023-04-
  • 2023-05-
  • 2023-06-
TargetFilenameends_with
  • .7z corpus 5 (sigma 5)
  • .bat corpus 17 (sigma 17)
  • .dll corpus 23 (sigma 23)
  • .exe corpus 21 (sigma 20, splunk 1)
  • .ps1 corpus 17 (sigma 17)
  • .rar corpus 5 (sigma 5)
  • .vbe corpus 15 (sigma 15)
  • .vbs corpus 18 (sigma 18)
  • .zip corpus 7 (sigma 6, splunk 1)
  • \MOVEit Transfer\wwwroot\_human2.aspx
  • \MOVEit Transfer\wwwroot\_human2.aspx.lnk
  • \MOVEit Transfer\wwwroot\human2.aspx
  • \MOVEit Transfer\wwwroot\human2.aspx.lnk
  • \MOVEitTransfer\wwwroot\_human2.aspx
  • \MOVEitTransfer\wwwroot\_human2.aspx.lnk
  • \MOVEitTransfer\wwwroot\human2.aspx
  • \MOVEitTransfer\wwwroot\human2.aspx.lnk
TargetFilenamematch
  • App_Web_
  • \MOVEit Transfer\wwwroot\
  • \MOVEitTransfer\wwwroot\
  • \Temporary ASP.NET Files\ corpus 2 (sigma 2)
  • \Windows\Microsoft.net\Framework64\v