Teams Malware ZAP


Description

This query helps hunt for Teams messages with Malware threats that have been ZAPed.

Query · kql

//Zero-hour auto purge (ZAP) took action on Teams messages containing Malware after delivery.
MessagePostDeliveryEvents
| where ActionType == 'Malware ZAP'
Raw source Teams Malware ZAP · KQL
Esc
Published by Azure/Azure-Sentinel ↗, licensed under MIT ↗. Reproduced here unmodified.
id: dc961519-a3d3-4b95-8459-982858f0cca6
name: Teams Malware ZAP
description: |
  This query helps hunt for Teams messages with Malware threats that have been ZAPed.
description-detailed: |
  This query helps hunt for Teams messages with Malware threats that have been ZAPed, using Microsoft Defender for Office 365 and Advance hunting in Microsoft Defender XDR
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - MessagePostDeliveryEvents
tactics:
  - InitialAccess
relevantTechniques:
  - T1566
query: |
  //Zero-hour auto purge (ZAP) took action on Teams messages containing Malware after delivery.
  MessagePostDeliveryEvents
  | where ActionType == 'Malware ZAP' 
version: 1.0.0

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.