Query Details
// UNIT42 - Abuse Microsoft OneNote files on the rise // https://www.linkedin.com/posts/activity-7199081015439495168-zjvc/ // Analyzing onenote files sent into your tenant as email attachment. EmailAttachmentInfo | where TimeGenerated > ago(90d) | where FileType=="one;onenote" | join EmailEvents on NetworkMessageId
This KQL (Kusto Query Language) query is designed to analyze Microsoft OneNote files that have been sent as email attachments to your organization's email system over the past 90 days. Here's a simple breakdown of what the query does:
In summary, this query helps you identify and analyze OneNote files that have been sent as email attachments to your organization in the last 90 days.

Steven Lim
Released: August 2, 2024
Tables
Keywords
Operators