3.1.3 iboss#14525
Open
craigtattan wants to merge 5 commits into
Open
Conversation
Author
@microsoft-github-policy-service agree company="iboss" |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the iboss solution package to v3.1.3 by adding new analytic rule templates and aligning package metadata/template content with the new release.
Changes:
- Bumped solution version from 3.1.2 to 3.1.3 across package artifacts.
- Added two new analytic rules (Malware Detected, C2 Detected) to the ARM template, solution manifest, and UI definition.
- Adjusted ARM template internals (contentProductId variables, parser savedSearches apiVersion, workbook dependencies verbiage).
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/iboss/Package/mainTemplate.json | Version bump, introduces analytic rule contentTemplates, updates parser savedSearches apiVersion, adjusts contentProductId variables and workbook dependencies. |
| Solutions/iboss/Package/createUiDefinition.json | Updates install description counts and adds an Analytics blade describing the rule templates. |
| Solutions/iboss/Data/Solution_iboss.json | Adds analytic rules to the solution manifest and bumps version to 3.1.3. |
| Solutions/iboss/Analytic Rules/ibossMalwareDetected.yaml | New scheduled analytic rule template for malware detections. |
| Solutions/iboss/Analytic Rules/ibossCommandAndControlDetected.yaml | New scheduled analytic rule template for C2 detections. |
Comment on lines
+74
to
75
| "name": "dataconnectors-link1", | ||
| "type": "Microsoft.Common.TextBlock", |
Comment on lines
+711
to
+717
| "subTechniques": [ | ||
| "T1071.001" | ||
| ], | ||
| "techniques": [ | ||
| "T1071", | ||
| "T1071" | ||
| ], |
Comment on lines
847
to
852
| "dependencies": { | ||
| "operator": "AND", | ||
| "criteria": [ | ||
| { | ||
| "contentId": "ibossAma", | ||
| "kind": "DataConnector" | ||
| }, | ||
| { | ||
| "contentId": "CefAma", | ||
| "kind": "DataConnector" |
Comment on lines
+3
to
+4
| description: | | ||
| 'Identifies web traffic where the iboss platform flagged malware. A populated MalwareDetected flag indicates the gateway detected a malicious file or payload associated with the request. Surfaces the destination, user, and other details to support triage.' |
Comment on lines
+3
to
+4
| description: | | ||
| 'Identifies web traffic where the iboss platform flagged command-and-control (C2) activity. A populated CNCDetected flag indicates the gateway observed communication to a known or suspected C2 destination. Surfaces the user, destination URL, and host to support triage of potentially compromised endpoints.' |
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: