Linux Package Uninstall
Description
Detects linux package removal using builtin tools such as "yum", "apt", "apt-get" or "dpkg".
Query · sigma
selection_yum: Image|endswith: /yum CommandLine|contains: - erase - remove selection_apt: Image|endswith: - /apt - /apt-get CommandLine|contains: - remove - purge selection_dpkg: Image|endswith: /dpkg CommandLine|contains: - '--remove ' - ' -r ' selection_rpm: Image|endswith: /rpm CommandLine|contains: ' -e ' condition: 1 of selection_*
Known false positives
- Administrator or administrator scripts might delete packages for several reasons (debugging, troubleshooting).