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
|
|
|
|
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
|
|
|
|
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 06:42:26 +00:00
|
|
|
# digest: 4a0a0047304502204845c6f76cf7d6627f48ac9616242b173361e5fdcd62f859968af7f28ee6a71e022100cfc357166073926ec2e6d6fa94129f82915a8a708f11d5b0e9559ffcb20dc58f:922c64590222798bb761d5b6d8e72950
|