Skip to content

Commit

Permalink
Merge pull request #9705 from rxerium/tpot-detect
Browse files Browse the repository at this point in the history
Tpot Honeypot detection
  • Loading branch information
DhiyaneshGeek committed May 13, 2024
2 parents 7659894 + 2183708 commit 172d49f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions http/honeypot/tpot-honeypot-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
id: tpot-honeypot-detect

info:
name: T-Pot Honeypot - Detect
author: rxerium
severity: info
description: |
A tpot dashboard has been detected
reference:
- https://github.com/telekom-security/tpotce
tags: tpot,honeypot

http:
- method: GET
path:
- "{{BaseURL}}"

matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>T-Pot</title>"
- "T-Pot @ Github"
- "T-Pot ReadMe"
condition: and

- type: status
status:
- 200

0 comments on commit 172d49f

Please sign in to comment.