访问 Outlook 数据文件
编辑访问 Outlook 数据文件
编辑识别包含 Outlook 数据文件扩展名引用的命令,这可能表明正在搜索、访问或修改这些文件。
规则类型: eql
规则索引:
- logs-endpoint.events.process-*
- logs-windows.sysmon_operational-*
- endgame-*
- logs-system.security*
- winlogbeat-*
严重性: 低
风险评分: 21
每隔: 60 分钟
搜索索引自: now-119m (日期数学格式,另请参见 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:收集
- 数据源:Elastic Defend
- 规则类型:BBR
- 数据源:Sysmon
- 数据源:Elastic Endgame
- 数据源:系统
版本: 105
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where host.os.type == "windows" and event.type == "start" and process.args : ("*.ost", "*.pst") and not process.name : "outlook.exe" and not ( process.name : "rundll32.exe" and process.args : "*davclnt.dll,DavSetCookie*" )
框架: MITRE ATT&CKTM
-
战术
- 名称:收集
- ID:TA0009
- 参考网址:https://attack.mitre.org/tactics/TA0009/
-
技术
- 名称:电子邮件收集
- ID:T1114
- 参考网址:https://attack.mitre.org/techniques/T1114/
-
子技术
- 名称:本地电子邮件收集
- ID:T1114.001
- 参考网址:https://attack.mitre.org/techniques/T1114/001/