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
|
2019-11-12 23:05:36 +01:00
|
|
|
status: experimental
|
2019-11-12 23:12:27 +01:00
|
|
|
description: Detects Malleable OneDrive Profile
|
2019-11-12 23:05:36 +01:00
|
|
|
author: Markus Neis
|
2020-01-30 15:20:52 +01:00
|
|
|
date: 2019/11/12
|
2020-09-03 14:16:47 +00:00
|
|
|
modified: 2020/09/02
|
2020-09-15 07:02:30 -06:00
|
|
|
references:
|
|
|
|
|
- https://github.com/rsmudge/Malleable-C2-Profiles/blob/master/normal/onedrive_getonly.profile
|
2019-11-12 23:05:36 +01:00
|
|
|
logsource:
|
|
|
|
|
category: proxy
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
2019-12-07 00:11:33 +01:00
|
|
|
cs-method: 'GET'
|
|
|
|
|
c-uri: '*?manifest=wac'
|
|
|
|
|
cs-host: 'onedrive.live.com'
|
2019-11-12 23:05:36 +01:00
|
|
|
filter:
|
2020-01-30 15:20:52 +01:00
|
|
|
c-uri: 'http*://onedrive.live.com/*'
|
2019-11-12 23:05:36 +01:00
|
|
|
condition: selection and not filter
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
|
|
|
|
level: high
|
2020-09-15 07:02:30 -06:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.command_and_control
|
|
|
|
|
- attack.t1071.001
|
|
|
|
|
- attack.t1043 # an old one
|