DNS 服务加载未签名 DLL
编辑DNS 服务加载未签名 DLL
编辑识别 DNS 服务器进程加载的异常 DLL,这可能表示滥用了 ServerLevelPluginDll 功能。这可能导致权限提升和使用 SYSTEM 权限执行远程代码。
规则类型: eql
规则索引:
- logs-endpoint.events.library-*
- logs-windows.sysmon_operational-*
- winlogbeat-*
严重性: 中等
风险评分: 47
每隔: 5 分钟
搜索索引自: now-9m (日期数学格式,另请参阅 其他回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:权限提升
- 数据源:Elastic Defend
- 数据源:Sysmon
版本: 103
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑any where host.os.type == "windows" and event.category : ("library", "process") and event.type : ("start", "change") and event.action : ("load", "Image loaded*") and process.executable : "?:\\windows\\system32\\dns.exe" and not ?dll.code_signature.trusted == true and not file.code_signature.status == "Valid"
框架: MITRE ATT&CKTM
-
战术
- 名称:权限提升
- ID:TA0004
- 参考网址:https://attack.mitre.org/tactics/TA0004/
-
技术
- 名称:用于权限提升的利用
- ID:T1068
- 参考网址:https://attack.mitre.org/techniques/T1068/