Skip to content

Azure Sentinel description updated #24510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ configuration:
type: 8
section: Connect
advanced: true
description: Use the Azure Sentinel integration to get and manage incidents and get related entity information for incidents.
description: "Microsoft Sentinel is a scalable, cloud-native solution that provides: Security information and event management (SIEM) Security orchestration, automation, and response (SOAR)."
display: Microsoft Sentinel
name: Azure Sentinel
script:
Expand Down Expand Up @@ -1848,7 +1848,7 @@ script:
- contextPath: AzureSentinel.ThreatIndicator.Types
description: The threat types of the indicator.
type: Unknown
dockerimage: demisto/crypto:1.0.0.47103
dockerimage: demisto/crypto:1.0.0.47970
feed: false
isfetch: true
longRunning: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Follow these steps for a self-deployed configuration:
3. Assign a role to the registered app.
1. In Azure portal, go to the Subscriptions and select the subscription you are using -> Access control (IAM).
2. Click Add -> Add role assignment.
3. Select the Azure Sentinel Contributor role -> Select your registered app, and click Save.
3. Select the Microsoft Sentinel Contributor role -> Select your registered app, and click Save.
4. In Cortex XSOAR, go to **Settings** > **Integrations** > **Credentials** and create a new credentials set.
5. In the *Username* parameter, enter your registered app Application (client) ID.
6. In the *Password* parameter, enter the secret value you created.
Expand Down
5 changes: 5 additions & 0 deletions Packs/AzureSentinel/ReleaseNotes/1_4_12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

#### Integrations
##### Microsoft Sentinel
- Documentation and metadata improvements.
- Updated the Docker image to: *demisto/crypto:1.0.0.47970*.
2 changes: 1 addition & 1 deletion Packs/AzureSentinel/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Microsoft Sentinel",
"description": "Azure Sentinel is a cloud-native security information and event manager (SIEM) platform that uses built-in AI to help analyze large volumes of data across an enterprise.",
"support": "xsoar",
"currentVersion": "1.4.11",
"currentVersion": "1.4.12",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down