Added tufin-securetrack-login.yaml & Updated favicon-detection.yaml (#4190)
* Updated favicon-detection.yaml Added Tufin SecureTrack favicon detection * Added tufin-securetrack-login.yaml Added Tufin SecureTrack Login detection * Update favicon-detection.yaml remove too many blank lines (1 > 0)patch-1
parent
545f430da4
commit
c84ba5629b
|
@ -0,0 +1,33 @@
|
|||
id: tufin-securetrack-login
|
||||
|
||||
info:
|
||||
name: Tufin SecureTrack Login
|
||||
author: idealphase
|
||||
severity: info
|
||||
description: Tufin SecureTrack is the only security policy management solution that delivers security, compliance and connectivity across physical networks and hybrid cloud by managing the growing complexity and fragmentation of Enterprise IT.
|
||||
reference:
|
||||
- https://www.tufin.com/tufin-orchestration-suite/securetrack
|
||||
metadata:
|
||||
shodan-query: http.title:"SecureTrack - Tufin Technologies"
|
||||
google-query: intitle:"SecureTrack - Tufin Technologies"
|
||||
tags: panel,tufin
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>SecureTrack - Tufin Technologies</title>"
|
||||
- "document.title = 'SecureTrack - Tufin Technologies';"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -2580,3 +2580,8 @@ requests:
|
|||
name: "Ionic"
|
||||
dsl:
|
||||
- "status_code==200 && (\"-1698328762\" == mmh3(base64_py(body)))"
|
||||
|
||||
- type: dsl
|
||||
name: "Tufin-SecureTrack"
|
||||
dsl:
|
||||
- "status_code==200 && (\"-1238669242\" == mmh3(base64_py(body)))"
|
||||
|
|
Loading…
Reference in New Issue