Files
blue-team-tools/rules/proxy/proxy_cobalt_amazon.yml
T

33 lines
1.1 KiB
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: CobaltStrike Malleable Amazon Browsing Traffic Profile
2019-11-12 23:12:27 +01:00
id: 953b895e-5cc9-454b-b183-7f3db555452e
2021-11-27 11:33:14 +01:00
status: test
2019-11-12 23:12:27 +01:00
description: Detects Malleable Amazon Profile
2019-11-12 23:05:36 +01:00
author: Markus Neis
2020-09-15 07:02:30 -06:00
references:
- https://github.com/rsmudge/Malleable-C2-Profiles/blob/master/normal/amazon.profile
- https://www.hybrid-analysis.com/sample/ee5eca8648e45e2fea9dac0d920ef1a1792d8690c41ee7f20343de1927cc88b9?environmentId=100
2021-11-27 11:33:14 +01:00
date: 2019/11/12
modified: 2021/11/27
2019-11-12 23:05:36 +01:00
logsource:
2019-12-07 00:11:33 +01:00
category: proxy
2019-11-12 23:05:36 +01:00
detection:
2019-12-07 00:11:33 +01:00
selection1:
2022-01-06 14:02:35 +01:00
c-useragent: 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'
2019-12-07 00:11:33 +01:00
cs-method: 'GET'
c-uri: '/s/ref=nb_sb_noss_1/167-3294888-0262949/field-keywords=books'
cs-host: 'www.amazon.com'
2020-10-15 23:19:39 -03:00
cs-cookie|endswith: '=csm-hit=s-24KU11BB82RZSYGJ3BDK|1419899012996'
2019-12-07 00:11:33 +01:00
selection2:
2022-01-06 14:02:35 +01:00
c-useragent: 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'
2019-12-07 00:11:33 +01:00
cs-method: 'POST'
c-uri: '/N4215/adj/amzn.us.sr.aps'
cs-host: 'www.amazon.com'
condition: selection1 or selection2
2019-11-12 23:05:36 +01:00
falsepositives:
2019-12-07 00:11:33 +01:00
- Unknown
2019-11-12 23:05:36 +01:00
level: high
2020-09-15 07:02:30 -06:00
tags:
- attack.defense_evasion
- attack.command_and_control
- attack.t1071.001
2022-01-19 18:23:30 +01:00