2024-05-05 12:53:56 +00:00
|
|
|
id: tpot-honeypot-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: tpot Honeypot - Detect
|
|
|
|
author: rxerium
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
A tpot dashboard has been detected
|
2024-05-05 13:02:12 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/telekom-security/tpotce
|
2024-05-05 12:53:56 +00:00
|
|
|
tags: tpot,honeypot
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}:64297"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<title>T-Pot</title>"
|
|
|
|
- "T-Pot @ Github"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|