Citrix Analytics for Security™

内部威胁

异常桌面名称

当用户尝试启动一个被认为不常见的桌面时,会发生此情况。

详细信息

数据源:应用程序和桌面 (Workspace App)

CAS 查询

Event-Type = "Session.Logon" AND Session-Launch-Type = "desktop" AND App-Name ~ "<Desktop Name>"
<!--NeedCopy-->

Sigma 签名

author: Citrix®
date: 2023/01/31
description: 异常桌面名称
detection:
  condition: selection1 and selection2 and not filter_null and filter_app_name
  filter_app_name:
  -  app_name|contains: '<App Name>'
  filter_null:
  -  app_name: null
  selection1:
  -  occurrence_event_type: Citrix.EventMonitor.AppStart
  selection2:
  -  launch_type: 'desktop'
logsource:
  product: citrixanalytics
  service: security
title: 异常桌面名称
<!--NeedCopy-->

监视特定进程

当用户启动监视列表中的已发布应用程序时,会发生此情况。其目的可能是监视特定已发布应用程序的使用情况。

详细信息

数据源:应用程序和桌面 (Session Recording)

CAS 查询

Event-Type = "Citrix.EventMonitor.AppStart" AND App-Name IN ("<App-Name-1>", "<App-Name-2>")
<!--NeedCopy-->

Sigma 签名

author: Citrix
date: 2023/01/31
description: 监视特定进程
detection:
  condition: selection and not filter_null and filter_app_name
  filter_app_name:
  -  app_name: ['<App-Name1>', '<App-Name2>']
  filter_null:
  -  app_name: null
  selection:
  -  occurrence_event_type: Citrix.EventMonitor.AppStart
logsource:
  product: citrixanalytics
  service: security
title: 监视特定进程
<!--NeedCopy-->

未经授权的虚拟应用程序

当用户访问未经授权的虚拟应用程序时,会发生此情况。

详细信息

数据源:应用程序和桌面 (Workspace App)

CAS 查询

Event-Type = "App.Start" AND App-Name IN ("<App-Name1>", "<App-Name2>")
<!--NeedCopy-->

Sigma 签名

date: 2023/01/31
description: 未经授权的虚拟应用程序
detection:
  condition: selection and not filter_null and filter_app_name
  filter_app_name:
  -  app_name: ['<App-Name1>', '<App-Name2>']
  filter_null:
  -  app_name: null
  selection:
  -  occurrence_event_type: App.Start
logsource:
  product: citrixanalytics
  service: security
title: 未经授权的虚拟应用程序
<!--NeedCopy-->
内部威胁