Suspicious Download from Office Domain
Description
Detects suspicious ways to download files from Microsoft domains that are used to store attachments in Emails or OneNote documents
Query · sigma
selection_download: - Image|endswith: - \curl.exe - \wget.exe - CommandLine|contains: - Invoke-WebRequest - 'iwr ' - 'curl ' - 'wget ' - Start-BitsTransfer - .DownloadFile( - .DownloadString( selection_domains: CommandLine|contains: - https://attachment.outlook.live.net/owa/ - https://onenoteonlinesync.onenote.com/onenoteonlinesync/ condition: all of selection_*
Known false positives
- Scripts or tools that download attachments from these domains (OneNote, Outlook 365)