New Templates (#3452)

* Create secure-login-panel.yaml

* Create geo-webserver.yaml

* Create hp-virtual-connect-manager.yaml

* Create microsoft-azure-error.yaml

* Create microsoft-iis-8.yaml

* Create veeam-backup-azure-panel.yaml

* Create user-control-panel.yaml
patch-1
Dhiyaneshwaran 2021-12-31 18:49:12 +05:30 committed by GitHub
parent 256a2f6489
commit 3e292cf21f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 168 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: hp-virtual-connect-manager
info:
name: HP Virtual Connect Manager
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"HP Virtual Connect Manager"
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/html/index.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>HP Virtual Connect Manager</title>"

View File

@ -0,0 +1,24 @@
id: secure-login-panel
info:
name: Secure Login Service Detector
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Secure Login Service"
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/login/sls/auth"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Secure Login Service</title>"

View File

@ -0,0 +1,24 @@
id: user-control-panel
info:
name: User Control Panel
author: dhiyaneshDK
severity: info
metadata:
shodan-query: title:"User Control Panel"
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>User Control Panel</title>"

View File

@ -0,0 +1,24 @@
id: veeam-backup-azure-panel
info:
name: Veeam Backup for Microsoft Azure
author: dhiyaneshDK
severity: info
metadata:
shodan-query: title:"Veeam Backup for Microsoft Azure"
tags: azure,panel,backup
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Veeam Backup for Microsoft Azure</title>"

View File

@ -0,0 +1,24 @@
id: microsoft-azure-error
info:
name: Microsoft Azure Web App - Error 404
author: dhiyaneshDK
severity: info
metadata:
shodan-query: title:"Microsoft Azure Web App - Error 404"
tags: error,azure
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 404
- type: word
words:
- "<title>Microsoft Azure Web App - Error 404</title>"

View File

@ -0,0 +1,24 @@
id: geo-webserver
info:
name: GeoWebServer Detector
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"GeoWebServer"
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<TITLE>GeoWebServer</TITLE>"

View File

@ -0,0 +1,24 @@
id: microsoft-iis-8
info:
name: Microsoft Internet Information Services 8
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Microsoft Internet Information Services 8"
tags: tech,iis
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Microsoft Internet Information Services 8</title>"