Files
hayabusa/rules/Sigma/powershell_suspicious_mail_acces.yml
2021-11-14 11:00:56 +09:00

35 lines
1.2 KiB
YAML

title: Powershell Local Email Collection
author: frack113
date: 2021/07/21
description: "Adversaries may target user email on local systems to collect sensitive\
\ information. Files containing email data can be acquired from a user\u2019s\
\ local system, such as Outlook storage or cache files."
detection:
SELECTION_1:
ScriptBlockText: '*Get-Inbox.ps1*'
SELECTION_2:
ScriptBlockText: '*Microsoft.Office.Interop.Outlook*'
SELECTION_3:
ScriptBlockText: '*Microsoft.Office.Interop.Outlook.olDefaultFolders*'
SELECTION_4:
ScriptBlockText: '*-comobject outlook.application*'
condition: (SELECTION_1 or SELECTION_2 or SELECTION_3 or SELECTION_4)
falsepositives:
- Unknown
id: 2837e152-93c8-43d2-85ba-c3cd3c2ae614
level: medium
logsource:
category: ps_script
definition: Script block logging must be enabled
product: windows
modified: 2021/10/16
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1114.001/T1114.001.md
status: experimental
tags:
- attack.collection
- attack.t1114.001
yml_filename: powershell_suspicious_mail_acces.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/powershell/powershell_script