37 lines
933 B
YAML
37 lines
933 B
YAML
id: checkpoint-mobile-detect
|
|
|
|
info:
|
|
name: Check Point Mobile SSL VPN - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Check Point Mobile SSL VPN was detected.
|
|
reference:
|
|
- https://www.checkpoint.com/quantum/remote-access-vpn/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"Check Point Mobile"
|
|
tags: panel,checkpoint,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/sslvpn/Login'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Check Point Mobile'
|
|
- 'Check Point Software Technologies'
|
|
condition: and
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 403
|
|
|
|
# digest: 4b0a0048304602210096fd8cd25e09a5330a5a44abb2f26ade9700d4445d954f16aaaed67ac566c15f022100f5ad48424d901e210b809d9055b6d2400ce21081e07a55fc8a8fc3bb0a6a2b40:922c64590222798bb761d5b6d8e72950
|