39 lines
976 B
YAML
39 lines
976 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:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: snare
|
|
product: http
|
|
shodan-query: '"Python/3.10 aiohttp/3.8.3" && Bad status'
|
|
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'"
|
|
|
|
# digest: 4a0a0047304502203700afbdd19e7acc213ce89a589e27a9a5ed0a98d58db8442469c6f6ed86cc58022100a2e62b5622704bdee9e5053c57db119166502685578f2d1ad0f6a5addcd23cf1:922c64590222798bb761d5b6d8e72950
|