fix(SocFrameworkProofPointTap): XSIAM AI modeling rule + schema types - #1159
Merged
Merged
Conversation
Replaces the single-field modeling rule with the XSIAM AI-generated model (UUID b99ae8b8, 2026-09-19), carried verbatim. That model was generated against real tenant payloads. Schema - messageTime / clickTime declared datetime, not string. - messageParts / threatsInfoMap declared string, not json. - toAddresses added; the rule reads it and it was never declared. These types are what the install validator requires. With the old types the pack fails to install with 101704 while the Data Model Rules editor accepts the same XQL. The rule body was never the problem. Rename - id ProofpointTAP_modeling_rule -> SOCFW_ProofpointTAP_v2_ModelingRule, name -> "SOC Proofpoint TAP v2 Modeling Rule", directory to match. Naming only: three rules shared the display name "ProofpointTAP Modeling Rule", and POST_CONFIG Step 4 already refers to the SOC-scoped name. Also - ReleaseNotes/1.3.2.md -> 1_3_2.md; the SDK expects X_Y_Z.md. - Three fields appended to the AI output: xdm.session_context_id, xdm.target.url, xdm.email.delivery_timestamp. check_contribution passes including the upload step.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(SocFrameworkProofPointTap): XSIAM AI modeling rule + schema types
Replaces the single-field modeling rule with the XSIAM AI-generated model
(UUID b99ae8b8, 2026-09-19), carried verbatim. That model was generated
against real tenant payloads.
Schema
These types are what the install validator requires. With the old types the
pack fails to install with 101704 while the Data Model Rules editor accepts
the same XQL. The rule body was never the problem.
Rename
name -> "SOC Proofpoint TAP v2 Modeling Rule", directory to match.
Naming only: three rules shared the display name "ProofpointTAP Modeling
Rule", and POST_CONFIG Step 4 already refers to the SOC-scoped name.
Also
xdm.target.url, xdm.email.delivery_timestamp.
check_contribution passes including the upload step.