Update windows/security/threat-protection/microsoft-defender-atp/custom-detection-rules.md

Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
This commit is contained in:
ImranHabib
2019-09-29 19:07:02 +05:00
committed by GitHub
parent 1988d93b9f
commit a1009d8c7c

View File

@ -36,7 +36,7 @@ In Microsoft Defender Security Center, go to **Advanced hunting** and select an
> [!NOTE]
>To use a query for a custom detection rule, the query must return the `EventTime`, `MachineId`, and `ReportId` columns in the results. Queries that dont use the `project` operator to customize results usually return these common columns.
>[Example]
> [Example]
>MiscEvents
| where EventTime > ago(7d)
| where ActionType == "AntivirusDetection"