Suspicious Mount Execution With Hidepid Parameter (via process_creation)
This rule detects execution of the "mount" command with "hidepid" parameter to make invisible processes to other users from the system
SigmamediumLinuxv1
sigma
suspicious-mount-execution-with-hidepid-parameter-via-process-creation
title: Suspicious Mount Execution With Hidepid Parameter (via process_creation)
id: 44101bb7-a0b3-5073-b5c7-bf7ab40c94f2
status: stable
description: This rule detects execution of the "mount" command with "hidepid" parameter to make invisible processes to other users from the system
references:
- https://attack.mitre.org/techniques/T1564/
- https://blogs.blackberry.com/
- https://www.cyberciti.biz/faq/linux-hide-processes-from-other-users/
- https://twitter.com/Joseliyo_Jstnk/status/1620131033474822144
author: Huntrule Team
date: 2026-02-20
tags:
- attack.credential-access
- attack.stealth
- attack.t1564
logsource:
product: linux
category: process_creation
detection:
selection:
Image|endswith: '/mount'
CommandLine|contains|all:
- 'hidepid=2'
- ' -o '
condition: selection
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.