Files
blue-team-tools/rules/application/antivirus/av_exploiting.yml
T

40 lines
886 B
YAML
Raw Normal View History

2018-09-09 11:03:26 +02:00
title: Antivirus Exploitation Framework Detection
2019-11-12 23:12:27 +01:00
id: 238527ad-3c2c-4e4f-a1f6-92fd63adb864
2021-11-27 11:33:14 +01:00
status: test
2018-09-09 11:03:26 +02:00
description: Detects a highly relevant Antivirus alert that reports an exploitation framework
author: Florian Roth
references:
2021-11-27 11:33:14 +01:00
- https://www.nextron-systems.com/2018/09/08/antivirus-event-analysis-cheat-sheet-v1-4/
date: 2018/09/09
modified: 2021/11/27
2018-09-09 11:03:26 +02:00
logsource:
2021-11-27 11:33:14 +01:00
product: antivirus
2018-09-09 11:03:26 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Signature|contains:
2022-01-06 14:02:35 +01:00
- 'MeteTool'
- 'MPreter'
- 'Meterpreter'
- 'Metasploit'
- 'PowerSploit'
2022-02-02 07:31:48 +02:00
- 'CobaltStrike'
2022-01-06 14:02:35 +01:00
- 'Swrort'
- 'Rozena'
- 'Backdoor.Cobalt'
- 'CobaltStr'
- 'COBEACON'
- 'Cometer'
- 'Razy'
2021-11-27 11:33:14 +01:00
condition: selection
2018-09-09 11:03:26 +02:00
fields:
2021-11-27 11:33:14 +01:00
- FileName
- User
2018-09-09 11:03:26 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unlikely
2018-09-09 11:03:26 +02:00
level: critical
2021-11-27 11:33:14 +01:00
tags:
- attack.execution
- attack.t1203
- attack.command_and_control
- attack.t1219