Update and rename solarwinds-arm-detect.yaml to solarwinds-arm-panel.yaml
parent
d7fa54d6b1
commit
0d80ef64d4
|
@ -1,10 +1,11 @@
|
||||||
id: solarwinds-arm-detect
|
id: solarwinds-arm-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: SolarWinds ARM (Access Rights Manager) - Detect
|
name: SolarWinds ARM (Access Rights Manager) - Detect
|
||||||
author: bhutch
|
author: bhutch
|
||||||
severity: info
|
severity: info
|
||||||
description: SolarWinds ARM login panel was detected.
|
description: |
|
||||||
|
SolarWinds ARM login panel was detected.
|
||||||
reference:
|
reference:
|
||||||
- https://www.solarwinds.com/access-rights-manager
|
- https://www.solarwinds.com/access-rights-manager
|
||||||
classification:
|
classification:
|
||||||
|
@ -14,22 +15,23 @@ info:
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
censys-query: services.http.response.html_title="Solarwinds Access Rights Manager"
|
censys-query: services.http.response.html_title="Solarwinds Access Rights Manager"
|
||||||
shodan-query: http.title:"Solarwinds Access Rights Manager"
|
shodan-query: http.favicon.hash:-1416464161
|
||||||
tags: panel,solarwinds
|
verified: true
|
||||||
|
tags: panel,solarwinds,panel
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
redirects: true
|
host-redirects: true
|
||||||
|
max-redirects: 2
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "<title>Solarwinds Access Rights Manager</title>"
|
- "<title>Solarwinds Access Rights Manager</title>"
|
||||||
part: body
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
Loading…
Reference in New Issue