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

46 lines
889 B
YAML
Raw Normal View History

2020-03-25 14:36:34 +01:00
title: Cisco Discovery
id: 9705a6a1-6db6-4a16-a987-15b7151e299b
2021-11-27 11:33:14 +01:00
status: test
2020-09-03 00:34:41 +02:00
description: Find information about network devices that is not stored in config files
2020-03-25 14:36:34 +01:00
author: Austin Clark
date: 2019/08/12
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:
- 'dir'
- 'show processes'
- 'show arp'
- 'show cdp'
- 'show version'
- 'show ip route'
- 'show ip interface'
- 'show ip sockets'
- 'show users'
- 'show ssh'
- 'show clock'
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
- Commonly used by administrators for troubleshooting
2020-03-25 14:36:34 +01:00
level: low
2020-09-15 07:02:30 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.discovery
- attack.t1083
- attack.t1201
- attack.t1057
- attack.t1018
- attack.t1082
- attack.t1016
- attack.t1049
- attack.t1033
- attack.t1124