ivanti-csa-detect
parent
69dad3094c
commit
0d7f908d04
|
@ -0,0 +1,31 @@
|
||||||
|
id: ivanti-cloud-services-appliance-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Cloud Services Appliance Panel - Detect
|
||||||
|
author: rxerium
|
||||||
|
severity: info
|
||||||
|
description: |
|
||||||
|
An Ivanti Cloud Services Appliance panel was detected.
|
||||||
|
reference:
|
||||||
|
- https://help.ivanti.com/ld/help/en_US/LDMS/10.0/Windows/csa-h-help.htm
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: title:"Cloud Services Appliance"
|
||||||
|
tags: detect,csa,cloud-services-appliance,panel,login
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "<title>Ivanti(R) Cloud Services Appliance</title>"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue