Citrix Analytics for Security™

内部脅威

不審なデスクトップ名

これは、ユーザーが通常とは見なされないデスクトップを起動しようとした場合に発生します。

詳細

データソース: アプリとデスクトップ (Workspace アプリ)

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-->

特定のプロセスを監視

これは、ユーザーが監視リストにある公開アプリケーションを起動した場合に発生します。その目的は、特定の公開アプリケーションの使用状況を監視することである可能性があります。

詳細

データソース: アプリとデスクトップ (セッションレコーディング)

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 アプリ)

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-->
内部脅威