Suspicious Group Has Been Deleted Through Groupdel (via process_creation)

This rule detects execution of the "groupdel" binary. Which is leveraged to delete a group. This is sometimes misused by threat actors to cover their tracks

SigmamediumLinuxv1
sigma
title: Suspicious Group Has Been Deleted Through Groupdel (via process_creation)
id: 29970a9b-d335-50a8-9871-cadb52bba723
status: stable
description: This rule detects execution of the "groupdel" binary. Which is leveraged to delete a group. This is sometimes misused by threat actors to cover their tracks
references:
    - https://attack.mitre.org/techniques/T1531/
    - https://linuxize.com/post/how-to-delete-group-in-linux/
    - https://www.cyberciti.biz/faq/linux-remove-user-command/
    - https://www.cybrary.it/blog/0p3n/linux-commands-used-attackers/
    - https://linux.die.net/man/8/groupdel
author: Huntrule Team
date: 2026-01-25
tags:
    - attack.impact
    - attack.t1531
logsource:
    product: linux
    category: process_creation
detection:
    selection:
        Image|endswith: '/groupdel'
    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.