Delete aws_sts_getsessiontoken_abuse.yml

This commit is contained in:
Austin Songer
2021-07-24 11:33:01 -05:00
committed by GitHub
parent 8a1909ccc2
commit 9fe7b87995
@@ -1,27 +0,0 @@
title: AWS STS GetSessionToken Abuse
id: b45ab1d2-712f-4f01-a751-df3826969807
description: Identifies the suspicious use of GetSessionToken. Tokens could be created and used by attackers to move laterally and escalate privileges.
author: Austin Songer
status: experimental
date: 2021/07/24
references:
- https://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html
logsource:
service: cloudtrail
detection:
selection_source:
- eventSource: sts.amazonaws.com
selection_eventname1:
- eventName: GetSessionToken
selection_usertype:
- userIdentity.type: IAMUser
condition: all of them
level: low
tags:
- attack.lateral_movement
- attack.privilege_escalation
- attack.t1548
- attack.t1550
- attack.t1550.001
falsepositives:
- GetSessionToken may be done by a system or network administrator. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment. GetSessionToken from unfamiliar users or hosts should be investigated. If known behavior is causing false positives, it can be exempted from the rule.