- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Detect when an AWS user performs S3 bucket write activities they do not usually perform.
Monitor cloudtrail logs for S3 Data Plane events (@eventCategory:Data
) to detect when an AWS User (@userIdentity.arn
) is detected performing anomalous S3 Write (@evt.name:(Abort* OR Create* OR Delete* OR Initiate* OR Put* OR Replicate* OR Update*))
API calls.
{{@userIdentity.arn}}
should be performing the: {{@evt.name}}
API calls.{{@userIdentity.arn}}
for indicators of account compromise and rotate credentials as necessary.27 October 2022 - Updated tags.