Add Kibana Service Technology

patch-1
Aan 2020-11-04 15:49:18 +07:00
parent 449786eb6b
commit 9893610bb1
No known key found for this signature in database
GPG Key ID: 852D95650B24BC5E
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: kibana-detect
info:
name: Kibana Service Detection
author: petruknisme
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/login?next=%2F"
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
matchers:
- type: word
words:
- "<title>Kibana</title>"
- "kibanaLoaderWrap"
- "kibanaLoader"
- "/kibana"
condition: or
part: body
- method: GET
path:
- "{{BaseURL}}/bundles/login.bundle.js"
matchers:
- type: word
words:
- "xpack"
condition: and
part: body
- method: GET
path:
- "{{BaseURL}}/bundles/kibana.style.css"
matchers:
- type: status
status:
- 200