39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
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'
|
|
- '"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: 4a0a00473045022100d574a6a2a1ce4887b44aaf6387cfca3a59debebf4a7d69eb414036db517dbe5a02205ea06b3eb6652911f89957c41244bd9bc46eaea639e95436e3d53cf0bb35a6f8:922c64590222798bb761d5b6d8e72950 |