Citrix Analytics for Security

侵害されたエンドポイント

認可されていないブラウザ

これは、ユーザーが組織のITポリシーまたはセキュリティの脆弱性により許可されていないブラウザの種類またはバージョンからコンテンツにアクセスしようとした場合に発生します。

詳細

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

CAS クエリー

Event-Type = "Session.Logon" AND Browser-Name !~ "<Browser-Name>"
<!--NeedCopy-->

Session.Logon イベントは、ユーザーが資格情報を入力してアプリまたはデスクトップセッションにログオンしたときにトリガーされます。

Sigma シグネチャー

author: Citrix
date: 2023/01/31
description: This occurs when a user accesses content from an authorized browser which might cause an undesirable event or action through the internet.
detection:
  condition: index_selection and selection and not filter
  filter:
  - browser_name|contains: '<Browser-Name>'
  index_selection:
    source: cas_siem_consumer://<env>_<tenant_identifier>
  selection:
  - occurrence_event_type: Session.logon
logsource:
  product: citrixanalytics
  service: security
title: Access from unauthorized browser
<!--NeedCopy-->

認可されていないオペレーティングシステム

これは、組織の IT ポリシーまたはセキュリティの脆弱性により許可されていないオペレーティングシステムのタイプまたはバージョンのデバイスにユーザーがアクセスしようとした場合に発生します。

詳細

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

CAS クエリー

Event-Type = "Session.Logon" AND OS-Name ~ "<OS-Name>" AND OS-Version = "<OS-Version>" AND OS-Extra-Info = "<OS-Extra-Info>"
<!--NeedCopy-->

Sigma シグネチャー

author: Citrix
date: 2023/01/31
description: This occurs when a user attempts to access apps from servers with blocked listed operating systems.
detection:
  condition: index_selection and selection
  filter_null: []
  index_selection:
    source: cas_siem_consumer://<env>_<tenant_identifier>
  selection:
    occurrence_event_type: Session.logon
    os_name|contains: '<OS-Name>'
    os_version: '<OS-Version>'
    os_extra_info: '<OS-Extra-Info>'
logsource:
  product: citrixanalytics
  service: security
title: Unauthorized operating systems in block list
<!--NeedCopy-->

不正な IP アドレスまたはサブネット

これは、組織の IT ポリシーで許可されていないとマークされている IP アドレスまたは範囲からユーザーがアクセスを試みた場合に発生します。

詳細

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

CAS クエリー

Event-Type = "Session.Logon" AND Client-IP = "<XX.YY.ZZ.*>"
<!--NeedCopy-->

Sigma シグネチャー

author: Citrix
date: 2023/01/31
description: This occurs when a user accessing content from an unauthorized IPs which might cause an undesirable event or action through the internet.
detection:
  condition: selection and not filter_null and filter
  filter:
  - client_ip: '<IP>'
  filter_null:
  - client_ip: null
  selection:
  - occurrence_event_type: Session.Logon
logsource:
  product: citrixanalytics
  service: security
title: Access from unauthorized IP
<!--NeedCopy-->

許可リスト外の不正なオペレーティングシステム

これは、ユーザーが許可リストに含まれていないオペレーティングシステムをホストするサーバーからアプリケーションにアクセスしようとしたときに発生します。

詳細

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

CAS クエリー

Event-Type = "Session.Logon" AND OS-Name !~ "<OS-Name>" AND OS-Version != "<OS-Version>" AND OS-Extra-Info != "<OS-Extra-Info>"
<!--NeedCopy-->

Sigma シグネチャー

author: Citrix
date: 2023/01/31
description: Unauthorized operating systems outside allow list
detection:
  condition: selection and not filter_null and not filter_os and not filter_os_version and not filter_os_extra
  filter_os:
  - os_name|contains: '<OS INFO>'
  filter_os_version:
  - os_version: '<OS Version>'
  filter_os_extra:
  - os_extra_info: '<OS Extra Info>'
  filter_null:
  - os_name: null
  - os_version: null
  - os_extra_info: null
  selection:
  - occurrence_event_type: Session.Logon
logsource:
  product: citrixanalytics
  service: security
title: Unauthorized operating systems outside allow list
<!--NeedCopy-->

未承認のWorkspaceアプリバージョン

これは、サポートされていないクライアントバージョンの Workspace アプリにユーザーがアクセスしようとしたときに発生します。このような場合、ユーザーはクライアントをサポートされているバージョンにアップグレードする必要があります。詳細については、「 サポートクライアントバージョン」を参照してください。

詳細

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

CAS クエリー

Event-Type = "Session.Logon" AND Client-Type IN ("Windows", "Macintosh", "Unix/Linux") AND Workspace-App-Version != "20*" AND Workspace-App-Version != "21*"
<!--NeedCopy-->

Sigma シグネチャー

author: Citrix
date: 2023/01/31
description: Unsupported Workspace app versions
detection:
  condition: selection and not filter_null and filter_product and not filter_product_version
  filter_product:
  - product: ['Windows', 'Mac', '<Other type>']
  filter_product_version:
  - product_version|contains: ['<Product Version1>', '<Product Version2>']
  filter_null:
  - product: null
  - product_version: null
  selection:
  - occurrence_event_type: Session.Logon
logsource:
  product: citrixanalytics
  service: security
title: Unsupported Workspace app versions
<!--NeedCopy-->
侵害されたエンドポイント