477df5c635
This rule is triggering as expected. However, the threat this rule is meant to capture is a potential malicious .js file upload. Currently it is capturing both GetObject (read file) and PutObject (write file) API calls which is adding noise without adding much threat detection value. - Removed `GetObject` API call from scope, so this rule focuses only on write activity. This reduced alert telemetry volume by ~73% - added `event.outcome == success` criteria to exclude failed upload attempts - corrected `Pulumi` typo in user agent exclusion criteria - reduced execution window - added highlighted fields