Query Details

NTFS File Attributes - alternate data streams

MDE NTFS File Attributes Alternate Data Streams

Query

DeviceAlertEvents
| where Title contains "Process execution from an alternate data stream (ADS)"

About this query

NTFS File Attributes - alternate data streams

Query Information

MITRE ATT&CK Technique(s)

Technique IDTitleLink
T1564.004Defemse Evasion:Hide Artifacts: NTFS File Attributeshttps://attack.mitre.org/techniques/T1564/004/

Description

Use the below queries to identify alternate data streams

References

Microsoft 365 Defender

DeviceProcessEvents
| where FileName   contains ":"
// | invoke FileProfile(SHA256,100) 

Explanation

The query is used to identify alternate data streams in NTFS file attributes. It looks for process execution from an alternate data stream in the DeviceAlertEvents table and searches for file names that contain a colon in the DeviceProcessEvents table.

Details

Alex Verboon profile picture

Alex Verboon

Released: June 4, 2023

Tables

DeviceAlertEventsDeviceProcessEvents

Keywords

DevicesIntuneUser

Operators

|wherecontainsinvoke

MITRE Techniques

Actions

GitHub