来自异常路径的 Microsoft 管理控制台文件
编辑来自异常路径的 Microsoft 管理控制台文件编辑
识别从不受信任的路径打开 Microsoft 管理控制台文件的尝试。攻击者可能会将 MSC 文件用于初始访问和执行。
规则类型:eql
规则索引:
- logs-endpoint.events.process-*
- winlogbeat-*
- logs-windows.*
- endgame-*
- logs-system.security*
- logs-sentinel_one_cloud_funnel.*
- logs-m365_defender.event-*
严重程度:高
风险评分: 73
运行频率:5 分钟
搜索以下时间段内的索引:now-9m(日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:执行
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
- 数据源:SentinelOne
- 数据源:Microsoft Defender for Endpoint
版本: 103
规则作者:
- Elastic
规则许可证:Elastic 许可证 v2
规则查询编辑
process where host.os.type == "windows" and event.type == "start" and process.executable : "?:\\Windows\\System32\\mmc.exe" and process.args : "*.msc" and not process.args : ("?:\\Windows\\System32\\*.msc", "?:\\Windows\\SysWOW64\\*.msc", "?:\\Program files\\*.msc", "?:\\Program Files (x86)\\*.msc")
框架:MITRE ATT&CKTM
-
战术
- 名称:执行
- ID:TA0002
- 参考 URL:https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称:命令和脚本解释器
- ID:T1059
- 参考 URL:https://attack.mitre.org/techniques/T1059/
-
子技术
- 名称:Visual Basic
- ID:T1059.005
- 参考 URL:https://attack.mitre.org/techniques/T1059/005/
-
子技术
- 名称:JavaScript
- ID:T1059.007
- 参考 URL:https://attack.mitre.org/techniques/T1059/007/
-
战术
- 名称:防御规避
- ID:TA0005
- 参考 URL:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:系统二进制代理执行
- ID:T1218
- 参考 URL:https://attack.mitre.org/techniques/T1218/
-
子技术
- 名称:MMC
- ID:T1218.014
- 参考 URL:https://attack.mitre.org/techniques/T1218/014/