受感染的端点
未经授权的浏览器
当用户尝试从组织 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: 当用户从未经授权的浏览器访问内容时发生此情况,这可能会通过互联网导致不希望的事件或操作。
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: 从未经授权的浏览器访问
<!--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: 当用户尝试从具有列入阻止列表的操作系统的服务器访问应用程序时,会发生此情况。
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: 阻止列表中的未经授权的操作系统
<!--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: 当用户从未经授权的 IP 访问内容时发生此情况,这可能会通过互联网导致不希望的事件或操作。
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: 从未经授权的 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: 允许列表之外的未经授权的操作系统
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: 允许列表之外的未经授权的操作系统
<!--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: 不受支持的 Workspace 应用程序版本
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: 不受支持的 Workspace 应用程序版本
<!--NeedCopy-->
已复制!
失败!