Skip to content

Commit 6b8cd1f

Browse files
clebron23nasbench
andauthored
Merge PR #4734 from @clebron23 - Add new AWS rule related to GetSigninToken abuse
new: AWS Console GetSigninToken Potential Abuse --------- Co-authored-by: nasbench <[email protected]>
1 parent 8af1ab8 commit 6b8cd1f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
title: AWS Console GetSigninToken Potential Abuse
2+
id: f8103686-e3e8-46f3-be72-65f7fcb4aa53
3+
status: experimental
4+
description: |
5+
Detects potentially suspicious events involving "GetSigninToken".
6+
An adversary using the "aws_consoler" tool can leverage this console API to create temporary federated credential that help obfuscate which AWS credential is compromised (the original access key) and enables the adversary to pivot from the AWS CLI to console sessions without the need for MFA using the new access key issued in this request.
7+
references:
8+
- https://github.com/NetSPI/aws_consoler
9+
- https://www.crowdstrike.com/blog/analysis-of-intrusion-campaign-targeting-telecom-and-bpo-companies/
10+
author: Chester Le Bron (@123Le_Bron)
11+
date: 2024/02/26
12+
tags:
13+
- attack.lateral_movement
14+
- attack.t1021.007
15+
- attack.t1550.001
16+
logsource:
17+
product: aws
18+
service: cloudtrail
19+
detection:
20+
selection:
21+
eventSource: 'signin.amazonaws.com'
22+
eventName: 'GetSigninToken'
23+
filter_main_console_ua:
24+
userAgent|contains: 'Jersey/${project.version}'
25+
condition: selection and not 1 of filter_main_*
26+
falsepositives:
27+
- GetSigninToken events will occur when using AWS SSO portal to login and will generate false positives if you do not filter for the expected user agent(s), see filter. Non-SSO configured roles would be abnormal and should be investigated.
28+
level: medium

0 commit comments

Comments
 (0)