35 lines
814 B
YAML
35 lines
814 B
YAML
|
id: adiscon-loganalyzer
|
||
|
|
||
|
info:
|
||
|
name: Detect exposed Adiscon LogAnalyzer
|
||
|
author: geeknik
|
||
|
severity: high
|
||
|
description: Adiscon LogAnalyzer is a web interface to syslog and other network event data. It provides easy browsing, analysis of realtime network events and reporting services.
|
||
|
reference: https://loganalyzer.adiscon.com/
|
||
|
tags: adiscon,loganalyzer,syslog,exposures
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'Adiscon LogAnalyzer'
|
||
|
- 'value="SYSLOG"'
|
||
|
- 'value="EVTRPT"'
|
||
|
- 'value="WEBLOG"'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- 'text/html'
|