卷根目录下的备用数据流创建/执行
编辑卷根目录下的备用数据流创建/执行
编辑识别在卷根目录下创建备用数据流 (ADS) 的行为,这可能表明试图隐藏工具和恶意软件,因为在此目录中创建的 ADS 不会由系统实用程序显示。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.process-*
- logs-endpoint.events.file-*
- logs-windows.sysmon_operational-*
- logs-m365_defender.event-*
- logs-sentinel_one_cloud_funnel.*
- endgame-*
严重性: 中等
风险评分: 47
每隔: 5 分钟
搜索索引自: now-9m (日期数学格式,另请参见 附加回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 领域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:防御规避
- 数据源:Elastic Defend
- 数据源:Sysmon
- 数据源:Microsoft Defender for Endpoint
- 数据源:SentinelOne
- 数据源:Elastic Endgame
版本: 201
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑any where host.os.type == "windows" and event.category in ("file", "process") and ( (event.type == "creation" and file.path regex~ """[A-Z]:\\:.+""") or (event.type == "start" and process.executable regex~ """[A-Z]:\\:.+""") )
框架: MITRE ATT&CKTM
-
策略
- 名称:防御规避
- ID:TA0005
- 参考网址:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:隐藏工件
- ID:T1564
- 参考网址:https://attack.mitre.org/techniques/T1564/
-
子技术
- 名称:NTFS 文件属性
- ID:T1564.004
- 参考网址:https://attack.mitre.org/techniques/T1564/004/