mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
22 lines
596 B
YAML
22 lines
596 B
YAML
title: CobaltStrike Malleable OneDrive browsing traffic profile
|
|
status: experimental
|
|
description: Detects Malleable OneDrive Profile
|
|
references:
|
|
- https://github.com/rsmudge/Malleable-C2-Profiles/blob/master/normal/onedrive_getonly.profile
|
|
author: Markus Neis
|
|
tags:
|
|
- attack.t1102
|
|
logsource:
|
|
category: proxy
|
|
detection:
|
|
selection:
|
|
HttpMethod: 'GET'
|
|
URL: '*?manifest=wac'
|
|
Host: 'onedrive.live.com'
|
|
filter:
|
|
URL: 'http*://onedrive.live.com/*'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|