潜在的 Veeam 凭据访问命令
编辑潜在的 Veeam 凭据访问命令
编辑识别可以访问和解密存储在 MSSQL 数据库中的 Veeam 凭据的命令。攻击者可以使用 Veeam 凭据作为破坏性操作(例如勒索软件攻击)的一部分来攻击备份。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.process-*
- logs-windows.forwarded*
- logs-windows.sysmon_operational-*
- endgame-*
- logs-system.security*
- logs-m365_defender.event-*
- logs-sentinel_one_cloud_funnel.*
- logs-crowdstrike.fdr*
严重性: 中
风险评分: 47
每隔: 5 分钟运行
搜索的索引时间范围从: now-9m (日期数学格式, 另请参阅 额外回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:防御逃避
- 战术:凭据访问
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
- 数据源:系统
- 数据源:Microsoft Defender for Endpoint
- 数据源:Sysmon
- 数据源:SentinelOne
- 数据源:Crowdstrike
版本: 203
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where host.os.type == "windows" and event.type == "start" and ( (process.name : "sqlcmd.exe" or ?process.pe.original_file_name : "sqlcmd.exe") or process.args : ("Invoke-Sqlcmd", "Invoke-SqlExecute", "Invoke-DbaQuery", "Invoke-SqlQuery") ) and process.args : "*[VeeamBackup].[dbo].[Credentials]*"
框架: MITRE ATT&CKTM
-
战术
- 名称:凭据访问
- ID:TA0006
- 参考 URL:https://attack.mitre.org/tactics/TA0006/
-
技术
- 名称:操作系统凭据转储
- ID:T1003
- 参考 URL:https://attack.mitre.org/techniques/T1003/
-
技术
- 名称:来自密码存储的凭据
- ID:T1555
- 参考 URL:https://attack.mitre.org/techniques/T1555/
-
战术
- 名称:执行
- ID:TA0002
- 参考 URL:https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称:命令和脚本解释器
- ID:T1059
- 参考 URL:https://attack.mitre.org/techniques/T1059/
-
子技术
- 名称:PowerShell
- ID:T1059.001
- 参考 URL:https://attack.mitre.org/techniques/T1059/001/