Skip to content

add entra traffic type#14052

Merged
v-atulyadav merged 5 commits intoAzure:masterfrom
iwaiss-iwaiss:itamarwaiss/feature/add_entra_traffic_type
Apr 16, 2026
Merged

add entra traffic type#14052
v-atulyadav merged 5 commits intoAzure:masterfrom
iwaiss-iwaiss:itamarwaiss/feature/add_entra_traffic_type

Conversation

@iwaiss-iwaiss
Copy link
Copy Markdown
Contributor

@iwaiss-iwaiss iwaiss-iwaiss commented Apr 13, 2026

Change(s):

Updated Global Secure Access solution (version 3.0.4):

Workbooks — Updated GSAM365EnrichedEvents.json (25 queries) and GSANetworkTraffic.json (1 iff condition) to support the new Entra traffic type: TrafficType == 'microsoft365' → TrafficType in ('microsoft365', 'entra')
Analytic Rule — Fixed regex in GSA - TI URL Entity.yaml for correct URL indicator matching: replace(@'[|]|"""', ...) → replace(@'[[]"]', ...)
Package — Regenerated mainTemplate.json and 3.0.4.zip using createSolutionV3.ps1
ReleaseNotes.md — Added version 3.0.4 entry; fixed missing 3.0.3 entry
Reason for Change(s):

Global Secure Access introduced a new entra TrafficType (split from microsoft365). Workbook queries need to include both types.
The TI URL Entity analytic rule had a broken regex that left a leading quotation mark in IndicatorType, causing URL-based TI detections to produce zero alerts.
Version Updated:

Yes — 3.0.3 → 3.0.4

Testing Completed:

Yes — Package generated using createSolutionV3.ps1. All JSON files validated.

Checked that the validations are passing and have addressed any issues that are present:

Yes

@iwaiss-iwaiss iwaiss-iwaiss requested review from a team as code owners April 13, 2026 09:01
@v-atulyadav v-atulyadav added Workbook Workbook specialty review needed Solution Solution specialty review needed labels Apr 13, 2026
@v-shukore v-shukore requested a review from Copilot April 15, 2026 07:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the Global Secure Access solution workbooks to include the new entra traffic type, and bumps the solution version/release notes accordingly.

Changes:

  • Updated workbook KQL queries to treat TrafficType == 'entra' similarly to microsoft365.
  • Updated solution version to 3.0.4 and added release notes entry for the workbook changes.
  • Normalized the solution data file’s empty “Hunting Queries” list to [].

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 5 comments.

File Description
Solutions/Global Secure Access/Workbooks/GSANetworkTraffic.json Expands TrafficType handling to include entra in workbook query logic.
Solutions/Global Secure Access/Workbooks/GSAM365EnrichedEvents.json Updates multiple workbook queries to include entra traffic alongside microsoft365.
Solutions/Global Secure Access/ReleaseNotes.md Adds a 3.0.4 entry documenting workbook update for Entra traffic type.
Solutions/Global Secure Access/Data/Solution_GlobalSecureAccess.json Bumps solution version to 3.0.4 and adjusts empty Hunting Queries array representation.

Comment thread Solutions/Global Secure Access/Workbooks/GSAM365EnrichedEvents.json
Comment thread Solutions/Global Secure Access/Workbooks/GSANetworkTraffic.json
Comment thread Solutions/Global Secure Access/ReleaseNotes.md Outdated
@iwaiss-iwaiss iwaiss-iwaiss requested a review from Copilot April 15, 2026 08:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 6 changed files in this pull request and generated no new comments.

@v-atulyadav v-atulyadav merged commit 96b89f6 into Azure:master Apr 16, 2026
36 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Solution Solution specialty review needed Workbook Workbook specialty review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants