包含Veeam凭据访问功能的PowerShell脚本
编辑包含Veeam凭据访问功能的PowerShell脚本
编辑识别能够访问和解密存储在MSSQL数据库中的Veeam凭据的PowerShell脚本。攻击者可以使用Veeam凭据将备份作为目标,作为破坏性操作(例如勒索软件攻击)的一部分。
规则类型: 查询
规则索引:
- winlogbeat-*
- logs-windows.powershell*
严重性: 中等
风险评分: 47
每隔: 5分钟
搜索索引时间范围: now-9m (日期数学格式,另请参见 额外回溯时间
)
每次执行的最大告警数: 100
参考:
标签:
- 领域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 凭据访问
- 数据源: PowerShell日志
版本: 103
规则作者:
- Elastic
规则许可证: Elastic License v2
设置
编辑设置
必须启用PowerShell脚本块日志记录日志记录策略。使用高级审核配置实施日志记录策略的步骤
Computer Configuration > Administrative Templates > Windows PowerShell > Turn on PowerShell Script Block Logging (Enable)
通过注册表实施日志记录策略的步骤
reg add "hklm\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging" /v EnableScriptBlockLogging /t REG_DWORD /d 1
规则查询
编辑event.category:process and host.os.type:windows and powershell.file.script_block_text : ( ( "[dbo].[Credentials]" and ("Veeam" or "VeeamBackup") ) or "ProtectedStorage]::GetLocalString" )
框架: MITRE ATT&CKTM
-
战术
- 名称: 凭据访问
- ID: TA0006
- 参考网址: https://attack.mitre.org/tactics/TA0006/
-
技术
- 名称: 操作系统凭据转储
- ID: T1003
- 参考网址: https://attack.mitre.org/techniques/T1003/
-
技术
- 名称: 密码存储中的凭据
- ID: T1555
- 参考网址: https://attack.mitre.org/techniques/T1555/
-
战术
- 名称: 执行
- ID: TA0002
- 参考网址: https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称: 命令和脚本解释器
- ID: T1059
- 参考网址: https://attack.mitre.org/techniques/T1059/
-
子技术
- 名称: PowerShell
- ID: T1059.001
- 参考网址: https://attack.mitre.org/techniques/T1059/001/