nuclei-templates/http/honeypot/snare-honeypot-detect.yaml

35 lines
779 B
YAML
Raw Normal View History

id: snare-honeypot-detect
info:
2023-11-08 06:13:53 +00:00
name: Snare Honeypot - Detect
author: UnaPibaGeek
severity: info
description: |
Snare honeypot has been identified.
The response to an incorrect HTTP version reveals a possible setup of the Snare web application honeypot.
metadata:
2023-11-09 07:42:49 +00:00
max-request: 1
2023-11-08 15:12:25 +00:00
verified: true
2023-11-09 07:42:49 +00:00
shodan-query: '"Python/3.10 aiohttp/3.8.3" && Bad status'
vendor: snare
product: http
2023-11-08 06:13:53 +00:00
tags: snare,honeypot,ir,cti
http:
- raw:
- |
GET / HTTP/1337
Host: {{Hostname}}
2023-11-09 07:42:49 +00:00
unsafe: true
matchers-condition: and
matchers:
- type: word
part: header
words:
- "Python/3.10 aiohttp/3.8.3"
- type: word
part: body
words:
- "Bad status line 'Expected dot'"