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

29 lines
516 B
YAML
Raw Normal View History

2020-03-25 14:36:34 +01:00
title: Cisco Disabling Logging
id: 9e8f6035-88bf-4a63-96b6-b17c0508257e
2021-11-27 11:33:14 +01:00
status: test
2020-03-25 14:36:34 +01:00
description: Turn off logging locally or remote
author: Austin Clark
date: 2019/08/11
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:
- 'no logging'
- 'no aaa new-model'
condition: keywords
fields:
- src
- CmdSet
- User
- Privilege_Level
- Remote_Address
2020-03-25 14:36:34 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2020-03-25 14:36:34 +01:00
level: high
2020-09-15 07:02:30 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.defense_evasion
- attack.t1562.001