2023-11-07 12:34:04 +00:00
|
|
|
id: snare-honeypot-detect
|
|
|
|
|
|
|
|
info:
|
2023-11-08 06:13:53 +00:00
|
|
|
name: Snare Honeypot - Detect
|
2023-11-07 12:34:04 +00:00
|
|
|
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'
|
2023-11-07 12:34:04 +00:00
|
|
|
vendor: snare
|
|
|
|
product: http
|
2023-11-08 06:13:53 +00:00
|
|
|
tags: snare,honeypot,ir,cti
|
2023-11-07 12:34:04 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET / HTTP/1337
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
2023-11-09 07:42:49 +00:00
|
|
|
unsafe: true
|
|
|
|
matchers-condition: and
|
2023-11-07 12:34:04 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "Python/3.10 aiohttp/3.8.3"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2023-11-10 06:42:26 +00:00
|
|
|
- "Bad status line 'Expected dot'"
|
|
|
|
# digest: 4a0a00473045022100907851edb410bad57e59ce48991c13b6ac5d820bb8f71e0257a94c5196c2aa3a02200fd7d8255f1f7d52fedcf1510232d35b2049a5ed5d7409553a5ee849e7769336:922c64590222798bb761d5b6d8e72950
|