下载了可疑扩展名的文件
编辑下载了可疑扩展名的文件
编辑识别从本地网络外部下载的、可能被滥用以执行代码的异常文件。
规则类型: eql
规则索引:
- logs-endpoint.events.file-*
严重性: 低
风险评分: 21
运行频率: 60分钟
搜索索引时间范围: now-119m (日期数学格式,另请参阅 额外的回溯时间
)
每次执行的最大告警数: 100
参考:
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 防御规避
- 数据源: Elastic Defend
- 规则类型: BBR
版本: 3
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑file where host.os.type == "windows" and event.type == "creation" and file.extension : ( "appinstaller", "application", "appx", "appxbundle", "cpl", "diagcab", "diagpkg", "diagcfg", "manifest", "msix", "pif", "search-ms", "searchConnector-ms", "settingcontent-ms", "symlink", "theme", "themepack" ) and file.Ext.windows.zone_identifier > 1 and not ( ( file.extension : "msix" and file.path : ( "?:\\Users\\*\\AppData\\Local\\Temp\\WinGet\\Microsoft.Winget.Source*", "?:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\\Microsoft\\WinGet\\State\\defaultState\\Microsoft.PreIndexed.Package\\Microsoft.Winget.Source*" ) ) or ( process.name : "Teams.exe" and process.code_signature.trusted == true and file.extension : "msix" and file.path : "?:\\Users\\*\\AppData\\Roaming\\Microsoft\\Teams\\tmp\\*" ) )
框架: MITRE ATT&CKTM
-
战术
- 名称: 防御规避
- ID: TA0005
- 参考 URL: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 系统二进制代理执行
- ID: T1218
- 参考 URL: https://attack.mitre.org/techniques/T1218/
-
战术
- 名称: 初始访问
- ID: TA0001
- 参考 URL: https://attack.mitre.org/tactics/TA0001/
-
技术
- 名称: 网络钓鱼
- ID: T1566
- 参考 URL: https://attack.mitre.org/techniques/T1566/
-
子技术
- 名称: 鱼叉式网络钓鱼附件
- ID: T1566.001
- 参考 URL: https://attack.mitre.org/techniques/T1566/001/
-
子技术
- 名称: 鱼叉式网络钓鱼链接
- ID: T1566.002
- 参考 URL: https://attack.mitre.org/techniques/T1566/002/