来自异常位置的 Microsoft 365 门户登录

编辑

来自异常位置的 Microsoft 365 门户登录

编辑

检测来自异常位置的成功 Microsoft 365 门户登录。异常位置定义为通常与用户帐户无关的位置。此行为可能表明攻击者试图从不寻常的位置或在 VPN 后访问 Microsoft 365 帐户。

规则类型: new_terms

规则索引:

  • filebeat-*
  • logs-o365.audit-*

严重性: 中

风险评分: 47

运行频率: 5分钟

搜索索引起始时间: now-9m (日期数学格式,另请参阅 额外回溯时间)

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

参考:

标签:

  • 域:云
  • 数据源:Microsoft 365
  • 用例:威胁检测
  • 战术:初始访问

版本: 2

规则作者:

  • Elastic

规则许可证: Elastic License v2

规则查询

编辑
event.dataset: "o365.audit"
    and event.provider: "AzureActiveDirectory"
    and event.action: "UserLoggedIn"
    and event.outcome: "success"
    and not o365.audit.UserId: "Not Available"
    and o365.audit.Target.Type: ("0" or "2" or "3" or "5" or "6" or "10")

框架: MITRE ATT&CKTM