Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 443 Bytes

mal_clearfake_appx_download.md

File metadata and controls

19 lines (14 loc) · 443 Bytes

Title

ClearFake Detection Analytics

Description

Queries to detect initial creation of .appx file

Source

MITRE ATT&CK

Queries for sentinel and MDE

//TTP: ClearFake - Possible creation of malicious .appx file
DeviceFileEvents
| where InitiatingProcessFileName =~ "Explorer.exe" and FileName in~ ("AppxProvider.dll","AppxManifest.xml")