WinRAR Execution in Non-Standard Folder


Description

Detects a suspicious WinRAR execution in a folder which is not the default installation folder

Query · sigma

selection:
- Image|endswith:
  - \rar.exe
  - \winrar.exe
- Description:
  - Command line RAR
  - WinRAR
filter_main_unrar:
  Image|endswith: \UnRAR.exe
filter_main_path:
  Image|contains:
  - :\Program Files (x86)\WinRAR\
  - :\Program Files\WinRAR\
filter_optional_temp:
  Image|contains: :\Windows\Temp\
condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*

Known false positives

  • Legitimate use of WinRAR in a folder of a software that bundles WinRAR
Raw source WinRAR Execution in Non-Standard Folder · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: WinRAR Execution in Non-Standard Folder
id: 4ede543c-e098-43d9-a28f-dd784a13132f
status: test
description: Detects a suspicious WinRAR execution in a folder which is not the default installation folder
references:
    - https://twitter.com/cyb3rops/status/1460978167628406785
author: Florian Roth (Nextron Systems), Tigzy
date: 2021-11-17
modified: 2025-07-16
tags:
    - attack.collection
    - attack.t1560.001
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        - Image|endswith:
              - '\rar.exe'
              - '\winrar.exe'
        - Description:
              - 'Command line RAR'
              - 'WinRAR'
    filter_main_unrar:
        # Note: we filter unrar as it has the same description as the other utilities, and we're only interested in compression
        Image|endswith: '\UnRAR.exe'
    filter_main_path:
        Image|contains:
            - ':\Program Files (x86)\WinRAR\'
            - ':\Program Files\WinRAR\'
    filter_optional_temp:
        # Note: in some occasion installers were seen dropping "rar" in TEMP
        Image|contains: ':\Windows\Temp\'
    condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
falsepositives:
    - Legitimate use of WinRAR in a folder of a software that bundles WinRAR
level: medium

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.