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-08 15:12:25 +00:00
|
|
|
verified: true
|
2023-11-10 09:15:01 +00:00
|
|
|
max-request: 1
|
2023-11-07 12:34:04 +00:00
|
|
|
vendor: snare
|
|
|
|
product: http
|
2023-11-10 09:15:01 +00:00
|
|
|
shodan-query: '"Python/3.10 aiohttp/3.8.3" && Bad status'
|
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
|
2023-11-10 09:15:01 +00:00
|
|
|
|
2023-11-09 07:42:49 +00:00
|
|
|
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'"
|
2023-11-10 17:07:52 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502203700afbdd19e7acc213ce89a589e27a9a5ed0a98d58db8442469c6f6ed86cc58022100a2e62b5622704bdee9e5053c57db119166502685578f2d1ad0f6a5addcd23cf1:922c64590222798bb761d5b6d8e72950
|