Forti ndr cloud sentinel adding analytic rule - #14959
Open
FortiNDR-Integration (FortiNDR-Integration) wants to merge 7 commits into
Open
Conversation
FortiNDR-Integration (FortiNDR-Integration)
requested review from
a team
as code owners
August 20, 2026 22:29
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new FortiNDR Cloud analytic rule (for MISA compliance) and increments the solution version, while also removing parser artifacts/references from the packaged solution metadata and UI.
Changes:
- Add a scheduled analytic rule for FortiNDR Cloud event detection (dynamic severity via override).
- Bump solution/package version from 3.1.0 to 3.1.1 across solution assets.
- Remove parser artifact references from the solution package and UI descriptions.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| Solutions/Fortinet FortiNDR Cloud/Package/mainTemplate.json | Version bump + removes parser artifact from packaged solution content list/metadata. |
| Solutions/Fortinet FortiNDR Cloud/Package/createUiDefinition.json | Updates installer description text (removes parser mention). |
| Solutions/Fortinet FortiNDR Cloud/Data/Solution_FortiNdrCloud.json | Version bump + removes parser entry from the solution manifest. |
| Solutions/Fortinet FortiNDR Cloud/Data Connectors/azuredeploy_FortinetFortiNdrCloud_API_FunctionApp.json | Adds an alertRules resource directly to the connector deployment template. |
| Solutions/Fortinet FortiNDR Cloud/Analytic Rules/FortiNDR_Events_Detected.json | Adds a new analytic rule ARM template file. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Author
FortiNDR-Integration (FortiNDR-Integration)
requested a lite review from Copilot
August 21, 2026 21:08
| "analyticRuleObject1": { | ||
| "analyticRuleVersion1": "1.0.0", | ||
| "_analyticRulecontentId1": "1e6a8802-9129-44d4-a4f9-c6010b5725e8", | ||
| "analyticRuleId1": "[resourceId('Microsoft.SecurityInsights/AlertRuleTemplates', '1e6a8802-9129-44d4-a4f9-c6010b5725e8')]", |
Comment on lines
+70
to
+75
| "analyticRuleObject1": { | ||
| "analyticRuleVersion1": "1.0.0", | ||
| "_analyticRulecontentId1": "1e6a8802-9129-44d4-a4f9-c6010b5725e8", | ||
| "analyticRuleId1": "[resourceId('Microsoft.SecurityInsights/AlertRuleTemplates', '1e6a8802-9129-44d4-a4f9-c6010b5725e8')]", | ||
| "analyticRuleTemplateSpecName1": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-ar-',uniquestring('1e6a8802-9129-44d4-a4f9-c6010b5725e8')))]", | ||
| "_analyticRulecontentProductId1": "[concat(take(variables('_solutionId'),50),'-','ar','-', uniqueString(concat(variables('_solutionId'),'-','AnalyticsRule','-','1e6a8802-9129-44d4-a4f9-c6010b5725e8','-', '1.0.0')))]" |
| techniques: [] | ||
| query: | | ||
| Fortinet_FortiNDR_Cloud | ||
| | extend AlertSeverity = case(Type == 'FncEventsDetections_CL' and de_severity in~ ('high', 'critical'), 'High', Type == 'FncEventsSuricata_CL' and su_sig_severity <= 2, 'High', Type == 'FncEventsObservation_CL' and ob_confidence in~ ('high', 'critical'), 'High', Type == 'FncEventsDetections_CL' and de_severity =~ 'medium', 'Medium', Type == 'FncEventsSuricata_CL' and su_sig_severity == 3, 'Medium', Type == 'FncEventsObservation_CL' and ob_confidence =~ 'medium', 'Medium', 'Low') |
Comment on lines
+13
to
+20
| queryFrequency: 5m | ||
| queryPeriod: 5m | ||
| triggerOperator: GreaterThan | ||
| triggerThreshold: 0 | ||
| tactics: [] | ||
| techniques: [] | ||
| query: | | ||
| Fortinet_FortiNDR_Cloud |
| "kind": "shared", | ||
| "apiVersion": "2021-08-01", | ||
| "metadata": { | ||
| "description": "Gain insights into Fortinet FortiNDR CLoud events, including the Suricata, Observation and Detections data." |
| "options": { | ||
| "link": { | ||
| "label": "Learn more", | ||
| "uri": "https://docs.microsoft.com/azure/sentinel/tutorial-detect-threats-custom?WT.mc_id=Portal-Microsoft_Azure_CreateUIDef" |
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.




Required items, please complete
Change(s):
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: