Files
blue-team-tools/rules/proxy/proxy_cobalt_ocsp.yml
T

25 lines
588 B
YAML
Raw Normal View History

2019-11-12 23:05:36 +01:00
title: CobaltStrike Malleable (OCSP) Profile
2019-11-12 23:12:27 +01:00
id: 37325383-740a-403d-b1a2-b2b4ab7992e7
2021-11-27 11:33:14 +01:00
status: test
2019-11-12 23:05:36 +01:00
description: Detects Malleable (OCSP) Profile with Typo (OSCP) in URL
author: Markus Neis
2020-09-15 07:02:30 -06:00
references:
2021-11-27 11:33:14 +01:00
- https://github.com/rsmudge/Malleable-C2-Profiles/blob/master/normal/ocsp.profile
date: 2019/11/12
modified: 2021/11/27
2019-11-12 23:05:36 +01:00
logsource:
2021-11-27 11:33:14 +01:00
category: proxy
2019-11-12 23:05:36 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection:
c-uri|contains: '/oscp/'
cs-host: 'ocsp.verisign.com'
2021-11-27 11:33:14 +01:00
condition: selection
2019-11-12 23:05:36 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2019-11-12 23:05:36 +01:00
level: high
2021-11-27 11:33:14 +01:00
tags:
- attack.defense_evasion
- attack.command_and_control
- attack.t1071.001