Linux Process: Wget Downloads .zip/.rar from temp.sh URL

Identifies Linux wget commands that download .zip or .rar archives from temp.sh.

FreeReviewedSigma · High · v5
Product
linux
Category
process_creation
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-06-16
Updated
2026-07-31
title: "Linux Process: Wget Downloads .zip/.rar from temp.sh URL"
id: bb64efb3-1c57-4153-8b29-58655dd36b40
status: test
description: This rule identifies Linux process executions where wget is used to fetch compressed archives (.zip or .rar) from a URL containing "https://temp.sh/". Downloading staged archives via wget from an external script-hosted domain is a common pattern for attacker-driven payload retrieval and staging. It relies on process creation telemetry capturing the executed binary path and command-line arguments.
references:
  - https://www.mandiant.com/resources/blog/barracuda-esg-exploited-globally
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2023/TA/UNC4841-Barracuda-ESG-Zero-Day-Exploitation/proc_creation_lnx_apt_unc4841_wget_download_compressed_file_tmep_sh.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-06-16
tags:
  - attack.stealth
  - attack.t1140
  - detection.emerging-threats
logsource:
  product: linux
  category: process_creation
detection:
  selection:
    Image|endswith: /wget
    CommandLine|contains: https://temp.sh/
    CommandLine|endswith:
      - .rar
      - .zip
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 60d050c4-e253-4d9a-b673-5ac100cfddfb
    type: derived