可疑资源管理器子进程
编辑可疑资源管理器子进程
编辑识别可疑的 Windows 资源管理器子进程。Explorer.exe 可被滥用于从受信任的父进程启动恶意脚本或可执行文件。
规则类型: eql
规则索引:
- logs-endpoint.events.process-*
- winlogbeat-*
- logs-windows.sysmon_operational-*
- endgame-*
- logs-m365_defender.event-*
- logs-sentinel_one_cloud_funnel.*
严重性: 中等
风险评分: 47
运行频率: 5 分钟
搜索索引时间范围: now-9m (日期数学格式,另见 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 初始访问
- 战术: 防御规避
- 战术: 执行
- 数据源: Elastic Endgame
- 数据源: Elastic Defend
- 数据源: Sysmon
- 数据源: Microsoft Defender for Endpoint
- 数据源: SentinelOne
版本: 309
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where host.os.type == "windows" and event.type == "start" and ( process.name : ("cscript.exe", "wscript.exe", "powershell.exe", "rundll32.exe", "cmd.exe", "mshta.exe", "regsvr32.exe") or ?process.pe.original_file_name in ("cscript.exe", "wscript.exe", "PowerShell.EXE", "RUNDLL32.EXE", "Cmd.Exe", "MSHTA.EXE", "REGSVR32.EXE") ) and /* Explorer started via DCOM */ process.parent.name : "explorer.exe" and process.parent.args : "-Embedding" and not process.parent.args: ( /* Noisy CLSID_SeparateSingleProcessExplorerHost Explorer COM Class IDs */ "/factory,{5BD95610-9434-43C2-886C-57852CC8A120}", "/factory,{ceff45ee-c862-41de-aee2-a022c81eda92}" )
框架: MITRE ATT&CKTM
-
战术
- 名称: 初始访问
- ID: TA0001
- 参考网址: https://attack.mitre.org/tactics/TA0001/
-
技术
- 名称: 网络钓鱼
- ID: T1566
- 参考网址: https://attack.mitre.org/techniques/T1566/
-
子技术
- 名称: 鱼叉式钓鱼附件
- ID: T1566.001
- 参考网址: https://attack.mitre.org/techniques/T1566/001/
-
子技术
- 名称: 鱼叉式钓鱼链接
- ID: T1566.002
- 参考网址: https://attack.mitre.org/techniques/T1566/002/
-
战术
- 名称: 执行
- 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/
-
子技术
- 名称: Windows 命令提示符
- ID: T1059.003
- 参考网址: https://attack.mitre.org/techniques/T1059/003/
-
子技术
- 名称: Visual Basic
- ID: T1059.005
- 参考网址: https://attack.mitre.org/techniques/T1059/005/
-
战术
- 名称: 防御规避
- ID: TA0005
- 参考网址: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 系统二进制代理执行
- ID: T1218
- 参考网址: https://attack.mitre.org/techniques/T1218/