2020-01-30 16:26:09 +00:00
|
|
|
title: CobaltStrike Malleable OneDrive Browsing Traffic Profile
|
2019-11-12 22:12:27 +00:00
|
|
|
id: c9b33401-cc6a-4cf6-83bb-57ddcb2407fc
|
2019-11-12 22:05:36 +00:00
|
|
|
status: experimental
|
2019-11-12 22:12:27 +00:00
|
|
|
description: Detects Malleable OneDrive Profile
|
2019-11-12 22:05:36 +00:00
|
|
|
author: Markus Neis
|
2020-01-30 14:20:52 +00:00
|
|
|
date: 2019/11/12
|
2020-11-28 18:07:07 +00:00
|
|
|
modified: 2020/11/28
|
2020-09-15 13:02:30 +00:00
|
|
|
references:
|
|
|
|
- https://github.com/rsmudge/Malleable-C2-Profiles/blob/master/normal/onedrive_getonly.profile
|
2019-11-12 22:05:36 +00:00
|
|
|
logsource:
|
|
|
|
category: proxy
|
|
|
|
detection:
|
|
|
|
selection:
|
2019-12-06 23:11:33 +00:00
|
|
|
cs-method: 'GET'
|
2020-10-16 02:20:21 +00:00
|
|
|
c-uri|endswith: '?manifest=wac'
|
2019-12-06 23:11:33 +00:00
|
|
|
cs-host: 'onedrive.live.com'
|
2019-11-12 22:05:36 +00:00
|
|
|
filter:
|
2020-11-28 18:07:07 +00:00
|
|
|
c-uri|startswith: 'http'
|
|
|
|
c-uri|contains: '://onedrive.live.com/'
|
2019-11-12 22:05:36 +00:00
|
|
|
condition: selection and not filter
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|
2020-09-15 13:02:30 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.command_and_control
|
|
|
|
- attack.t1071.001
|
2020-10-16 02:20:21 +00:00
|
|
|
- attack.t1043 # an old one
|