Merge pull request #8444 from bhutch/solarwinds-arm-detect

Create solarwinds-arm-detect.yaml
patch-1
pussycat0x 2023-10-25 12:21:36 +05:30 committed by GitHub
commit 08d87405f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: solarwinds-arm-panel
info:
name: SolarWinds ARM (Access Rights Manager) - Detect
author: bhutch
severity: info
description: |
SolarWinds ARM login panel was detected.
reference:
- https://www.solarwinds.com/access-rights-manager
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
censys-query: services.http.response.html_title="Solarwinds Access Rights Manager"
shodan-query: http.favicon.hash:-1416464161
verified: true
tags: panel,solarwinds,panel
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Solarwinds Access Rights Manager</title>"
- type: status
status:
- 200