2020-07-12 22:32:24 +00:00
|
|
|
title: Disabling Security Tools
|
|
|
|
id: e3a8a052-111f-4606-9aee-f28ebeb76776
|
2020-09-14 04:03:04 +00:00
|
|
|
status: experimental
|
2020-07-12 22:32:24 +00:00
|
|
|
description: Detects disabling security tools
|
2020-10-22 08:22:00 +00:00
|
|
|
author: Ömer Günal, Alejandro Ortuno
|
2020-09-14 04:03:04 +00:00
|
|
|
date: 2020/06/17
|
2020-07-12 22:32:24 +00:00
|
|
|
references:
|
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1089/T1089.md
|
2020-10-22 08:22:00 +00:00
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1562.004/T1562.004.md
|
2020-07-12 22:32:24 +00:00
|
|
|
logsource:
|
2020-10-28 08:56:01 +00:00
|
|
|
category: process_creation
|
2020-07-12 22:32:24 +00:00
|
|
|
product: linux
|
|
|
|
detection:
|
|
|
|
keywords:
|
|
|
|
- Command|contains:
|
|
|
|
- 'service iptables stop'
|
|
|
|
- 'chkconfig off iptables'
|
|
|
|
- 'service ip6tables stop'
|
|
|
|
- 'chkconfig off ip6tables'
|
2020-10-22 08:22:00 +00:00
|
|
|
- 'systemctl stop firewalld'
|
|
|
|
- 'systemctl disable firewalld'
|
2020-07-12 22:32:24 +00:00
|
|
|
- CarbonBlack|contains:
|
|
|
|
- 'service cbdaemon stop'
|
|
|
|
- 'chkconfig off cbdaemon'
|
|
|
|
- 'systemctl stop cbdaemon'
|
|
|
|
- 'systemctl disable cbdaemon'
|
|
|
|
- SELinux:
|
|
|
|
- 'setenforce 0'
|
|
|
|
- Crowdstrike|contains:
|
|
|
|
- 'systemctl stop falcon-sensor.service'
|
|
|
|
- 'systemctl disable falcon-sensor.service'
|
|
|
|
condition: keywords
|
|
|
|
falsepositives:
|
|
|
|
- Legitimate administration activities
|
2020-09-14 04:03:04 +00:00
|
|
|
level: medium
|
|
|
|
tags:
|
2020-10-22 08:22:00 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1562.004
|
|
|
|
- attack.t1089
|