Merge pull request #9705 from rxerium/tpot-detect

Tpot Honeypot detection
patch-2
Dhiyaneshwaran 2024-05-13 14:10:33 +05:30 committed by GitHub
commit 172d49fb3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -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