mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
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:
parent
8924116703
commit
06a38e3bc5
@ -41,6 +41,7 @@ In Microsoft Defender Security Center, go to **Advanced hunting** and select an
|
|||||||
| where EventTime > ago(7d)
|
| where EventTime > ago(7d)
|
||||||
| where ActionType == "AntivirusDetection"
|
| where ActionType == "AntivirusDetection"
|
||||||
| summarize (EventTime, ReportId)=arg_max(EventTime, ReportId), count() by MachineId
|
| summarize (EventTime, ReportId)=arg_max(EventTime, ReportId), count() by MachineId
|
||||||
|
| where count_ > 5
|
||||||
This will fetch the EventTime and ReportId of the latest event from multiple events returned by the query and adds the count by MachineId.
|
This will fetch the EventTime and ReportId of the latest event from multiple events returned by the query and adds the count by MachineId.
|
||||||
|
|
||||||
### 2. Create new rule and provide alert details.
|
### 2. Create new rule and provide alert details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user