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

35 lines
779 B
YAML

id: snare-honeypot-detect
info:
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:
max-request: 1
verified: true
shodan-query: '"Python/3.10 aiohttp/3.8.3" && Bad status'
vendor: snare
product: http
tags: snare,honeypot,ir,cti
http:
- raw:
- |
GET / HTTP/1337
Host: {{Hostname}}
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'"