SigmaHQ/rules/proxy/proxy_cobalt_onedrive.yml

24 lines
629 B
YAML
Raw Normal View History

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
status: experimental
2019-11-12 22:12:27 +00:00
description: Detects Malleable OneDrive Profile
references:
2019-11-12 22:12:27 +00:00
- https://github.com/rsmudge/Malleable-C2-Profiles/blob/master/normal/onedrive_getonly.profile
author: Markus Neis
date: 2019/11/12
tags:
- attack.t1102
logsource:
category: proxy
detection:
selection:
2019-12-06 23:11:33 +00:00
cs-method: 'GET'
c-uri: '*?manifest=wac'
cs-host: 'onedrive.live.com'
filter:
c-uri: 'http*://onedrive.live.com/*'
condition: selection and not filter
falsepositives:
- Unknown
level: high