Webserver GET Requests to MOVEit Human2.aspx Paths Indicative of CVE-2023-34362 Web Shell Attempts

Alerts on GET requests to human2.aspx/_human2.aspx paths associated with MOVEit CVE-2023-34362 exploitation attempts.

FreeReviewedSigma · High · v5
Category
webserver
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-06-03
Updated
2026-07-31
title: Webserver GET Requests to MOVEit Human2.aspx Paths Indicative of CVE-2023-34362 Web Shell Attempts
id: a37633ed-88cc-46f1-9b4d-51f5a2a5f28f
status: test
description: This rule flags HTTP GET requests whose URI path contains either /human2.aspx or /_human2.aspx. These file paths are specifically associated with attempted exploitation workflows targeting MOVEit for CVE-2023-34362 and may indicate persistence through web shell behavior. Detection relies on webserver request telemetry that includes the HTTP method and the requested URI stem.
references:
  - https://community.progress.com/s/article/MOVEit-Transfer-Critical-Vulnerability-31May2023
  - https://www.mandiant.com/resources/blog/zero-day-moveit-data-theft
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2023/Exploits/CVE-2023-34362-MOVEit-Transfer-Exploit/web_cve_2023_34362_known_payload_request.yml.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-06-03
modified: 2023-07-28
tags:
  - attack.persistence
  - attack.t1505.003
  - cve.2023-34362
  - detection.emerging-threats
logsource:
  category: webserver
detection:
  selection:
    cs-method: GET
    cs-uri-stem|contains:
      - /human2.aspx
      - /_human2.aspx
  condition: selection
falsepositives:
  - Unlikely
level: high
license: DRL-1.1
related:
  - id: 435e41f2-48eb-4c95-8a2b-ed24b50ec30b
    type: derived