2023-11-09 07:51:30 +00:00
|
|
|
id: dionaea-http-honeypot-detect
|
2023-11-07 12:34:04 +00:00
|
|
|
|
2023-11-09 07:51:30 +00:00
|
|
|
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
|
2024-06-07 10:04:29 +00:00
|
|
|
shodan-query: '"python/3.10 aiohttp/3.8.3" && bad status'
|
2023-11-09 07:51:30 +00:00
|
|
|
tags: dionaea,honeypot,ir,cti
|
2023-11-07 12:34:04 +00:00
|
|
|
|
2023-11-09 07:51:30 +00:00
|
|
|
http:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
AAAA / HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
2023-11-07 12:34:04 +00:00
|
|
|
|
2023-11-09 07:51:30 +00:00
|
|
|
unsafe: true
|
2023-11-10 09:15:01 +00:00
|
|
|
|
2023-11-09 07:51:30 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 501
|
2023-11-07 12:34:04 +00:00
|
|
|
|
2023-11-09 07:51:30 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "nginx"
|
2023-11-07 12:34:04 +00:00
|
|
|
|
2023-11-09 07:51:30 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<?xml version="1.0" encoding="ascii"?>'
|
2023-11-10 17:07:52 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100882cfcbeb68848cd81c48a8170dc7d171efe8a06229a294f1a29f37ffa786b0002205a67f53fbd5246db953b5753bda9896c9b4ca9d7dd2c52ad8647de3781195d53:922c64590222798bb761d5b6d8e72950
|