带有尾随空格的进程
编辑带有尾随空格的进程编辑
识别攻击者包含尾随空格字符以模仿常规文件的情况,伪装其活动以规避默认文件处理机制。
规则类型: eql
规则索引:
- logs-endpoint.events.*
- endgame-*
- auditbeat-*
- logs-auditd_manager.auditd-*
严重性: 低
风险评分: 21
每隔运行: 60m
从以下时间开始搜索索引: now-119m(日期数学格式,另请参见 附加回溯时间
)
每次执行的最大警报数: 100
参考: 无
标签:
- 域:端点
- 操作系统:Linux
- 操作系统:macOS
- 用例:威胁检测
- 策略:防御规避
- 规则类型:BBR
- 数据源:Elastic Defend
- 数据源:Elastic Endgame
- 数据源:Auditd Manager
版本: 2
规则作者:
- Elastic
规则许可证: Elastic 许可证 v2
规则查询编辑
process where event.type == "start" and event.action in ("exec", "exec_event", "executed", "process_started") and process.name : "* "
框架: MITRE ATT&CKTM
-
策略
- 名称:防御规避
- ID:TA0005
- 参考 URL:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:伪装
- ID:T1036
- 参考 URL:https://attack.mitre.org/techniques/T1036/
-
子技术
- 名称:文件名后的空格
- ID:T1036.006
- 参考 URL:https://attack.mitre.org/techniques/T1036/006/