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

34 lines
793 B
YAML
Raw Normal View History

2020-03-25 14:36:34 +01:00
title: Cisco Stage Data
id: 5e51acb2-bcbe-435b-99c6-0e3cd5e2aa59
status: experimental
description: Various protocols maybe used to put data on the device for exfil or infil
author: Austin Clark
date: 2019/08/12
2020-09-03 00:34:41 +02:00
modified: 2020/09/02
2020-03-25 14:36:34 +01:00
logsource:
product: cisco
service: aaa
category: accounting
fields:
- CmdSet
detection:
keywords:
- 'tftp'
- 'rcp'
- 'puts'
- 'copy'
- 'configure replace'
- 'archive tar'
condition: keywords
falsepositives:
2020-09-03 00:34:41 +02:00
- Generally used to copy configs or IOS images
2020-03-25 14:36:34 +01:00
level: low
2020-09-15 07:02:30 -06:00
tags:
- attack.collection
- attack.lateral_movement
- attack.command_and_control
- attack.exfiltration
- attack.t1074
- attack.t1105
- attack.t1002 # an old one
- attack.t1560.001