Merge pull request #8444 from bhutch/solarwinds-arm-detect
Create solarwinds-arm-detect.yamlpatch-1
commit
08d87405f0
|
@ -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
|
Loading…
Reference in New Issue