SigmaHQ/rules/proxy/proxy_cobalt_amazon.yml

30 lines
1.0 KiB
YAML
Raw Normal View History

title: CobaltStrike Malleable Amazon browsing traffic profile
2019-11-12 22:12:27 +00:00
id: 953b895e-5cc9-454b-b183-7f3db555452e
status: experimental
2019-11-12 22:12:27 +00:00
description: Detects Malleable Amazon Profile
references:
2019-12-06 23:11:33 +00:00
- https://github.com/rsmudge/Malleable-C2-Profiles/blob/master/normal/amazon.profile
- https://www.hybrid-analysis.com/sample/ee5eca8648e45e2fea9dac0d920ef1a1792d8690c41ee7f20343de1927cc88b9?environmentId=100
author: Markus Neis
date: 2019/11/12
tags:
2019-12-06 23:11:33 +00:00
- attack.t1102
logsource:
2019-12-06 23:11:33 +00:00
category: proxy
detection:
2019-12-06 23:11:33 +00:00
selection1:
c-useragent: "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
cs-method: 'GET'
c-uri: '/s/ref=nb_sb_noss_1/167-3294888-0262949/field-keywords=books'
cs-host: 'www.amazon.com'
cs-cookie: '*=csm-hit=s-24KU11BB82RZSYGJ3BDK|1419899012996'
selection2:
c-useragent: "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
cs-method: 'POST'
c-uri: '/N4215/adj/amzn.us.sr.aps'
cs-host: 'www.amazon.com'
condition: selection1 or selection2
falsepositives:
2019-12-06 23:11:33 +00:00
- Unknown
level: high