36 lines
973 B
YAML
36 lines
973 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'"
|
|
# digest: 4a0a00473045022100907851edb410bad57e59ce48991c13b6ac5d820bb8f71e0257a94c5196c2aa3a02200fd7d8255f1f7d52fedcf1510232d35b2049a5ed5d7409553a5ee849e7769336:922c64590222798bb761d5b6d8e72950 |