可疑 WerFault 子进程
编辑可疑 WerFault 子进程
编辑检测到可疑的 WerFault 子进程,这可能表示尝试通过 SilentProcessExit 注册表项操作来运行。请验证进程详细信息,例如命令行、网络连接和文件写入。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.process-*
- logs-windows.sysmon_operational-*
- endgame-*
- logs-sentinel_one_cloud_funnel.*
- logs-m365_defender.event-*
严重性: 中等
风险评分: 47
运行频率: 5 分钟
搜索索引自: now-9m (日期数学格式,另见 额外回溯时间
)
每次执行的最大告警数: 100
参考资料:
- https://www.hexacorn.com/blog/2019/09/19/silentprocessexit-quick-look-under-the-hood/
- https://www.hexacorn.com/blog/2019/09/20/werfault-command-line-switches-v0-1/
- https://github.com/sbousseaden/EVTX-ATTACK-SAMPLES/blob/master/Persistence/persistence_SilentProcessExit_ImageHijack_sysmon_13_1.evtx
- http://web.archive.org/web/20230530011556/https://blog.menasec.net/2021/01/
标签:
- 领域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:防御规避
- 战术:持久性
- 战术:权限提升
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
- 数据源:Microsoft Defender for Endpoint
- 数据源:Sysmon
- 数据源:SentinelOne
版本: 415
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where host.os.type == "windows" and event.type == "start" and process.parent.name : "WerFault.exe" and /* args -s and -t used to execute a process via SilentProcessExit mechanism */ (process.parent.args : "-s" and process.parent.args : "-t" and process.parent.args : "-c") and not process.executable : ("?:\\Windows\\SysWOW64\\Initcrypt.exe", "?:\\Program Files (x86)\\Heimdal\\Heimdal.Guard.exe")
框架: MITRE ATT&CKTM
-
战术
- 名称:防御规避
- ID:TA0005
- 参考网址:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:伪装
- ID:T1036
- 参考网址:https://attack.mitre.org/techniques/T1036/
-
战术
- 名称:持久性
- ID:TA0003
- 参考网址:https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称:事件触发执行
- ID:T1546
- 参考网址:https://attack.mitre.org/techniques/T1546/
-
子技术
- 名称:图像文件执行选项注入
- ID:T1546.012
- 参考网址:https://attack.mitre.org/techniques/T1546/012/
-
战术
- 名称:权限提升
- ID:TA0004
- 参考网址:https://attack.mitre.org/tactics/TA0004/
-
技术
- 名称:事件触发执行
- ID:T1546
- 参考网址:https://attack.mitre.org/techniques/T1546/
-
子技术
- 名称:图像文件执行选项注入
- ID:T1546.012
- 参考网址:https://attack.mitre.org/techniques/T1546/012/