通过假定角色登录 AWS EC2 实例控制台
编辑通过假定角色登录 AWS EC2 实例控制台
编辑识别 EC2 实例配置文件使用假定角色成功登录控制台的活动。这是一种不常见的行为,可能表明攻击者使用被盗凭据进一步利用环境。EC2 实例使用其 EC2 ID 作为会话名称来假定角色。此规则查找“i-”模式,这是由 EC2 实例启动的假定角色会话的起始模式,以及成功的 ConsoleLogin
或 GetSigninToken
API 调用。
规则类型: eql
规则索引:
- filebeat-*
- logs-aws.cloudtrail-*
严重性: 高
风险评分: 73
每隔: 5 分钟
搜索索引自: now-6m (日期数学格式,另请参阅 其他回溯时间
)
每次执行的最大告警数: 100
参考资料:
标签:
- 领域: 云
- 数据源: AWS
- 数据源: Amazon Web Services
- 数据源: AWS EC2
- 数据源: AWS STS
- 用例: 身份和访问审计
- 战术: 横向移动
- 战术: 凭据访问
版本: 1
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑any where event.dataset == "aws.cloudtrail" and event.provider == "signin.amazonaws.com" and event.action in ("ConsoleLogin", "GetSigninToken") and event.outcome == "success" and aws.cloudtrail.user_identity.type == "AssumedRole" and stringContains (user.id, ":i-")
框架: MITRE ATT&CKTM
-
战术
- 名称: 横向移动
- ID: TA0008
- 参考网址: https://attack.mitre.org/tactics/TA0008/
-
技术
- 名称: 远程服务
- ID: T1021
- 参考网址: https://attack.mitre.org/techniques/T1021/
-
子技术
- 名称: 云服务
- ID: T1021.007
- 参考网址: https://attack.mitre.org/techniques/T1021/007/
-
技术
- 名称: 使用备用身份验证材料
- ID: T1550
- 参考网址: https://attack.mitre.org/techniques/T1550/
-
子技术
- 名称: 应用程序访问令牌
- ID: T1550.001
- 参考网址: https://attack.mitre.org/techniques/T1550/001/
-
战术
- 名称: 凭据访问
- ID: TA0006
- 参考网址: https://attack.mitre.org/tactics/TA0006/