具有不常见扩展名的内存转储文件
编辑具有不常见扩展名的内存转储文件
编辑识别具有不常见扩展名的内存转储文件的创建,这可能表明试图将内存转储伪装成另一种文件类型以绕过安全防御。
规则类型: eql
规则索引:
- logs-endpoint.events.file-*
严重性: 低
风险评分: 21
运行频率: 5 分钟
搜索索引范围: now-9m (日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大警报数: 100
参考: 无
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:凭证访问
- 战术:防御规避
- 数据源:Elastic Defend
- 规则类型:BBR
版本: 2
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑file where host.os.type == "windows" and event.type == "creation" and /* MDMP header */ file.Ext.header_bytes : "4d444d50*" and not file.extension : ("dmp", "mdmp", "hdmp", "edmp", "full", "tdref", "cg", "tmp", "dat") and not ( process.executable : "?:\\Program Files\\Endgame\\esensor.exe" and process.code_signature.trusted == true and length(file.extension) == 0 ) and not ( process.name : "System" and file.extension : "tmpscan" )
框架: MITRE ATT&CKTM
-
战术
- 名称:凭证访问
- ID: TA0006
- 参考 URL: https://attack.mitre.org/tactics/TA0006/
-
技术
- 名称:操作系统凭证转储
- ID: T1003
- 参考 URL: https://attack.mitre.org/techniques/T1003/
-
子技术
- 名称:LSASS 内存
- ID: T1003.001
- 参考 URL: https://attack.mitre.org/techniques/T1003/001/
-
战术
- 名称:防御规避
- ID: TA0005
- 参考 URL: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:伪装
- ID: T1036
- 参考 URL: https://attack.mitre.org/techniques/T1036/
-
子技术
- 名称:伪装文件类型
- ID: T1036.008
- 参考 URL: https://attack.mitre.org/techniques/T1036/008/