2021-10-11 15:36:54 +00:00
id : adiscon-loganalyzer
info :
2022-03-22 03:48:47 +00:00
name : Adiscon LogAnalyzer Detection
2021-10-11 15:36:54 +00:00
author : geeknik
severity : high
2022-03-22 03:48:47 +00:00
description : Adiscon LogAnalyzer was discovered. Adiscon LogAnalyzer is a web interface to syslog and other network event data. It provides easy browsing and analysis of real-time network events and reporting services.
reference :
- https://loganalyzer.adiscon.com/
classification :
cwe-id : CWE-200
2022-04-22 10:38:41 +00:00
tags : adiscon,loganalyzer,syslog,exposures
2021-10-11 15:36:54 +00:00
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'
2022-03-22 03:48:47 +00:00
# Enhanced by mp on 2022/03/20