35 lines
736 B
YAML
35 lines
736 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
|