2023-11-07 12:34:04 +00:00
|
|
|
id: citrix-honeypot-detect
|
|
|
|
|
|
|
|
info:
|
2023-11-08 06:13:53 +00:00
|
|
|
name: Citrix Honeypot - Detect
|
2023-11-07 12:34:04 +00:00
|
|
|
author: UnaPibaGeek
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
A Citrix honeypot has been identified.
|
|
|
|
The HTTP response reveals a possible setup of the Citrix web application honeypot.
|
|
|
|
metadata:
|
2023-11-08 15:12:25 +00:00
|
|
|
verified: true
|
2023-11-10 09:15:01 +00:00
|
|
|
max-request: 1
|
2023-11-07 12:34:04 +00:00
|
|
|
vendor: citrix
|
|
|
|
product: citrix
|
2024-06-07 10:04:29 +00:00
|
|
|
shodan-query:
|
|
|
|
- http.title:“Citrix Login”
|
|
|
|
- http.title:“citrix login”
|
|
|
|
fofa-query: title=“citrix login”
|
|
|
|
google-query: intitle:“citrix login”
|
2023-11-08 06:13:53 +00:00
|
|
|
tags: citrix,honeypot,ir,cti
|
2023-11-07 12:34:04 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'len(body)<2000'
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<title>Citrix Login</title>"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "In order to use our services, you must agree to Citrix's Terms of Service."
|
2023-11-10 06:42:26 +00:00
|
|
|
negative: true
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4b0a00483046022100a0b42801a31e87ed0094775d9c9adabdeddbf7f0cd374a21b9eeda54a64aeeb5022100d3065beadb35ba731702b6966f257bdb56e35aea22133e8f89de7fb7b11b2088:922c64590222798bb761d5b6d8e72950
|