At.exe 命令横向移动

编辑

识别使用 at.exe 与远程主机上的任务计划程序进行交互的情况。远程任务的创建、修改或执行可能表明存在恶意横向移动。

规则类型: eql

规则索引:

  • logs-endpoint.events.process-*
  • winlogbeat-*
  • logs-windows.*
  • endgame-*
  • logs-system.security*

严重程度: 低

风险评分: 21

运行频率: 60 分钟

搜索索引时间范围: now-119m (日期数学格式,另请参阅 额外的回溯时间)

每次执行的最大警报数: 100

参考: 无

标签:

  • 域: 端点
  • 操作系统: Windows
  • 用例: 威胁检测
  • 战术: 横向移动
  • 数据源: Elastic Defend
  • 规则类型: BBR
  • 数据源: Elastic Endgame
  • 数据源: 系统

版本: 105

规则作者:

  • Elastic

规则许可证: Elastic License v2

规则查询

编辑
process where host.os.type == "windows" and event.type == "start" and process.name : "at.exe" and process.args : "\\\\*"

框架: MITRE ATT&CKTM