Files
blue-team-tools/rules/web/proxy_generic/proxy_cobalt_onedrive.yml
T

28 lines
795 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: CobaltStrike Malleable OneDrive Browsing Traffic Profile
2019-11-12 23:12:27 +01:00
id: c9b33401-cc6a-4cf6-83bb-57ddcb2407fc
2022-01-07 07:04:24 +01:00
status: test
2019-11-12 23:12:27 +01:00
description: Detects Malleable OneDrive Profile
2020-09-15 07:02:30 -06:00
references:
2022-07-07 15:24:15 +01:00
- https://github.com/rsmudge/Malleable-C2-Profiles/blob/26323784672913923d20c5a638c6ca79459e8529/normal/onedrive_getonly.profile
2022-10-25 10:08:58 +02:00
author: Markus Neis
2022-01-07 07:04:24 +01:00
date: 2019/11/12
2022-08-15 17:33:00 +02:00
modified: 2022/08/15
2022-10-25 10:08:58 +02:00
tags:
- attack.defense_evasion
- attack.command_and_control
- attack.t1071.001
2019-11-12 23:05:36 +01:00
logsource:
2022-07-07 15:24:15 +01:00
category: proxy
2019-11-12 23:05:36 +01:00
detection:
2022-07-07 15:24:15 +01:00
selection:
cs-method: 'GET'
2022-08-12 12:44:53 +02:00
c-uri|endswith: '\?manifest=wac'
2022-07-07 15:24:15 +01:00
cs-host: 'onedrive.live.com'
filter:
c-uri|startswith: 'http'
c-uri|contains: '://onedrive.live.com/'
condition: selection and not filter
2019-11-12 23:05:36 +01:00
falsepositives:
2022-07-07 15:24:15 +01:00
- Unknown
2019-11-12 23:05:36 +01:00
level: high