可疑的端点安全父进程
编辑可疑的端点安全父进程
编辑检测到可疑的端点安全父进程。这可能表示进程镂空或其他形式的代码注入。
规则类型: 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.*
严重程度: 中
风险评分: 47
运行频率: 5 分钟
搜索索引起始时间: now-9m (日期数学格式, 另请参阅 额外的回溯时间
)
每次执行的最大警报数: 100
参考: 无
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 防御规避
- 数据源: Elastic Endgame
- 数据源: Elastic Defend
- 数据源: 系统
- 数据源: Microsoft Defender for Endpoint
- 数据源: Sysmon
- 数据源: SentinelOne
版本: 313
规则作者:
- Elastic
规则许可: Elastic License v2
规则查询
编辑process where host.os.type == "windows" and event.type == "start" and process.name : ("esensor.exe", "elastic-endpoint.exe") and process.parent.executable != null and /* add FPs here */ not process.parent.executable : ( "?:\\Program Files\\Elastic\\*", "?:\\Windows\\System32\\services.exe", "?:\\Windows\\System32\\WerFault*.exe", "?:\\Windows\\System32\\wermgr.exe", "?:\\Windows\\explorer.exe" ) and not ( process.parent.executable : ( "?:\\Windows\\System32\\cmd.exe", "?:\\Windows\\System32\\SecurityHealthHost.exe", "?:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" ) and process.args : ( "test", "version", "top", "run", "*help", "status", "upgrade", "/launch", "/enable" ) )
框架: MITRE ATT&CKTM
-
战术
- 名称: 防御规避
- ID: TA0005
- 参考 URL: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 伪装
- ID: T1036
- 参考 URL: https://attack.mitre.org/techniques/T1036/
-
子技术
- 名称: 匹配合法名称或位置
- ID: T1036.005
- 参考 URL: https://attack.mitre.org/techniques/T1036/005/