Skip to content

Citrix Honeypot - Detect

ID: citrix-honeypot-detect

Severity: info

Author: UnaPibaGeek

Tags: citrix,honeypot,ir,cti

A Citrix honeypot has been identified.The HTTP response reveals a possible setup of the Citrix web application honeypot.

id: citrix-honeypot-detect
info:
name: Citrix Honeypot - Detect
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:
verified: true
max-request: 1
vendor: citrix
product: citrix
shodan-query:
- http.title:“Citrix Login”
- http.title:“citrix login”
fofa-query: title=“citrix login”
google-query: intitle:“citrix login”
tags: citrix,honeypot,ir,cti
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."
negative: true
# digest: 4b0a00483046022100fb8604c3c070848cab6a495f4d23489d924f5361d63d94a3879098931b07a412022100aa34d773a9a91deef75207ba4d850879e397d109a49948618362219de29e8ed2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/honeypot/citrix-honeypot-detect.yaml"

View on Github