Skip to content

Conversation

@alessandrarizzo
Copy link
Contributor

@alessandrarizzo alessandrarizzo commented Oct 27, 2025

Background

New Passthrough rules for Wiz.IssuesWebhook and Wiz.Detections log types.

THREAT-541
THREAT-542

Changes

Testing

@alessandrarizzo alessandrarizzo requested a review from a team as a code owner October 27, 2025 14:15
@alessandrarizzo alessandrarizzo changed the title Wiz Defend & Issues Rules Wiz Detections & Issue.Webhook Rules Oct 27, 2025
@alessandrarizzo alessandrarizzo changed the title Wiz Detections & Issue.Webhook Rules Wiz Detections & Issue.Webhook Passthrough Rules Oct 27, 2025
@alessandrarizzo alessandrarizzo added the rules Real-time log data detections label Oct 27, 2025

def dedup(event):
# For lower-severity events, dedup based on specific source rule to reduce overall alert volume
if event.get("severity") in ("INFO", "LOW"):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

def rule(event):
return (
event.deep_get("issue", "status") == "OPEN"
and event.deep_get("issue", "severity") != "INFORMATIONAL"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rules Real-time log data detections

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants