AWS EC2 网络访问控制列表创建
编辑AWS EC2 网络访问控制列表创建
编辑识别 AWS 弹性计算云 (EC2) 网络访问控制列表 (ACL) 的创建,或在指定规则编号的网络 ACL 中创建条目。
规则类型: 查询
规则索引:
- filebeat-*
- logs-aws.cloudtrail-*
严重性: 低
风险评分: 21
运行频率: 10 分钟
搜索索引时间范围: now-60m (日期数学格式,另请参见 额外的回溯时间
)
每次执行的最大告警数: 100
参考资料:
- https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-network-acl.html
- https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkAcl.html
- https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-network-acl-entry.html
- https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkAclEntry.html
标签:
- 域: 云
- 数据源: AWS
- 数据源: 亚马逊网络服务
- 数据源: AWS EC2
- 用例: 网络安全监控
- 策略: 持久性
版本: 206
规则作者:
- Elastic
规则许可证: Elastic License v2
调查指南
编辑设置
编辑需要 AWS Fleet 集成、Filebeat 模块或类似结构的数据才能与此规则兼容。
规则查询
编辑event.dataset:aws.cloudtrail and event.provider:ec2.amazonaws.com and event.action:(CreateNetworkAcl or CreateNetworkAclEntry) and event.outcome:success
框架: MITRE ATT&CKTM
-
策略
- 名称: 持久性
- ID: TA0003
- 参考 URL: https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称: 外部远程服务
- ID: T1133
- 参考 URL: https://attack.mitre.org/techniques/T1133/