Potentially Suspicious Execution From Tmp Folder (via process_creation)

This rule detects a potentially anomalous execution of a process located in the '/tmp/' folder

SigmamediumLinuxv1
sigma
title: Potentially Suspicious Execution From Tmp Folder (via process_creation)
id: c82ca1cd-134a-5691-a5f8-28ecd1bdee61
status: stable
description: This rule detects a potentially anomalous execution of a process located in the '/tmp/' folder
references:
    - https://attack.mitre.org/techniques/T1036/
    - https://blogs.jpcert.or.jp/en/2023/05/gobrat.html
    - https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/
    - https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection
    - https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection
author: Huntrule Team
date: 2026-02-25
tags:
    - attack.stealth
    - attack.t1036
logsource:
    product: linux
    category: process_creation
detection:
    selection:
        Image|startswith: '/tmp/'
    filter_optional_nextcloud:
        Image|endswith: '/usr/bin/nextcloud'
    condition: selection and not 1 of filter_optional_*
falsepositives:
    - Unknown
level: medium

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.