tpot honeypot detection

patch-2
Rishi 2024-05-05 13:53:56 +01:00 committed by GitHub
parent 53e03465b6
commit 0221a0f006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: tpot-honeypot-detect
info:
name: tpot Honeypot - Detect
author: rxerium
severity: info
description: |
A tpot dashboard has been detected
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