Update proofpoint-protection-server-panel.yaml

patch-1
Ritik Chaddha 2024-02-16 14:09:44 +05:30 committed by GitHub
parent 535fc6d212
commit 5fd9b60364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 10 deletions

View File

@ -12,31 +12,32 @@ info:
metadata: metadata:
verified: true verified: true
max-request: 1 max-request: 1
shodan-query: http.favicon.hash:942678640
vendor: proofpoint vendor: proofpoint
product: proofpoint protection server product: proofpoint protection server
tags: panel,proofpoint shodan-query: http.favicon.hash:942678640
tags: panel,proofpoint,login,detect
http: http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}"
- "{{BaseURL}}/euweb/login" - "{{BaseURL}}/euweb/login"
stop-at-first-match: true
host-redirects: true host-redirects: true
max-redirects: 2 max-redirects: 2
matchers-condition: and matchers-condition: or
matchers: matchers:
- type: word - type: word
part: body
words: words:
- '<TITLE>Proofpoint Protection Server</TITLE>' - '<TITLE>Proofpoint Protection Server'
condition: and - 'Proofpoint End User Application.'
- 'Powered by Proofpoint'
condition: or
- type: word - type: word
part: header part: header
words: words:
- "PPSAUTH" - 'PPSAUTH='
- type: status
status:
- 200