Skip to content

Commit e108cc5

Browse files
committed
Updates
1 parent c4e1b7d commit e108cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-xdr/custom-detection-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In the Microsoft Defender portal, go to **Advanced hunting** and select an exist
7575

7676

7777
To create a custom detection rule, the query must return the following columns:
78-
1. `Timestamp` - Used to set the timestamp for generated alerts
78+
1. `Timestamp` - This column is used to set the timestamp for generated alerts. The `Timestamp` that is returned from the query should not have been manipulated in the query and should be returned exactly as it appears in the raw event.
7979
2. A column or combination of columns that uniquely identify the event in Defender XDR tables:
8080
- For Microsoft Defender for Endpoint tables, the `Timestamp`, `DeviceId`, and `ReportId` columns must appear in the same event
8181
- For Alert* tables, `Timestamp` must appear in the event
@@ -99,7 +99,7 @@ To create a custom detection rule, the query must return the following columns:
9999
> [!NOTE]
100100
> Support for more entities will be added as new tables are added to the [advanced hunting schema](advanced-hunting-schema-tables.md).
101101
102-
The `Timestamp` that is returned from the query should not have been manipulated in the query and should be returned exactly as it appears in the raw event.
102+
103103

104104
Simple queries, such as those that don't use the `project` or `summarize` operator to customize or aggregate results, typically return these common columns.
105105

0 commit comments

Comments
 (0)