Skip to content

Commit 4de1413

Browse files
committed
content hub migration - UUF
1 parent a0e599a commit 4de1413

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

articles/sentinel/migration-qradar-detection-rules.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Migrate QRadar detection rules to Microsoft Sentinel | Microsoft Docs
3-
description: Identify, compare, and migrate your QRadar detection rules to Microsoft Sentinel analytics rules using Content Hub solutions.
3+
description: Identify, compare, and migrate your QRadar detection rules to Microsoft Sentinel analytics rules.
44
author: cwatson-cat
55
ms.author: cwatson
66
ms.topic: how-to
77
ms.date: 07/03/2025
88

9-
#Customer intent: As a security engineer, I want to migrate QRadar detection rules to Microsoft Sentinel so that analysts can leverage machine learning analytics and content from Content Hub solutions for more efficient threat detection and incident response.
9+
#Customer intent: As a security engineer, I want to migrate QRadar detection rules to Microsoft Sentinel so that analysts can leverage machine learning analytics for more efficient threat detection and incident response.
1010

1111
---
1212

1313
# Migrate QRadar detection rules to Microsoft Sentinel
1414

15-
This article describes how to identify, compare, and migrate your QRadar detection rules to Microsoft Sentinel analytics rules available through Content Hub solutions.
15+
This article describes how to identify, compare, and migrate your QRadar detection rules to Microsoft Sentinel built-in rules.
1616

1717
## Identify and migrate rules
1818

@@ -23,7 +23,7 @@ Microsoft Sentinel uses machine learning analytics to create high-fidelity and a
2323
- Check that you understand the [rule terminology](#compare-rule-terminology).
2424
- Review any rules that haven't triggered any alerts in the past 6-12 months, and determine whether they're still relevant.
2525
- Eliminate low-level threats or alerts that you routinely ignore.
26-
- Use existing functionality available through Content Hub solutions. Browse the [Content Hub](https://docs.microsoft.com/azure/sentinel/sentinel-solutions-catalog) to find solutions that contain analytics rule templates addressing your current use cases. Because Microsoft Sentinel uses machine learning analytics to produce high-fidelity and actionable incidents, it's likely that some of your existing detections won't be required anymore.
26+
- Use existing functionality and check whether Microsoft Sentinel’s [built-in analytics rules](https://github.com/Azure/Azure-Sentinel/tree/master/Detections) might address your current use cases. Because Microsoft Sentinel uses machine learning analytics to produce high-fidelity and actionable incidents, its likely that some of your existing detections wont be required anymore.
2727
- Confirm connected data sources and review your data connection methods. Revisit data collection conversations to ensure data depth and breadth across the use cases you plan to detect.
2828
- Explore community resources such as the [SOC Prime Threat Detection Marketplace](https://my.socprime.com/platform-overview/) to check whether your rules are available.
2929
- Consider whether an online query converter such as Uncoder.io might work for your rules.
@@ -41,19 +41,16 @@ Learn more about [best practices for migrating detection rules](https://techcomm
4141

4242
1. **Confirm that you have any required data sources connected,** and review your data connection methods.
4343

44-
1. Verify whether your detections are available through Content Hub solutions in Microsoft Sentinel:
44+
1. Verify whether your detections are available as built in templates in the Content Hub:
4545

46-
- **If suitable analytics rule templates are available in Content Hub solutions**, install the relevant solutions and use the templates to create rules for your workspace.
46+
- **If the built in rules are sufficient**, install the relevant solutions and use the templates to create rules for your workspace.
4747

4848
1. In Microsoft Sentinel, go to **Content management > Content hub**.
49-
2. Search for and install solutions that contain analytics rules relevant to your security scenarios.
50-
3. After installing solutions, go to **Configuration > Analytics > Rule templates** tab.
51-
4. Filter by solution name to find the templates from your installed solutions.
52-
5. Create and configure each relevant analytics rule from the templates.
49+
1. Search for and install the relevant analytics rule.
5350

5451
For more information, see [Discover and manage Microsoft Sentinel out-of-the-box content](sentinel-solutions-deploy.md) and [Create scheduled analytics rules from templates](create-analytics-rule-from-template.md).
5552

56-
- **If you have detections that aren't covered by Content Hub solutions**, try an online query converter, such as [Uncoder.io](https://uncoder.io/) to convert your queries to KQL.
53+
- **If you have detections that aren't covered by the built in rules available in theContent Hub**, try an online query converter, such as [Uncoder.io](https://uncoder.io/) to convert your queries to KQL.
5754

5855
Identify the trigger condition and rule action, and then construct and review your KQL query.
5956

@@ -63,7 +60,7 @@ Learn more about [best practices for migrating detection rules](https://techcomm
6360

6461
1. **Identify any attributes, fields, or entities** in your data that you want to use in your rules.
6562

66-
1. **Identify your rule criteria and logic**. At this stage, you may want to examine analytics rule templates from Content Hub solutions as samples for how to construct your KQL queries.
63+
1. **Identify your rule criteria and logic**. At this stage, you may want to use rule templates as samples for how to construct your KQL queries as samples for how to construct your KQL queries.
6764

6865
Consider filters, correlation rules, active lists, reference sets, watchlists, detection anomalies, aggregations, and so on. You might use references provided by your legacy SIEM to understand [how to best map your query syntax](#map-and-compare-rule-samples).
6966

@@ -90,11 +87,10 @@ This table helps you to clarify the concept of a rule in Microsoft Sentinel comp
9087
|**Criteria** |Define in test condition |Define in KQL |
9188
|**Trigger condition** |Define in rule |Threshold: Number of query results |
9289
|**Action** |• Create offense<br>• Dispatch new event<br>• Add to reference set or data<br>• And more |• Create alert or incident<br>• Integrates with Logic Apps |
93-
|**Rule location** |Built into product |Available through Content Hub solutions |
9490

9591
## Map and compare rule samples
9692

97-
Use these samples to compare and map rules from QRadar to Microsoft Sentinel in various scenarios. When creating custom rules in Microsoft Sentinel, consider first checking Content Hub for solutions that might contain similar rule templates.
93+
Use these samples to compare and map rules from QRadar to Microsoft Sentinel in various scenarios.
9894

9995
|Rule |Syntax |Sample detection rule (QRadar) |Sample KQL query |Resources |
10096
|---------|---------|---------|---------|---------|

0 commit comments

Comments
 (0)