Files
blue-team-tools/rules/network/cisco/aaa/cisco_cli_dos.yml
T

28 lines
607 B
YAML
Raw Normal View History

2020-03-25 14:36:34 +01:00
title: Cisco Denial of Service
id: d94a35f0-7a29-45f6-90a0-80df6159967c
2021-11-27 11:33:14 +01:00
status: test
2020-03-25 14:36:34 +01:00
description: Detect a system being shutdown or put into different boot mode
author: Austin Clark
date: 2019/08/15
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2020-03-25 14:36:34 +01:00
logsource:
2021-11-27 11:33:14 +01:00
product: cisco
service: aaa
category: accounting
2020-03-25 14:36:34 +01:00
detection:
2021-11-27 11:33:14 +01:00
keywords:
- 'shutdown'
- 'config-register 0x2100'
- 'config-register 0x2142'
condition: keywords
fields:
- CmdSet
2020-03-25 14:36:34 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Legitimate administrators may run these commands, though rarely.
2020-03-25 14:36:34 +01:00
level: medium
2020-09-15 07:02:30 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.impact
- attack.t1495
- attack.t1529
- attack.t1565.001