SigmaHQ/rules/linux/lnx_security_tools_disabling.yml

113 lines
2.8 KiB
YAML
Raw Normal View History

2020-11-06 09:25:59 +00:00
action: global
title: Disabling Security Tools
id: e3a8a052-111f-4606-9aee-f28ebeb76776
2020-09-14 04:03:04 +00:00
status: experimental
description: Detects disabling security tools
author: Ömer Günal, Alejandro Ortuno
2020-09-14 04:03:04 +00:00
date: 2020/06/17
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1089/T1089.md
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1562.004/T1562.004.md
2020-11-06 09:25:59 +00:00
falsepositives:
- Legitimate administration activities
level: medium
tags:
- attack.defense_evasion
- attack.t1562.004
- attack.t1089
---
logsource:
2020-10-28 08:56:01 +00:00
category: process_creation
product: linux
detection:
2020-10-29 08:34:47 +00:00
iptables_1:
ProcessName|endswith:
- 'service'
CommandLine|contains|all:
- 'iptables'
- 'stop'
iptables_2:
ProcessName|endswith:
- 'service'
CommandLine|contains|all:
- 'ip6tables'
- 'stop'
iptables_3:
ProcessName|endswith:
- 'chkconfig'
CommandLine|contains|all:
- 'iptables'
- 'stop'
iptables_4:
ProcessName|endswith:
- 'chkconfig'
CommandLine|contains|all:
- 'ip6tables'
- 'stop'
firewall_1:
ProcessName|endswith:
- 'systemctl'
CommandLine|contains|all:
- 'firewalld'
- 'stop'
firewall_2:
ProcessName|endswith:
- 'systemctl'
CommandLine|contains|all:
- 'firewalld'
- 'disable'
carbonblack_1:
ProcessName|endswith:
- 'service'
CommandLine|contains|all:
- 'cbdaemon'
- 'stop'
carbonblack_2:
ProcessName|endswith:
- 'chkconfig'
CommandLine|contains|all:
- 'cbdaemon'
- 'off'
carbonblack_3:
ProcessName|endswith:
- 'systemctl'
CommandLine|contains|all:
- 'cbdaemon'
- 'stop'
carbonblack_4:
ProcessName|endswith:
- 'systemctl'
CommandLine|contains|all:
- 'cbdaemon'
- 'disable'
selinux:
ProcessName|endswith:
- 'setenforce'
CommandLine|contains:
- '0'
crowdstrike_1:
ProcessName|endswith:
- 'systemctl'
CommandLine|contains|all:
- 'stop'
- 'falcon-sensor.service'
crowdstrike_2:
ProcessName|endswith:
- 'systemctl'
CommandLine|contains|all:
- 'disable'
- 'falcon-sensor.service'
condition: 1 of them
2020-11-06 09:25:59 +00:00
---
logsource:
product: linux
service: syslog
detection:
keywords:
- '*stopping iptables*'
- '*stopping ip6tables*'
- '*stopping firewalld*'
- '*stopping cbdaemon*'
- '*stopping falcon-sensor*'
condition: keywords