Skip to content

Updated queries pointing to correct table #14451

Open
RamboV wants to merge 2 commits into
Azure:masterfrom
RamboV:master
Open

Updated queries pointing to correct table #14451
RamboV wants to merge 2 commits into
Azure:masterfrom
RamboV:master

Conversation

@RamboV

@RamboV RamboV commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Required items, please complete

Change(s):

  • See guidance below

Reason for Change(s):

  • See guidance below

Version Updated:

  • Required only for Detections/Analytic Rule templates
  • See guidance below

Testing Completed:

  • See guidance below

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

  • See guidance below

Guidance <- remove section before submitting


Before submitting this PR please ensure that you have read the following sections and filled out the changes, reason for change and testing complete sections:

Thank you for your contribution to the Microsoft Sentinel Github repo.

Details of the code changes in your submitted PR. Providing descriptions for pull requests ensures there is context to changes being made and greatly enhances the code review process. Providing associated Issues that this resolves also easily connects the reason.

Change(s):

  • Updated syntax for XYZ.yaml

Reason for Change(s):

Version updated:

  • Yes
  • Detections/Analytic Rule templates are required to have the version updated

The code should have been tested in a Microsoft Sentinel environment that does not have any custom parsers, functions or tables, so that you validate no incorrect syntax and execution functions properly. If your submission requires a custom parser or function, it must be submitted with the PR.

Testing Completed:

  • Yes/No/Need Help

Note: If updating a detection, you must update the version field.

Before the submission has been made, please look at running the KQL and Yaml Validation Checks locally.
https://github.com/Azure/Azure-Sentinel#run-kql-validation-locally

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

  • Yes/No/Need Help

Note: Let us know if you have tried fixing the validation error and need help.

References:


@RamboV RamboV requested review from a team as code owners June 10, 2026 04:50
@v-atulyadav v-atulyadav added the Solution Solution specialty review needed label Jun 10, 2026
@v-shukore v-shukore requested a review from Copilot June 11, 2026 08:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 JoeSandbox solution package to reference the newer Threat Intelligence table name and bumps the packaged solution version.

Changes:

  • Bumped solution version from 3.0.1 to 3.0.2 in the packaged ARM template.
  • Updated KQL snippets inside the package from ThreatIntelligenceIndicator to ThreatIntelIndicators.

"variables": {
"_solutionName": "JoeSandbox",
"_solutionVersion": "3.0.1",
"_solutionVersion": "3.0.2",
"location": "[parameters('workspace-location')]",
"properties": {
"version": "3.0.1",
"version": "3.0.2",
Comment on lines +1680 to +1681
"legend": "ThreatIntelIndicators | where SourceSystem contains 'JoeSandbox'",
"baseQuery": "ThreatIntelIndicators | where SourceSystem contains 'JoeSandbox'"
"variables": {
"_solutionName": "JoeSandbox",
"_solutionVersion": "3.0.1",
"_solutionVersion": "3.0.2",
@RamboV

RamboV commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Hello @v-shukore @v-atulyadav any updates on.this pls

@v-shukore

Copy link
Copy Markdown
Contributor

Hi @RamboV, please update this version in data file and add releasenotes for this version. Thanks!

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

Labels

Solution Solution specialty review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants