下载的 URL 文件编辑

识别从本地网络外部下载的 .url 快捷方式文件。这些快捷方式文件通常用于网络钓鱼攻击。

规则类型:eql

规则索引:

  • logs-endpoint.events.file-*

严重性:低

风险评分: 21

运行频率:5 分钟

搜索索引的时间范围:now-9m(日期数学格式,另请参阅其他回溯时间

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

参考:无

标签:

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

版本: 2

规则作者:

  • Elastic

规则许可证:Elastic 许可证 v2

规则查询编辑

file where host.os.type == "windows" and event.type == "creation" and file.extension == "url"
   and file.Ext.windows.zone_identifier > 1 and not process.name : "explorer.exe"

框架:MITRE ATT&CKTM