通过服务注册表实现异常持久化
编辑通过服务注册表实现异常持久化
编辑识别直接修改服务注册表项的进程,而不是通过预期的 Windows API。这可能是攻击者试图通过异常服务创建或修改现有服务来隐蔽地实现持久化的迹象。
规则类型: eql
规则索引:
- logs-endpoint.events.registry-*
- endgame-*
- logs-windows.sysmon_operational-*
- winlogbeat-*
- logs-m365_defender.event-*
- logs-sentinel_one_cloud_funnel.*
严重性: 低
风险评分: 21
每隔: 5m 执行
搜索索引时间范围: now-9m (日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 持久化
- 战术: 防御规避
- 数据源: Elastic Endgame
- 数据源: Elastic Defend
- 数据源: Sysmon
- 数据源: Microsoft Defender for Endpoint
- 数据源: SentinelOne
版本: 310
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑registry where host.os.type == "windows" and event.type == "change" and registry.value : ("ServiceDLL", "ImagePath") and registry.path : ( "HKLM\\SYSTEM\\ControlSet*\\Services\\*\\ServiceDLL", "HKLM\\SYSTEM\\ControlSet*\\Services\\*\\ImagePath", "\\REGISTRY\\MACHINE\\SYSTEM\\ControlSet*\\Services\\*\\ServiceDLL", "\\REGISTRY\\MACHINE\\SYSTEM\\ControlSet*\\Services\\*\\ImagePath", "MACHINE\\SYSTEM\\ControlSet*\\Services\\*\\ServiceDLL", "MACHINE\\SYSTEM\\ControlSet*\\Services\\*\\ImagePath" ) and not registry.data.strings : ( "?:\\windows\\system32\\Drivers\\*.sys", "\\SystemRoot\\System32\\drivers\\*.sys", "\\??\\?:\\Windows\\system32\\Drivers\\*.SYS", "\\??\\?:\\Windows\\syswow64\\*.sys", "system32\\DRIVERS\\USBSTOR") and not (process.name : "procexp??.exe" and registry.data.strings : "?:\\*\\procexp*.sys") and not process.executable : ( "?:\\Program Files\\*.exe", "?:\\Program Files (x86)\\*.exe", "?:\\Windows\\System32\\svchost.exe", "?:\\Windows\\winsxs\\*\\TiWorker.exe", "?:\\Windows\\System32\\drvinst.exe", "?:\\Windows\\System32\\services.exe", "?:\\Windows\\System32\\msiexec.exe", "?:\\Windows\\System32\\regsvr32.exe", "?:\\Windows\\System32\\WaaSMedicAgent.exe" )
框架: MITRE ATT&CKTM
-
战术
- 名称: 持久化
- ID: TA0003
- 参考网址: https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称: 创建或修改系统进程
- ID: T1543
- 参考网址: https://attack.mitre.org/techniques/T1543/
-
子技术
- 名称: Windows 服务
- ID: T1543.003
- 参考网址: https://attack.mitre.org/techniques/T1543/003/
-
战术
- 名称: 防御规避
- ID: TA0005
- 参考网址: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 修改注册表
- ID: T1112
- 参考网址: https://attack.mitre.org/techniques/T1112/