2022-01-22 15:12:24 +01:00
|
|
|
title: Disable System Firewall
|
|
|
|
|
id: 53059bc0-1472-438b-956a-7508a94a91f0
|
2023-01-27 06:48:34 +01:00
|
|
|
status: test
|
2022-01-22 15:12:24 +01:00
|
|
|
description: Detects disabling of system firewalls which could be used by adversaries to bypass controls that limit usage of the network.
|
|
|
|
|
references:
|
2022-10-25 08:53:44 +02:00
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1562.004/T1562.004.md
|
|
|
|
|
- https://firewalld.org/documentation/man-pages/firewall-cmd.html
|
|
|
|
|
author: 'Pawel Mazur'
|
2022-01-22 15:12:24 +01:00
|
|
|
date: 2022/01/22
|
2022-10-25 08:53:44 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.t1562.004
|
|
|
|
|
- attack.defense_evasion
|
2022-01-22 15:12:24 +01:00
|
|
|
logsource:
|
2022-10-25 08:53:44 +02:00
|
|
|
product: linux
|
|
|
|
|
service: auditd
|
2022-01-22 15:12:24 +01:00
|
|
|
detection:
|
2022-10-25 08:53:44 +02:00
|
|
|
selection:
|
|
|
|
|
type: 'SERVICE_STOP'
|
|
|
|
|
unit:
|
|
|
|
|
- 'firewalld'
|
|
|
|
|
- 'iptables'
|
|
|
|
|
- 'ufw'
|
|
|
|
|
condition: selection
|
2022-01-22 15:12:24 +01:00
|
|
|
falsepositives:
|
2022-10-25 08:53:44 +02:00
|
|
|
- Admin activity
|
2022-01-22 15:12:24 +01:00
|
|
|
level: high
|