Citrix Analytics for Security™

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

未承認ブラウザー

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

詳細

データソース: Apps and Desktops (Workspace App)

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ポリシーで許可されていない、またはセキュリティの脆弱性があるオペレーティングシステムの種類やバージョンを持つデバイスにユーザーがアクセスしようとした場合に発生します。

詳細

データソース: Apps and Desktops (Workspace App)

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アドレスまたは範囲からユーザーがアクセスしようとした場合に発生します。

詳細

データソース: Apps and Desktops (Workspace App)

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

許可リスト外の未承認オペレーティングシステム

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

詳細

データソース: Apps and Desktops (Workspace App)

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

詳細

データソース: Apps and Desktops (Workspace App)

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-->
侵害されたエンドポイント