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
idealphase 2022-04-20 00:01:15 +07:00 committed by GitHub
parent 545f430da4
commit c84ba5629b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View File

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

View File

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