tpot honeypot detection
parent
53e03465b6
commit
0221a0f006
|
@ -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
|
Loading…
Reference in New Issue