2023-03-15 14:23:13 +00:00
|
|
|
id: mysql-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: MySQL - Detect
|
|
|
|
author: pussycat0x
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
MySQL instance was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2023-03-15 14:23:13 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: product:"MySQL"
|
2023-07-24 18:27:05 +00:00
|
|
|
tags: network,mysql,db,detect
|
2023-03-15 14:23:13 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2023-03-15 14:23:13 +00:00
|
|
|
- inputs:
|
|
|
|
- data: "\n"
|
|
|
|
|
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
2023-09-16 19:35:21 +00:00
|
|
|
port: 3306
|
2023-03-15 14:23:13 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "mysql"
|
|
|
|
case-insensitive: true
|