40 lines
1023 B
YAML
40 lines
1023 B
YAML
id: dionaea-http-honeypot-detect
|
|
|
|
info:
|
|
name: Dionaea HTTP Honeypot - Detect
|
|
author: UnaPibaGeek
|
|
severity: info
|
|
description: |
|
|
Dionaea HTTP honeypot has been identified.
|
|
The response to an incorrect HTTP method reveals a possible setup of the Dioanea web application honeypot.
|
|
metadata:
|
|
max-request: 1
|
|
vendor: dionaea
|
|
product: http
|
|
shodan-query: '"python/3.10 aiohttp/3.8.3" && bad status'
|
|
tags: dionaea,honeypot,ir,cti
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
AAAA / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
unsafe: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 501
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "nginx"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<?xml version="1.0" encoding="ascii"?>'
|
|
# digest: 4a0a0047304502206f6b4e24e342a20273a75139ef4065dd40f3cb5d779f939f8b2e13152d267628022100cdfd4b4a7fcb01aa7362c453b79cdcbe485c7e4d2bf23478b12c0ab135da5647:922c64590222798bb761d5b6d8e72950 |